@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ul, menu, dir {
  -webkit-padding-start: 20px;
}

.client-theme .color1, .client-theme .color1, .color1.client-theme {
  color: #000000;
}
.client-theme .color1 h1, .client-theme .color1 h2, .client-theme .color1 h3, .client-theme .color1 h4, .client-theme .color1 h5, .client-theme .color1 h6, .client-theme .color1 .h1, .client-theme .color1 .h2, .client-theme .color1 .h3, .client-theme .color1 .h4, .client-theme .color1 .h5, .client-theme .color1 .h6, .client-theme .color1 h1, .client-theme .color1 h2, .client-theme .color1 h3, .client-theme .color1 h4, .client-theme .color1 h5, .client-theme .color1 h6, .client-theme .color1 .h1, .client-theme .color1 .h2, .client-theme .color1 .h3, .client-theme .color1 .h4, .client-theme .color1 .h5, .client-theme .color1 .h6, .color1.client-theme h1, .color1.client-theme h2, .color1.client-theme h3, .color1.client-theme h4, .color1.client-theme h5, .color1.client-theme h6, .color1.client-theme .h1, .color1.client-theme .h2, .color1.client-theme .h3, .color1.client-theme .h4, .color1.client-theme .h5, .color1.client-theme .h6 {
  color: #000000;
}

.client-theme .color-1, .client-theme .color-1, .color-1.client-theme {
  color: #000000;
}
.client-theme .color-1 h1, .client-theme .color-1 h2, .client-theme .color-1 h3, .client-theme .color-1 h4, .client-theme .color-1 h5, .client-theme .color-1 h6, .client-theme .color-1 .h1, .client-theme .color-1 .h2, .client-theme .color-1 .h3, .client-theme .color-1 .h4, .client-theme .color-1 .h5, .client-theme .color-1 .h6, .client-theme .color-1 h1, .client-theme .color-1 h2, .client-theme .color-1 h3, .client-theme .color-1 h4, .client-theme .color-1 h5, .client-theme .color-1 h6, .client-theme .color-1 .h1, .client-theme .color-1 .h2, .client-theme .color-1 .h3, .client-theme .color-1 .h4, .client-theme .color-1 .h5, .client-theme .color-1 .h6, .color-1.client-theme h1, .color-1.client-theme h2, .color-1.client-theme h3, .color-1.client-theme h4, .color-1.client-theme h5, .color-1.client-theme h6, .color-1.client-theme .h1, .color-1.client-theme .h2, .color-1.client-theme .h3, .color-1.client-theme .h4, .color-1.client-theme .h5, .color-1.client-theme .h6 {
  color: #000000;
}

.client-theme .color2, .client-theme .color2, .color2.client-theme {
  color: #325b5f;
}
.client-theme .color2 h1, .client-theme .color2 h2, .client-theme .color2 h3, .client-theme .color2 h4, .client-theme .color2 h5, .client-theme .color2 h6, .client-theme .color2 .h1, .client-theme .color2 .h2, .client-theme .color2 .h3, .client-theme .color2 .h4, .client-theme .color2 .h5, .client-theme .color2 .h6, .client-theme .color2 h1, .client-theme .color2 h2, .client-theme .color2 h3, .client-theme .color2 h4, .client-theme .color2 h5, .client-theme .color2 h6, .client-theme .color2 .h1, .client-theme .color2 .h2, .client-theme .color2 .h3, .client-theme .color2 .h4, .client-theme .color2 .h5, .client-theme .color2 .h6, .color2.client-theme h1, .color2.client-theme h2, .color2.client-theme h3, .color2.client-theme h4, .color2.client-theme h5, .color2.client-theme h6, .color2.client-theme .h1, .color2.client-theme .h2, .color2.client-theme .h3, .color2.client-theme .h4, .color2.client-theme .h5, .color2.client-theme .h6 {
  color: #325b5f;
}

.client-theme .color-2, .client-theme .color-2, .color-2.client-theme {
  color: #325b5f;
}
.client-theme .color-2 h1, .client-theme .color-2 h2, .client-theme .color-2 h3, .client-theme .color-2 h4, .client-theme .color-2 h5, .client-theme .color-2 h6, .client-theme .color-2 .h1, .client-theme .color-2 .h2, .client-theme .color-2 .h3, .client-theme .color-2 .h4, .client-theme .color-2 .h5, .client-theme .color-2 .h6, .client-theme .color-2 h1, .client-theme .color-2 h2, .client-theme .color-2 h3, .client-theme .color-2 h4, .client-theme .color-2 h5, .client-theme .color-2 h6, .client-theme .color-2 .h1, .client-theme .color-2 .h2, .client-theme .color-2 .h3, .client-theme .color-2 .h4, .client-theme .color-2 .h5, .client-theme .color-2 .h6, .color-2.client-theme h1, .color-2.client-theme h2, .color-2.client-theme h3, .color-2.client-theme h4, .color-2.client-theme h5, .color-2.client-theme h6, .color-2.client-theme .h1, .color-2.client-theme .h2, .color-2.client-theme .h3, .color-2.client-theme .h4, .color-2.client-theme .h5, .color-2.client-theme .h6 {
  color: #325b5f;
}

.client-theme .color3, .client-theme .color3, .color3.client-theme {
  color: #979797;
}
.client-theme .color3 h1, .client-theme .color3 h2, .client-theme .color3 h3, .client-theme .color3 h4, .client-theme .color3 h5, .client-theme .color3 h6, .client-theme .color3 .h1, .client-theme .color3 .h2, .client-theme .color3 .h3, .client-theme .color3 .h4, .client-theme .color3 .h5, .client-theme .color3 .h6, .client-theme .color3 h1, .client-theme .color3 h2, .client-theme .color3 h3, .client-theme .color3 h4, .client-theme .color3 h5, .client-theme .color3 h6, .client-theme .color3 .h1, .client-theme .color3 .h2, .client-theme .color3 .h3, .client-theme .color3 .h4, .client-theme .color3 .h5, .client-theme .color3 .h6, .color3.client-theme h1, .color3.client-theme h2, .color3.client-theme h3, .color3.client-theme h4, .color3.client-theme h5, .color3.client-theme h6, .color3.client-theme .h1, .color3.client-theme .h2, .color3.client-theme .h3, .color3.client-theme .h4, .color3.client-theme .h5, .color3.client-theme .h6 {
  color: #979797;
}

.client-theme .color-3, .client-theme .color-3, .color-3.client-theme {
  color: #979797;
}
.client-theme .color-3 h1, .client-theme .color-3 h2, .client-theme .color-3 h3, .client-theme .color-3 h4, .client-theme .color-3 h5, .client-theme .color-3 h6, .client-theme .color-3 .h1, .client-theme .color-3 .h2, .client-theme .color-3 .h3, .client-theme .color-3 .h4, .client-theme .color-3 .h5, .client-theme .color-3 .h6, .client-theme .color-3 h1, .client-theme .color-3 h2, .client-theme .color-3 h3, .client-theme .color-3 h4, .client-theme .color-3 h5, .client-theme .color-3 h6, .client-theme .color-3 .h1, .client-theme .color-3 .h2, .client-theme .color-3 .h3, .client-theme .color-3 .h4, .client-theme .color-3 .h5, .client-theme .color-3 .h6, .color-3.client-theme h1, .color-3.client-theme h2, .color-3.client-theme h3, .color-3.client-theme h4, .color-3.client-theme h5, .color-3.client-theme h6, .color-3.client-theme .h1, .color-3.client-theme .h2, .color-3.client-theme .h3, .color-3.client-theme .h4, .color-3.client-theme .h5, .color-3.client-theme .h6 {
  color: #979797;
}

.client-theme .color4, .client-theme .color4, .color4.client-theme {
  color: #569bbe;
}
.client-theme .color4 h1, .client-theme .color4 h2, .client-theme .color4 h3, .client-theme .color4 h4, .client-theme .color4 h5, .client-theme .color4 h6, .client-theme .color4 .h1, .client-theme .color4 .h2, .client-theme .color4 .h3, .client-theme .color4 .h4, .client-theme .color4 .h5, .client-theme .color4 .h6, .client-theme .color4 h1, .client-theme .color4 h2, .client-theme .color4 h3, .client-theme .color4 h4, .client-theme .color4 h5, .client-theme .color4 h6, .client-theme .color4 .h1, .client-theme .color4 .h2, .client-theme .color4 .h3, .client-theme .color4 .h4, .client-theme .color4 .h5, .client-theme .color4 .h6, .color4.client-theme h1, .color4.client-theme h2, .color4.client-theme h3, .color4.client-theme h4, .color4.client-theme h5, .color4.client-theme h6, .color4.client-theme .h1, .color4.client-theme .h2, .color4.client-theme .h3, .color4.client-theme .h4, .color4.client-theme .h5, .color4.client-theme .h6 {
  color: #569bbe;
}

.client-theme .color-4, .client-theme .color-4, .color-4.client-theme {
  color: #569bbe;
}
.client-theme .color-4 h1, .client-theme .color-4 h2, .client-theme .color-4 h3, .client-theme .color-4 h4, .client-theme .color-4 h5, .client-theme .color-4 h6, .client-theme .color-4 .h1, .client-theme .color-4 .h2, .client-theme .color-4 .h3, .client-theme .color-4 .h4, .client-theme .color-4 .h5, .client-theme .color-4 .h6, .client-theme .color-4 h1, .client-theme .color-4 h2, .client-theme .color-4 h3, .client-theme .color-4 h4, .client-theme .color-4 h5, .client-theme .color-4 h6, .client-theme .color-4 .h1, .client-theme .color-4 .h2, .client-theme .color-4 .h3, .client-theme .color-4 .h4, .client-theme .color-4 .h5, .client-theme .color-4 .h6, .color-4.client-theme h1, .color-4.client-theme h2, .color-4.client-theme h3, .color-4.client-theme h4, .color-4.client-theme h5, .color-4.client-theme h6, .color-4.client-theme .h1, .color-4.client-theme .h2, .color-4.client-theme .h3, .color-4.client-theme .h4, .color-4.client-theme .h5, .color-4.client-theme .h6 {
  color: #569bbe;
}

.client-theme .color5, .client-theme .color5, .color5.client-theme {
  color: #ffffff;
}
.client-theme .color5 h1, .client-theme .color5 h2, .client-theme .color5 h3, .client-theme .color5 h4, .client-theme .color5 h5, .client-theme .color5 h6, .client-theme .color5 .h1, .client-theme .color5 .h2, .client-theme .color5 .h3, .client-theme .color5 .h4, .client-theme .color5 .h5, .client-theme .color5 .h6, .client-theme .color5 h1, .client-theme .color5 h2, .client-theme .color5 h3, .client-theme .color5 h4, .client-theme .color5 h5, .client-theme .color5 h6, .client-theme .color5 .h1, .client-theme .color5 .h2, .client-theme .color5 .h3, .client-theme .color5 .h4, .client-theme .color5 .h5, .client-theme .color5 .h6, .color5.client-theme h1, .color5.client-theme h2, .color5.client-theme h3, .color5.client-theme h4, .color5.client-theme h5, .color5.client-theme h6, .color5.client-theme .h1, .color5.client-theme .h2, .color5.client-theme .h3, .color5.client-theme .h4, .color5.client-theme .h5, .color5.client-theme .h6 {
  color: #ffffff;
}

.client-theme .color-5, .client-theme .color-5, .color-5.client-theme {
  color: #ffffff;
}
.client-theme .color-5 h1, .client-theme .color-5 h2, .client-theme .color-5 h3, .client-theme .color-5 h4, .client-theme .color-5 h5, .client-theme .color-5 h6, .client-theme .color-5 .h1, .client-theme .color-5 .h2, .client-theme .color-5 .h3, .client-theme .color-5 .h4, .client-theme .color-5 .h5, .client-theme .color-5 .h6, .client-theme .color-5 h1, .client-theme .color-5 h2, .client-theme .color-5 h3, .client-theme .color-5 h4, .client-theme .color-5 h5, .client-theme .color-5 h6, .client-theme .color-5 .h1, .client-theme .color-5 .h2, .client-theme .color-5 .h3, .client-theme .color-5 .h4, .client-theme .color-5 .h5, .client-theme .color-5 .h6, .color-5.client-theme h1, .color-5.client-theme h2, .color-5.client-theme h3, .color-5.client-theme h4, .color-5.client-theme h5, .color-5.client-theme h6, .color-5.client-theme .h1, .color-5.client-theme .h2, .color-5.client-theme .h3, .color-5.client-theme .h4, .color-5.client-theme .h5, .color-5.client-theme .h6 {
  color: #ffffff;
}

.client-theme .color6, .client-theme .color6, .color6.client-theme {
  color: #ee3425;
}
.client-theme .color6 h1, .client-theme .color6 h2, .client-theme .color6 h3, .client-theme .color6 h4, .client-theme .color6 h5, .client-theme .color6 h6, .client-theme .color6 .h1, .client-theme .color6 .h2, .client-theme .color6 .h3, .client-theme .color6 .h4, .client-theme .color6 .h5, .client-theme .color6 .h6, .client-theme .color6 h1, .client-theme .color6 h2, .client-theme .color6 h3, .client-theme .color6 h4, .client-theme .color6 h5, .client-theme .color6 h6, .client-theme .color6 .h1, .client-theme .color6 .h2, .client-theme .color6 .h3, .client-theme .color6 .h4, .client-theme .color6 .h5, .client-theme .color6 .h6, .color6.client-theme h1, .color6.client-theme h2, .color6.client-theme h3, .color6.client-theme h4, .color6.client-theme h5, .color6.client-theme h6, .color6.client-theme .h1, .color6.client-theme .h2, .color6.client-theme .h3, .color6.client-theme .h4, .color6.client-theme .h5, .color6.client-theme .h6 {
  color: #ee3425;
}

.client-theme .color-6, .client-theme .color-6, .color-6.client-theme {
  color: #ee3425;
}
.client-theme .color-6 h1, .client-theme .color-6 h2, .client-theme .color-6 h3, .client-theme .color-6 h4, .client-theme .color-6 h5, .client-theme .color-6 h6, .client-theme .color-6 .h1, .client-theme .color-6 .h2, .client-theme .color-6 .h3, .client-theme .color-6 .h4, .client-theme .color-6 .h5, .client-theme .color-6 .h6, .client-theme .color-6 h1, .client-theme .color-6 h2, .client-theme .color-6 h3, .client-theme .color-6 h4, .client-theme .color-6 h5, .client-theme .color-6 h6, .client-theme .color-6 .h1, .client-theme .color-6 .h2, .client-theme .color-6 .h3, .client-theme .color-6 .h4, .client-theme .color-6 .h5, .client-theme .color-6 .h6, .color-6.client-theme h1, .color-6.client-theme h2, .color-6.client-theme h3, .color-6.client-theme h4, .color-6.client-theme h5, .color-6.client-theme h6, .color-6.client-theme .h1, .color-6.client-theme .h2, .color-6.client-theme .h3, .color-6.client-theme .h4, .color-6.client-theme .h5, .color-6.client-theme .h6 {
  color: #ee3425;
}

.client-theme .color7, .client-theme .color7, .color7.client-theme {
  color: #9e100f;
}
.client-theme .color7 h1, .client-theme .color7 h2, .client-theme .color7 h3, .client-theme .color7 h4, .client-theme .color7 h5, .client-theme .color7 h6, .client-theme .color7 .h1, .client-theme .color7 .h2, .client-theme .color7 .h3, .client-theme .color7 .h4, .client-theme .color7 .h5, .client-theme .color7 .h6, .client-theme .color7 h1, .client-theme .color7 h2, .client-theme .color7 h3, .client-theme .color7 h4, .client-theme .color7 h5, .client-theme .color7 h6, .client-theme .color7 .h1, .client-theme .color7 .h2, .client-theme .color7 .h3, .client-theme .color7 .h4, .client-theme .color7 .h5, .client-theme .color7 .h6, .color7.client-theme h1, .color7.client-theme h2, .color7.client-theme h3, .color7.client-theme h4, .color7.client-theme h5, .color7.client-theme h6, .color7.client-theme .h1, .color7.client-theme .h2, .color7.client-theme .h3, .color7.client-theme .h4, .color7.client-theme .h5, .color7.client-theme .h6 {
  color: #9e100f;
}

.client-theme .color-7, .client-theme .color-7, .color-7.client-theme {
  color: #9e100f;
}
.client-theme .color-7 h1, .client-theme .color-7 h2, .client-theme .color-7 h3, .client-theme .color-7 h4, .client-theme .color-7 h5, .client-theme .color-7 h6, .client-theme .color-7 .h1, .client-theme .color-7 .h2, .client-theme .color-7 .h3, .client-theme .color-7 .h4, .client-theme .color-7 .h5, .client-theme .color-7 .h6, .client-theme .color-7 h1, .client-theme .color-7 h2, .client-theme .color-7 h3, .client-theme .color-7 h4, .client-theme .color-7 h5, .client-theme .color-7 h6, .client-theme .color-7 .h1, .client-theme .color-7 .h2, .client-theme .color-7 .h3, .client-theme .color-7 .h4, .client-theme .color-7 .h5, .client-theme .color-7 .h6, .color-7.client-theme h1, .color-7.client-theme h2, .color-7.client-theme h3, .color-7.client-theme h4, .color-7.client-theme h5, .color-7.client-theme h6, .color-7.client-theme .h1, .color-7.client-theme .h2, .color-7.client-theme .h3, .color-7.client-theme .h4, .color-7.client-theme .h5, .color-7.client-theme .h6 {
  color: #9e100f;
}

.client-theme .color8, .client-theme .color8, .color8.client-theme {
  color: #e4e4e4;
}
.client-theme .color8 h1, .client-theme .color8 h2, .client-theme .color8 h3, .client-theme .color8 h4, .client-theme .color8 h5, .client-theme .color8 h6, .client-theme .color8 .h1, .client-theme .color8 .h2, .client-theme .color8 .h3, .client-theme .color8 .h4, .client-theme .color8 .h5, .client-theme .color8 .h6, .client-theme .color8 h1, .client-theme .color8 h2, .client-theme .color8 h3, .client-theme .color8 h4, .client-theme .color8 h5, .client-theme .color8 h6, .client-theme .color8 .h1, .client-theme .color8 .h2, .client-theme .color8 .h3, .client-theme .color8 .h4, .client-theme .color8 .h5, .client-theme .color8 .h6, .color8.client-theme h1, .color8.client-theme h2, .color8.client-theme h3, .color8.client-theme h4, .color8.client-theme h5, .color8.client-theme h6, .color8.client-theme .h1, .color8.client-theme .h2, .color8.client-theme .h3, .color8.client-theme .h4, .color8.client-theme .h5, .color8.client-theme .h6 {
  color: #e4e4e4;
}

.client-theme .color-8, .client-theme .color-8, .color-8.client-theme {
  color: #e4e4e4;
}
.client-theme .color-8 h1, .client-theme .color-8 h2, .client-theme .color-8 h3, .client-theme .color-8 h4, .client-theme .color-8 h5, .client-theme .color-8 h6, .client-theme .color-8 .h1, .client-theme .color-8 .h2, .client-theme .color-8 .h3, .client-theme .color-8 .h4, .client-theme .color-8 .h5, .client-theme .color-8 .h6, .client-theme .color-8 h1, .client-theme .color-8 h2, .client-theme .color-8 h3, .client-theme .color-8 h4, .client-theme .color-8 h5, .client-theme .color-8 h6, .client-theme .color-8 .h1, .client-theme .color-8 .h2, .client-theme .color-8 .h3, .client-theme .color-8 .h4, .client-theme .color-8 .h5, .client-theme .color-8 .h6, .color-8.client-theme h1, .color-8.client-theme h2, .color-8.client-theme h3, .color-8.client-theme h4, .color-8.client-theme h5, .color-8.client-theme h6, .color-8.client-theme .h1, .color-8.client-theme .h2, .color-8.client-theme .h3, .color-8.client-theme .h4, .color-8.client-theme .h5, .color-8.client-theme .h6 {
  color: #e4e4e4;
}

.client-theme .color9, .client-theme .color9, .color9.client-theme {
  color: #5c5c5c;
}
.client-theme .color9 h1, .client-theme .color9 h2, .client-theme .color9 h3, .client-theme .color9 h4, .client-theme .color9 h5, .client-theme .color9 h6, .client-theme .color9 .h1, .client-theme .color9 .h2, .client-theme .color9 .h3, .client-theme .color9 .h4, .client-theme .color9 .h5, .client-theme .color9 .h6, .client-theme .color9 h1, .client-theme .color9 h2, .client-theme .color9 h3, .client-theme .color9 h4, .client-theme .color9 h5, .client-theme .color9 h6, .client-theme .color9 .h1, .client-theme .color9 .h2, .client-theme .color9 .h3, .client-theme .color9 .h4, .client-theme .color9 .h5, .client-theme .color9 .h6, .color9.client-theme h1, .color9.client-theme h2, .color9.client-theme h3, .color9.client-theme h4, .color9.client-theme h5, .color9.client-theme h6, .color9.client-theme .h1, .color9.client-theme .h2, .color9.client-theme .h3, .color9.client-theme .h4, .color9.client-theme .h5, .color9.client-theme .h6 {
  color: #5c5c5c;
}

.client-theme .color-9, .client-theme .color-9, .color-9.client-theme {
  color: #5c5c5c;
}
.client-theme .color-9 h1, .client-theme .color-9 h2, .client-theme .color-9 h3, .client-theme .color-9 h4, .client-theme .color-9 h5, .client-theme .color-9 h6, .client-theme .color-9 .h1, .client-theme .color-9 .h2, .client-theme .color-9 .h3, .client-theme .color-9 .h4, .client-theme .color-9 .h5, .client-theme .color-9 .h6, .client-theme .color-9 h1, .client-theme .color-9 h2, .client-theme .color-9 h3, .client-theme .color-9 h4, .client-theme .color-9 h5, .client-theme .color-9 h6, .client-theme .color-9 .h1, .client-theme .color-9 .h2, .client-theme .color-9 .h3, .client-theme .color-9 .h4, .client-theme .color-9 .h5, .client-theme .color-9 .h6, .color-9.client-theme h1, .color-9.client-theme h2, .color-9.client-theme h3, .color-9.client-theme h4, .color-9.client-theme h5, .color-9.client-theme h6, .color-9.client-theme .h1, .color-9.client-theme .h2, .color-9.client-theme .h3, .color-9.client-theme .h4, .color-9.client-theme .h5, .color-9.client-theme .h6 {
  color: #5c5c5c;
}

.client-theme .color10, .client-theme .color10, .color10.client-theme {
  color: #00ab98;
}
.client-theme .color10 h1, .client-theme .color10 h2, .client-theme .color10 h3, .client-theme .color10 h4, .client-theme .color10 h5, .client-theme .color10 h6, .client-theme .color10 .h1, .client-theme .color10 .h2, .client-theme .color10 .h3, .client-theme .color10 .h4, .client-theme .color10 .h5, .client-theme .color10 .h6, .client-theme .color10 h1, .client-theme .color10 h2, .client-theme .color10 h3, .client-theme .color10 h4, .client-theme .color10 h5, .client-theme .color10 h6, .client-theme .color10 .h1, .client-theme .color10 .h2, .client-theme .color10 .h3, .client-theme .color10 .h4, .client-theme .color10 .h5, .client-theme .color10 .h6, .color10.client-theme h1, .color10.client-theme h2, .color10.client-theme h3, .color10.client-theme h4, .color10.client-theme h5, .color10.client-theme h6, .color10.client-theme .h1, .color10.client-theme .h2, .color10.client-theme .h3, .color10.client-theme .h4, .color10.client-theme .h5, .color10.client-theme .h6 {
  color: #00ab98;
}

.client-theme .color-10, .client-theme .color-10, .color-10.client-theme {
  color: #00ab98;
}
.client-theme .color-10 h1, .client-theme .color-10 h2, .client-theme .color-10 h3, .client-theme .color-10 h4, .client-theme .color-10 h5, .client-theme .color-10 h6, .client-theme .color-10 .h1, .client-theme .color-10 .h2, .client-theme .color-10 .h3, .client-theme .color-10 .h4, .client-theme .color-10 .h5, .client-theme .color-10 .h6, .client-theme .color-10 h1, .client-theme .color-10 h2, .client-theme .color-10 h3, .client-theme .color-10 h4, .client-theme .color-10 h5, .client-theme .color-10 h6, .client-theme .color-10 .h1, .client-theme .color-10 .h2, .client-theme .color-10 .h3, .client-theme .color-10 .h4, .client-theme .color-10 .h5, .client-theme .color-10 .h6, .color-10.client-theme h1, .color-10.client-theme h2, .color-10.client-theme h3, .color-10.client-theme h4, .color-10.client-theme h5, .color-10.client-theme h6, .color-10.client-theme .h1, .color-10.client-theme .h2, .color-10.client-theme .h3, .color-10.client-theme .h4, .color-10.client-theme .h5, .color-10.client-theme .h6 {
  color: #00ab98;
}

.client-theme .color11, .client-theme .color11, .color11.client-theme {
  color: #569bbe;
}
.client-theme .color11 h1, .client-theme .color11 h2, .client-theme .color11 h3, .client-theme .color11 h4, .client-theme .color11 h5, .client-theme .color11 h6, .client-theme .color11 .h1, .client-theme .color11 .h2, .client-theme .color11 .h3, .client-theme .color11 .h4, .client-theme .color11 .h5, .client-theme .color11 .h6, .client-theme .color11 h1, .client-theme .color11 h2, .client-theme .color11 h3, .client-theme .color11 h4, .client-theme .color11 h5, .client-theme .color11 h6, .client-theme .color11 .h1, .client-theme .color11 .h2, .client-theme .color11 .h3, .client-theme .color11 .h4, .client-theme .color11 .h5, .client-theme .color11 .h6, .color11.client-theme h1, .color11.client-theme h2, .color11.client-theme h3, .color11.client-theme h4, .color11.client-theme h5, .color11.client-theme h6, .color11.client-theme .h1, .color11.client-theme .h2, .color11.client-theme .h3, .color11.client-theme .h4, .color11.client-theme .h5, .color11.client-theme .h6 {
  color: #569bbe;
}

.client-theme .color-11, .client-theme .color-11, .color-11.client-theme {
  color: #569bbe;
}
.client-theme .color-11 h1, .client-theme .color-11 h2, .client-theme .color-11 h3, .client-theme .color-11 h4, .client-theme .color-11 h5, .client-theme .color-11 h6, .client-theme .color-11 .h1, .client-theme .color-11 .h2, .client-theme .color-11 .h3, .client-theme .color-11 .h4, .client-theme .color-11 .h5, .client-theme .color-11 .h6, .client-theme .color-11 h1, .client-theme .color-11 h2, .client-theme .color-11 h3, .client-theme .color-11 h4, .client-theme .color-11 h5, .client-theme .color-11 h6, .client-theme .color-11 .h1, .client-theme .color-11 .h2, .client-theme .color-11 .h3, .client-theme .color-11 .h4, .client-theme .color-11 .h5, .client-theme .color-11 .h6, .color-11.client-theme h1, .color-11.client-theme h2, .color-11.client-theme h3, .color-11.client-theme h4, .color-11.client-theme h5, .color-11.client-theme h6, .color-11.client-theme .h1, .color-11.client-theme .h2, .color-11.client-theme .h3, .color-11.client-theme .h4, .color-11.client-theme .h5, .color-11.client-theme .h6 {
  color: #569bbe;
}

.client-theme .color12, .client-theme .color12, .color12.client-theme {
  color: #7ed0e0;
}
.client-theme .color12 h1, .client-theme .color12 h2, .client-theme .color12 h3, .client-theme .color12 h4, .client-theme .color12 h5, .client-theme .color12 h6, .client-theme .color12 .h1, .client-theme .color12 .h2, .client-theme .color12 .h3, .client-theme .color12 .h4, .client-theme .color12 .h5, .client-theme .color12 .h6, .client-theme .color12 h1, .client-theme .color12 h2, .client-theme .color12 h3, .client-theme .color12 h4, .client-theme .color12 h5, .client-theme .color12 h6, .client-theme .color12 .h1, .client-theme .color12 .h2, .client-theme .color12 .h3, .client-theme .color12 .h4, .client-theme .color12 .h5, .client-theme .color12 .h6, .color12.client-theme h1, .color12.client-theme h2, .color12.client-theme h3, .color12.client-theme h4, .color12.client-theme h5, .color12.client-theme h6, .color12.client-theme .h1, .color12.client-theme .h2, .color12.client-theme .h3, .color12.client-theme .h4, .color12.client-theme .h5, .color12.client-theme .h6 {
  color: #7ed0e0;
}

.client-theme .color-12, .client-theme .color-12, .color-12.client-theme {
  color: #7ed0e0;
}
.client-theme .color-12 h1, .client-theme .color-12 h2, .client-theme .color-12 h3, .client-theme .color-12 h4, .client-theme .color-12 h5, .client-theme .color-12 h6, .client-theme .color-12 .h1, .client-theme .color-12 .h2, .client-theme .color-12 .h3, .client-theme .color-12 .h4, .client-theme .color-12 .h5, .client-theme .color-12 .h6, .client-theme .color-12 h1, .client-theme .color-12 h2, .client-theme .color-12 h3, .client-theme .color-12 h4, .client-theme .color-12 h5, .client-theme .color-12 h6, .client-theme .color-12 .h1, .client-theme .color-12 .h2, .client-theme .color-12 .h3, .client-theme .color-12 .h4, .client-theme .color-12 .h5, .client-theme .color-12 .h6, .color-12.client-theme h1, .color-12.client-theme h2, .color-12.client-theme h3, .color-12.client-theme h4, .color-12.client-theme h5, .color-12.client-theme h6, .color-12.client-theme .h1, .color-12.client-theme .h2, .color-12.client-theme .h3, .color-12.client-theme .h4, .color-12.client-theme .h5, .color-12.client-theme .h6 {
  color: #7ed0e0;
}

.client-theme .background-color1, .client-theme .background-color1:hover, .client-theme .background-color1:focus, .background-color1.client-theme {
  background-color: #000000;
}

.client-theme .background-color-1, .client-theme .background-color-1:hover, .client-theme .background-color-1:focus, .background-color-1.client-theme {
  background-color: #000000;
}

.client-theme .background-color2, .client-theme .background-color2:hover, .client-theme .background-color2:focus, .background-color2.client-theme {
  background-color: #325b5f;
}

.client-theme .background-color-2, .client-theme .background-color-2:hover, .client-theme .background-color-2:focus, .background-color-2.client-theme {
  background-color: #325b5f;
}

.client-theme .background-color3, .client-theme .background-color3:hover, .client-theme .background-color3:focus, .background-color3.client-theme {
  background-color: #979797;
}

.client-theme .background-color-3, .client-theme .background-color-3:hover, .client-theme .background-color-3:focus, .background-color-3.client-theme {
  background-color: #979797;
}

.client-theme .background-color4, .client-theme .background-color4:hover, .client-theme .background-color4:focus, .background-color4.client-theme {
  background-color: #569bbe;
}

.client-theme .background-color-4, .client-theme .background-color-4:hover, .client-theme .background-color-4:focus, .background-color-4.client-theme {
  background-color: #569bbe;
}

.client-theme .background-color5, .client-theme .background-color5:hover, .client-theme .background-color5:focus, .background-color5.client-theme {
  background-color: #ffffff;
}

.client-theme .background-color-5, .client-theme .background-color-5:hover, .client-theme .background-color-5:focus, .background-color-5.client-theme {
  background-color: #ffffff;
}

.client-theme .background-color6, .client-theme .background-color6:hover, .client-theme .background-color6:focus, .background-color6.client-theme {
  background-color: #ee3425;
}

.client-theme .background-color-6, .client-theme .background-color-6:hover, .client-theme .background-color-6:focus, .background-color-6.client-theme {
  background-color: #ee3425;
}

.client-theme .background-color7, .client-theme .background-color7:hover, .client-theme .background-color7:focus, .background-color7.client-theme {
  background-color: #9e100f;
}

.client-theme .background-color-7, .client-theme .background-color-7:hover, .client-theme .background-color-7:focus, .background-color-7.client-theme {
  background-color: #9e100f;
}

.client-theme .background-color8, .client-theme .background-color8:hover, .client-theme .background-color8:focus, .background-color8.client-theme {
  background-color: #e4e4e4;
}

.client-theme .background-color-8, .client-theme .background-color-8:hover, .client-theme .background-color-8:focus, .background-color-8.client-theme {
  background-color: #e4e4e4;
}

.client-theme .background-color9, .client-theme .background-color9:hover, .client-theme .background-color9:focus, .background-color9.client-theme {
  background-color: #5c5c5c;
}

.client-theme .background-color-9, .client-theme .background-color-9:hover, .client-theme .background-color-9:focus, .background-color-9.client-theme {
  background-color: #5c5c5c;
}

.client-theme .background-color10, .client-theme .background-color10:hover, .client-theme .background-color10:focus, .background-color10.client-theme {
  background-color: #00ab98;
}

.client-theme .background-color-10, .client-theme .background-color-10:hover, .client-theme .background-color-10:focus, .background-color-10.client-theme {
  background-color: #00ab98;
}

.client-theme .background-color11, .client-theme .background-color11:hover, .client-theme .background-color11:focus, .background-color11.client-theme {
  background-color: #569bbe;
}

.client-theme .background-color-11, .client-theme .background-color-11:hover, .client-theme .background-color-11:focus, .background-color-11.client-theme {
  background-color: #569bbe;
}

.client-theme .background-color12, .client-theme .background-color12:hover, .client-theme .background-color12:focus, .background-color12.client-theme {
  background-color: #7ed0e0;
}

.client-theme .background-color-12, .client-theme .background-color-12:hover, .client-theme .background-color-12:focus, .background-color-12.client-theme {
  background-color: #7ed0e0;
}

.client-theme .background-transparent, .client-theme .background-transparent:hover, .client-theme .background-transparent:focus, .background-transparent.client-theme {
  background-color: "transparent";
}

body.client-theme {
  height: 100vh;
}

.client-theme {
  /* external init */
  /*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
  * Datetimepicker for Bootstrap 3
  * version : 4.17.42
  * https://github.com/Eonasdan/bootstrap-datetimepicker/
  */
  /*BASE COLORS*/
  /* For equal height columns in a row when using bootstrap grid system */
  /* Vertically center content inside an equal height rows */
  /* Example: <div class="row equal-height-row"><div class="col-xs-12"></div></div> */
  /*MODAL*/
  /* widgets init */
  /**/
  /* Footer */
  /**/
  /*IMAGE CAROUSEL*/
  /*.image-carousel-image {
      width: 100%;
  }*/
  /* .user-curriculumteamcontentlist.tab-orientation-vertical .open-class-list-wrapper {
      width: 100px;
  } */
  /* @media not all and (min-resolution:.1dpi) {
      .class-list-tab-wrapper.vertical-safari-fix {
          -webkit-padding-end: 50px;
      }
  }

  @media not all and (min-resolution: 1dpi) {
      .class-list-tab-wrapper.vertical-safari-fix {
          -webkit-padding-end: 50px;
      }
  }

  @media not all and (min-resolution:.001dpcm) {
      .class-list-tab-wrapper.vertical-safari-fix {
          -webkit-padding-end: 50px;
      }
  }

  @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
      .class-list-tab-wrapper.vertical-safari-fix {
          -webkit-padding-end: 50px;
      }
  } */
  /* @media not all and (min-resolution:.001dpcm) {
      @supports (-webkit-appearance:none) {
          .class-list-tab-wrapper.vertical-safari-fix {
              -webkit-padding-end: 50px;
          }
      }
  } */
  /* _::-webkit-full-page-media, _:future, :root .class-list-tab-wrapper.vertical-safari-fix {
      -webkit-padding-end: 50px;
  } */
  /* @media not all and (min-resolution:.001dpcm) {
      @supports (-webkit-appearance:none) and (stroke-color:transparent) {
          .class-list-tab-wrapper.vertical-safari-fix {
              -webkit-padding-end: 50px;
          }
      }
  } */
  /* The below fixes the problem but creates extra padding for Mac Chrome */
  /* _:not(a,b), .class-list-tab-wrapper.vertical-safari-fix {
      -webkit-padding-end: 50px;
  } */
  /*QUIZ WIDGET*/
  /* Quiz Answers Matching */
  /*.bootstrap-datetimepicker-widget {
      z-index: 1000;
  }

  .table-responsive {
      overflow-y: visible;
      z-index: 900;
  }*/
  /*



  */
  /* User Curriculum */
  /**/
  /*.bootstrap-datetimepicker-widget {
      z-index: 1000;
  }

  .table-responsive {
      overflow-y: visible;
      z-index: 900;
  }*/
  /* Consider removing after Admin LTE integration */
  /**/
  /* User Admin Page */
  /* admin init */
  /*Entitlements*/
  /* Delete after admin LTE integration */
  /*Entitlements*/
  /*Groups*/
  /* Can delete this once Admin LTE is integrated */
  /*General*/
}
.client-theme html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.client-theme body {
  margin: 0;
}
.client-theme article,
.client-theme aside,
.client-theme details,
.client-theme figcaption,
.client-theme figure,
.client-theme footer,
.client-theme header,
.client-theme hgroup,
.client-theme main,
.client-theme menu,
.client-theme nav,
.client-theme section,
.client-theme summary {
  display: block;
}
.client-theme audio,
.client-theme canvas,
.client-theme progress,
.client-theme video {
  display: inline-block;
  vertical-align: baseline;
}
.client-theme audio:not([controls]) {
  display: none;
  height: 0;
}
.client-theme [hidden],
.client-theme template {
  display: none;
}
.client-theme a {
  background-color: transparent;
}
.client-theme a:active,
.client-theme a:hover {
  outline: 0;
}
.client-theme abbr[title] {
  border-bottom: 1px dotted;
}
.client-theme b,
.client-theme strong {
  font-weight: bold;
}
.client-theme dfn {
  font-style: italic;
}
.client-theme h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.client-theme mark {
  background: #ff0;
  color: #000;
}
.client-theme small {
  font-size: 80%;
}
.client-theme sub,
.client-theme sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.client-theme sup {
  top: -0.5em;
}
.client-theme sub {
  bottom: -0.25em;
}
.client-theme img {
  border: 0;
}
.client-theme svg:not(:root) {
  overflow: hidden;
}
.client-theme figure {
  margin: 1em 40px;
}
.client-theme hr {
  box-sizing: content-box;
  height: 0;
}
.client-theme pre {
  overflow: auto;
}
.client-theme code,
.client-theme kbd,
.client-theme pre,
.client-theme samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.client-theme button,
.client-theme input,
.client-theme optgroup,
.client-theme select,
.client-theme textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.client-theme button {
  overflow: visible;
}
.client-theme button,
.client-theme select {
  text-transform: none;
}
.client-theme button,
.client-theme html input[type=button],
.client-theme input[type=reset],
.client-theme input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.client-theme button[disabled],
.client-theme html input[disabled] {
  cursor: default;
}
.client-theme button::-moz-focus-inner,
.client-theme input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.client-theme input {
  line-height: normal;
}
.client-theme input[type=checkbox],
.client-theme input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.client-theme input[type=number]::-webkit-inner-spin-button,
.client-theme input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.client-theme input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.client-theme input[type=search]::-webkit-search-cancel-button,
.client-theme input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.client-theme fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.client-theme legend {
  border: 0;
  padding: 0;
}
.client-theme textarea {
  overflow: auto;
}
.client-theme optgroup {
  font-weight: bold;
}
.client-theme table {
  border-collapse: collapse;
  border-spacing: 0;
}
.client-theme td,
.client-theme th {
  padding: 0;
}
@media print {
  .client-theme *,
  .client-theme *:before,
  .client-theme *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .client-theme a,
  .client-theme a:visited {
    text-decoration: underline;
  }
  .client-theme a[href]:after {
    content: " (" attr(href) ")";
  }
  .client-theme abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .client-theme a[href^="#"]:after,
  .client-theme a[href^="javascript:"]:after {
    content: "";
  }
  .client-theme pre,
  .client-theme blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .client-theme thead {
    display: table-header-group;
  }
  .client-theme tr,
  .client-theme img {
    page-break-inside: avoid;
  }
  .client-theme img {
    max-width: 100% !important;
  }
  .client-theme p,
  .client-theme h2,
  .client-theme h3 {
    orphans: 3;
    widows: 3;
  }
  .client-theme h2,
  .client-theme h3 {
    page-break-after: avoid;
  }
  .client-theme .navbar {
    display: none;
  }
  .client-theme .btn > .caret,
  .client-theme .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .client-theme .label {
    border: 1px solid #000;
  }
  .client-theme .table {
    border-collapse: collapse !important;
  }
  .client-theme .table td,
  .client-theme .table th {
    background-color: #fff !important;
  }
  .client-theme .table-bordered th,
  .client-theme .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.client-theme .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.client-theme .glyphicon-asterisk:before {
  content: "*";
}
.client-theme .glyphicon-plus:before {
  content: "+";
}
.client-theme .glyphicon-euro:before,
.client-theme .glyphicon-eur:before {
  content: "€";
}
.client-theme .glyphicon-minus:before {
  content: "−";
}
.client-theme .glyphicon-cloud:before {
  content: "☁";
}
.client-theme .glyphicon-envelope:before {
  content: "✉";
}
.client-theme .glyphicon-pencil:before {
  content: "✏";
}
.client-theme .glyphicon-glass:before {
  content: "\e001";
}
.client-theme .glyphicon-music:before {
  content: "\e002";
}
.client-theme .glyphicon-search:before {
  content: "\e003";
}
.client-theme .glyphicon-heart:before {
  content: "\e005";
}
.client-theme .glyphicon-star:before {
  content: "\e006";
}
.client-theme .glyphicon-star-empty:before {
  content: "\e007";
}
.client-theme .glyphicon-user:before {
  content: "\e008";
}
.client-theme .glyphicon-film:before {
  content: "\e009";
}
.client-theme .glyphicon-th-large:before {
  content: "\e010";
}
.client-theme .glyphicon-th:before {
  content: "\e011";
}
.client-theme .glyphicon-th-list:before {
  content: "\e012";
}
.client-theme .glyphicon-ok:before {
  content: "\e013";
}
.client-theme .glyphicon-remove:before {
  content: "\e014";
}
.client-theme .glyphicon-zoom-in:before {
  content: "\e015";
}
.client-theme .glyphicon-zoom-out:before {
  content: "\e016";
}
.client-theme .glyphicon-off:before {
  content: "\e017";
}
.client-theme .glyphicon-signal:before {
  content: "\e018";
}
.client-theme .glyphicon-cog:before {
  content: "\e019";
}
.client-theme .glyphicon-trash:before {
  content: "\e020";
}
.client-theme .glyphicon-home:before {
  content: "\e021";
}
.client-theme .glyphicon-file:before {
  content: "\e022";
}
.client-theme .glyphicon-time:before {
  content: "\e023";
}
.client-theme .glyphicon-road:before {
  content: "\e024";
}
.client-theme .glyphicon-download-alt:before {
  content: "\e025";
}
.client-theme .glyphicon-download:before {
  content: "\e026";
}
.client-theme .glyphicon-upload:before {
  content: "\e027";
}
.client-theme .glyphicon-inbox:before {
  content: "\e028";
}
.client-theme .glyphicon-play-circle:before {
  content: "\e029";
}
.client-theme .glyphicon-repeat:before {
  content: "\e030";
}
.client-theme .glyphicon-refresh:before {
  content: "\e031";
}
.client-theme .glyphicon-list-alt:before {
  content: "\e032";
}
.client-theme .glyphicon-lock:before {
  content: "\e033";
}
.client-theme .glyphicon-flag:before {
  content: "\e034";
}
.client-theme .glyphicon-headphones:before {
  content: "\e035";
}
.client-theme .glyphicon-volume-off:before {
  content: "\e036";
}
.client-theme .glyphicon-volume-down:before {
  content: "\e037";
}
.client-theme .glyphicon-volume-up:before {
  content: "\e038";
}
.client-theme .glyphicon-qrcode:before {
  content: "\e039";
}
.client-theme .glyphicon-barcode:before {
  content: "\e040";
}
.client-theme .glyphicon-tag:before {
  content: "\e041";
}
.client-theme .glyphicon-tags:before {
  content: "\e042";
}
.client-theme .glyphicon-book:before {
  content: "\e043";
}
.client-theme .glyphicon-bookmark:before {
  content: "\e044";
}
.client-theme .glyphicon-print:before {
  content: "\e045";
}
.client-theme .glyphicon-camera:before {
  content: "\e046";
}
.client-theme .glyphicon-font:before {
  content: "\e047";
}
.client-theme .glyphicon-bold:before {
  content: "\e048";
}
.client-theme .glyphicon-italic:before {
  content: "\e049";
}
.client-theme .glyphicon-text-height:before {
  content: "\e050";
}
.client-theme .glyphicon-text-width:before {
  content: "\e051";
}
.client-theme .glyphicon-align-left:before {
  content: "\e052";
}
.client-theme .glyphicon-align-center:before {
  content: "\e053";
}
.client-theme .glyphicon-align-right:before {
  content: "\e054";
}
.client-theme .glyphicon-align-justify:before {
  content: "\e055";
}
.client-theme .glyphicon-list:before {
  content: "\e056";
}
.client-theme .glyphicon-indent-left:before {
  content: "\e057";
}
.client-theme .glyphicon-indent-right:before {
  content: "\e058";
}
.client-theme .glyphicon-facetime-video:before {
  content: "\e059";
}
.client-theme .glyphicon-picture:before {
  content: "\e060";
}
.client-theme .glyphicon-map-marker:before {
  content: "\e062";
}
.client-theme .glyphicon-adjust:before {
  content: "\e063";
}
.client-theme .glyphicon-tint:before {
  content: "\e064";
}
.client-theme .glyphicon-edit:before {
  content: "\e065";
}
.client-theme .glyphicon-share:before {
  content: "\e066";
}
.client-theme .glyphicon-check:before {
  content: "\e067";
}
.client-theme .glyphicon-move:before {
  content: "\e068";
}
.client-theme .glyphicon-step-backward:before {
  content: "\e069";
}
.client-theme .glyphicon-fast-backward:before {
  content: "\e070";
}
.client-theme .glyphicon-backward:before {
  content: "\e071";
}
.client-theme .glyphicon-play:before {
  content: "\e072";
}
.client-theme .glyphicon-pause:before {
  content: "\e073";
}
.client-theme .glyphicon-stop:before {
  content: "\e074";
}
.client-theme .glyphicon-forward:before {
  content: "\e075";
}
.client-theme .glyphicon-fast-forward:before {
  content: "\e076";
}
.client-theme .glyphicon-step-forward:before {
  content: "\e077";
}
.client-theme .glyphicon-eject:before {
  content: "\e078";
}
.client-theme .glyphicon-chevron-left:before {
  content: "\e079";
}
.client-theme .glyphicon-chevron-right:before {
  content: "\e080";
}
.client-theme .glyphicon-plus-sign:before {
  content: "\e081";
}
.client-theme .glyphicon-minus-sign:before {
  content: "\e082";
}
.client-theme .glyphicon-remove-sign:before {
  content: "\e083";
}
.client-theme .glyphicon-ok-sign:before {
  content: "\e084";
}
.client-theme .glyphicon-question-sign:before {
  content: "\e085";
}
.client-theme .glyphicon-info-sign:before {
  content: "\e086";
}
.client-theme .glyphicon-screenshot:before {
  content: "\e087";
}
.client-theme .glyphicon-remove-circle:before {
  content: "\e088";
}
.client-theme .glyphicon-ok-circle:before {
  content: "\e089";
}
.client-theme .glyphicon-ban-circle:before {
  content: "\e090";
}
.client-theme .glyphicon-arrow-left:before {
  content: "\e091";
}
.client-theme .glyphicon-arrow-right:before {
  content: "\e092";
}
.client-theme .glyphicon-arrow-up:before {
  content: "\e093";
}
.client-theme .glyphicon-arrow-down:before {
  content: "\e094";
}
.client-theme .glyphicon-share-alt:before {
  content: "\e095";
}
.client-theme .glyphicon-resize-full:before {
  content: "\e096";
}
.client-theme .glyphicon-resize-small:before {
  content: "\e097";
}
.client-theme .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.client-theme .glyphicon-gift:before {
  content: "\e102";
}
.client-theme .glyphicon-leaf:before {
  content: "\e103";
}
.client-theme .glyphicon-fire:before {
  content: "\e104";
}
.client-theme .glyphicon-eye-open:before {
  content: "\e105";
}
.client-theme .glyphicon-eye-close:before {
  content: "\e106";
}
.client-theme .glyphicon-warning-sign:before {
  content: "\e107";
}
.client-theme .glyphicon-plane:before {
  content: "\e108";
}
.client-theme .glyphicon-calendar:before {
  content: "\e109";
}
.client-theme .glyphicon-random:before {
  content: "\e110";
}
.client-theme .glyphicon-comment:before {
  content: "\e111";
}
.client-theme .glyphicon-magnet:before {
  content: "\e112";
}
.client-theme .glyphicon-chevron-up:before {
  content: "\e113";
}
.client-theme .glyphicon-chevron-down:before {
  content: "\e114";
}
.client-theme .glyphicon-retweet:before {
  content: "\e115";
}
.client-theme .glyphicon-shopping-cart:before {
  content: "\e116";
}
.client-theme .glyphicon-folder-close:before {
  content: "\e117";
}
.client-theme .glyphicon-folder-open:before {
  content: "\e118";
}
.client-theme .glyphicon-resize-vertical:before {
  content: "\e119";
}
.client-theme .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.client-theme .glyphicon-hdd:before {
  content: "\e121";
}
.client-theme .glyphicon-bullhorn:before {
  content: "\e122";
}
.client-theme .glyphicon-bell:before {
  content: "\e123";
}
.client-theme .glyphicon-certificate:before {
  content: "\e124";
}
.client-theme .glyphicon-thumbs-up:before {
  content: "\e125";
}
.client-theme .glyphicon-thumbs-down:before {
  content: "\e126";
}
.client-theme .glyphicon-hand-right:before {
  content: "\e127";
}
.client-theme .glyphicon-hand-left:before {
  content: "\e128";
}
.client-theme .glyphicon-hand-up:before {
  content: "\e129";
}
.client-theme .glyphicon-hand-down:before {
  content: "\e130";
}
.client-theme .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.client-theme .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.client-theme .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.client-theme .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.client-theme .glyphicon-globe:before {
  content: "\e135";
}
.client-theme .glyphicon-wrench:before {
  content: "\e136";
}
.client-theme .glyphicon-tasks:before {
  content: "\e137";
}
.client-theme .glyphicon-filter:before {
  content: "\e138";
}
.client-theme .glyphicon-briefcase:before {
  content: "\e139";
}
.client-theme .glyphicon-fullscreen:before {
  content: "\e140";
}
.client-theme .glyphicon-dashboard:before {
  content: "\e141";
}
.client-theme .glyphicon-paperclip:before {
  content: "\e142";
}
.client-theme .glyphicon-heart-empty:before {
  content: "\e143";
}
.client-theme .glyphicon-link:before {
  content: "\e144";
}
.client-theme .glyphicon-phone:before {
  content: "\e145";
}
.client-theme .glyphicon-pushpin:before {
  content: "\e146";
}
.client-theme .glyphicon-usd:before {
  content: "\e148";
}
.client-theme .glyphicon-gbp:before {
  content: "\e149";
}
.client-theme .glyphicon-sort:before {
  content: "\e150";
}
.client-theme .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.client-theme .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.client-theme .glyphicon-sort-by-order:before {
  content: "\e153";
}
.client-theme .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.client-theme .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.client-theme .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.client-theme .glyphicon-unchecked:before {
  content: "\e157";
}
.client-theme .glyphicon-expand:before {
  content: "\e158";
}
.client-theme .glyphicon-collapse-down:before {
  content: "\e159";
}
.client-theme .glyphicon-collapse-up:before {
  content: "\e160";
}
.client-theme .glyphicon-log-in:before {
  content: "\e161";
}
.client-theme .glyphicon-flash:before {
  content: "\e162";
}
.client-theme .glyphicon-log-out:before {
  content: "\e163";
}
.client-theme .glyphicon-new-window:before {
  content: "\e164";
}
.client-theme .glyphicon-record:before {
  content: "\e165";
}
.client-theme .glyphicon-save:before {
  content: "\e166";
}
.client-theme .glyphicon-open:before {
  content: "\e167";
}
.client-theme .glyphicon-saved:before {
  content: "\e168";
}
.client-theme .glyphicon-import:before {
  content: "\e169";
}
.client-theme .glyphicon-export:before {
  content: "\e170";
}
.client-theme .glyphicon-send:before {
  content: "\e171";
}
.client-theme .glyphicon-floppy-disk:before {
  content: "\e172";
}
.client-theme .glyphicon-floppy-saved:before {
  content: "\e173";
}
.client-theme .glyphicon-floppy-remove:before {
  content: "\e174";
}
.client-theme .glyphicon-floppy-save:before {
  content: "\e175";
}
.client-theme .glyphicon-floppy-open:before {
  content: "\e176";
}
.client-theme .glyphicon-credit-card:before {
  content: "\e177";
}
.client-theme .glyphicon-transfer:before {
  content: "\e178";
}
.client-theme .glyphicon-cutlery:before {
  content: "\e179";
}
.client-theme .glyphicon-header:before {
  content: "\e180";
}
.client-theme .glyphicon-compressed:before {
  content: "\e181";
}
.client-theme .glyphicon-earphone:before {
  content: "\e182";
}
.client-theme .glyphicon-phone-alt:before {
  content: "\e183";
}
.client-theme .glyphicon-tower:before {
  content: "\e184";
}
.client-theme .glyphicon-stats:before {
  content: "\e185";
}
.client-theme .glyphicon-sd-video:before {
  content: "\e186";
}
.client-theme .glyphicon-hd-video:before {
  content: "\e187";
}
.client-theme .glyphicon-subtitles:before {
  content: "\e188";
}
.client-theme .glyphicon-sound-stereo:before {
  content: "\e189";
}
.client-theme .glyphicon-sound-dolby:before {
  content: "\e190";
}
.client-theme .glyphicon-sound-5-1:before {
  content: "\e191";
}
.client-theme .glyphicon-sound-6-1:before {
  content: "\e192";
}
.client-theme .glyphicon-sound-7-1:before {
  content: "\e193";
}
.client-theme .glyphicon-copyright-mark:before {
  content: "\e194";
}
.client-theme .glyphicon-registration-mark:before {
  content: "\e195";
}
.client-theme .glyphicon-cloud-download:before {
  content: "\e197";
}
.client-theme .glyphicon-cloud-upload:before {
  content: "\e198";
}
.client-theme .glyphicon-tree-conifer:before {
  content: "\e199";
}
.client-theme .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.client-theme .glyphicon-cd:before {
  content: "\e201";
}
.client-theme .glyphicon-save-file:before {
  content: "\e202";
}
.client-theme .glyphicon-open-file:before {
  content: "\e203";
}
.client-theme .glyphicon-level-up:before {
  content: "\e204";
}
.client-theme .glyphicon-copy:before {
  content: "\e205";
}
.client-theme .glyphicon-paste:before {
  content: "\e206";
}
.client-theme .glyphicon-alert:before {
  content: "\e209";
}
.client-theme .glyphicon-equalizer:before {
  content: "\e210";
}
.client-theme .glyphicon-king:before {
  content: "\e211";
}
.client-theme .glyphicon-queen:before {
  content: "\e212";
}
.client-theme .glyphicon-pawn:before {
  content: "\e213";
}
.client-theme .glyphicon-bishop:before {
  content: "\e214";
}
.client-theme .glyphicon-knight:before {
  content: "\e215";
}
.client-theme .glyphicon-baby-formula:before {
  content: "\e216";
}
.client-theme .glyphicon-tent:before {
  content: "⛺";
}
.client-theme .glyphicon-blackboard:before {
  content: "\e218";
}
.client-theme .glyphicon-bed:before {
  content: "\e219";
}
.client-theme .glyphicon-apple:before {
  content: "\f8ff";
}
.client-theme .glyphicon-erase:before {
  content: "\e221";
}
.client-theme .glyphicon-hourglass:before {
  content: "⌛";
}
.client-theme .glyphicon-lamp:before {
  content: "\e223";
}
.client-theme .glyphicon-duplicate:before {
  content: "\e224";
}
.client-theme .glyphicon-piggy-bank:before {
  content: "\e225";
}
.client-theme .glyphicon-scissors:before {
  content: "\e226";
}
.client-theme .glyphicon-bitcoin:before {
  content: "\e227";
}
.client-theme .glyphicon-btc:before {
  content: "\e227";
}
.client-theme .glyphicon-xbt:before {
  content: "\e227";
}
.client-theme .glyphicon-yen:before {
  content: "¥";
}
.client-theme .glyphicon-jpy:before {
  content: "¥";
}
.client-theme .glyphicon-ruble:before {
  content: "₽";
}
.client-theme .glyphicon-rub:before {
  content: "₽";
}
.client-theme .glyphicon-scale:before {
  content: "\e230";
}
.client-theme .glyphicon-ice-lolly:before {
  content: "\e231";
}
.client-theme .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.client-theme .glyphicon-education:before {
  content: "\e233";
}
.client-theme .glyphicon-option-horizontal:before {
  content: "\e234";
}
.client-theme .glyphicon-option-vertical:before {
  content: "\e235";
}
.client-theme .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.client-theme .glyphicon-modal-window:before {
  content: "\e237";
}
.client-theme .glyphicon-oil:before {
  content: "\e238";
}
.client-theme .glyphicon-grain:before {
  content: "\e239";
}
.client-theme .glyphicon-sunglasses:before {
  content: "\e240";
}
.client-theme .glyphicon-text-size:before {
  content: "\e241";
}
.client-theme .glyphicon-text-color:before {
  content: "\e242";
}
.client-theme .glyphicon-text-background:before {
  content: "\e243";
}
.client-theme .glyphicon-object-align-top:before {
  content: "\e244";
}
.client-theme .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.client-theme .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.client-theme .glyphicon-object-align-left:before {
  content: "\e247";
}
.client-theme .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.client-theme .glyphicon-object-align-right:before {
  content: "\e249";
}
.client-theme .glyphicon-triangle-right:before {
  content: "\e250";
}
.client-theme .glyphicon-triangle-left:before {
  content: "\e251";
}
.client-theme .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.client-theme .glyphicon-triangle-top:before {
  content: "\e253";
}
.client-theme .glyphicon-console:before {
  content: "\e254";
}
.client-theme .glyphicon-superscript:before {
  content: "\e255";
}
.client-theme .glyphicon-subscript:before {
  content: "\e256";
}
.client-theme .glyphicon-menu-left:before {
  content: "\e257";
}
.client-theme .glyphicon-menu-right:before {
  content: "\e258";
}
.client-theme .glyphicon-menu-down:before {
  content: "\e259";
}
.client-theme .glyphicon-menu-up:before {
  content: "\e260";
}
.client-theme * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme *:before,
.client-theme *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.client-theme body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
  background-color: #f7f7f7;
}
.client-theme input,
.client-theme button,
.client-theme select,
.client-theme textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.client-theme a {
  color: #569bbe;
  text-decoration: none;
}
.client-theme a:hover, .client-theme a:focus {
  color: #377290;
  text-decoration: underline;
}
.client-theme a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.client-theme figure {
  margin: 0;
}
.client-theme img {
  vertical-align: middle;
}
.client-theme .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.client-theme .img-rounded {
  border-radius: 0;
}
.client-theme .img-thumbnail {
  padding: 4px;
  line-height: 1.375;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.client-theme .img-circle {
  border-radius: 50%;
}
.client-theme hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.client-theme .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.client-theme .sr-only-focusable:active, .client-theme .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.client-theme [role=button] {
  cursor: pointer;
}
.client-theme h1, .client-theme h2, .client-theme h3, .client-theme h4, .client-theme h5, .client-theme h6,
.client-theme .h1, .client-theme .h2, .client-theme .h3, .client-theme .h4, .client-theme .h5, .client-theme .h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
.client-theme h1 small,
.client-theme h1 .small, .client-theme h2 small,
.client-theme h2 .small, .client-theme h3 small,
.client-theme h3 .small, .client-theme h4 small,
.client-theme h4 .small, .client-theme h5 small,
.client-theme h5 .small, .client-theme h6 small,
.client-theme h6 .small,
.client-theme .h1 small,
.client-theme .h1 .small, .client-theme .h2 small,
.client-theme .h2 .small, .client-theme .h3 small,
.client-theme .h3 .small, .client-theme .h4 small,
.client-theme .h4 .small, .client-theme .h5 small,
.client-theme .h5 .small, .client-theme .h6 small,
.client-theme .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.client-theme h1, .client-theme .h1,
.client-theme h2, .client-theme .h2,
.client-theme h3, .client-theme .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
.client-theme h1 small,
.client-theme h1 .small, .client-theme .h1 small,
.client-theme .h1 .small,
.client-theme h2 small,
.client-theme h2 .small, .client-theme .h2 small,
.client-theme .h2 .small,
.client-theme h3 small,
.client-theme h3 .small, .client-theme .h3 small,
.client-theme .h3 .small {
  font-size: 65%;
}
.client-theme h4, .client-theme .h4,
.client-theme h5, .client-theme .h5,
.client-theme h6, .client-theme .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.client-theme h4 small,
.client-theme h4 .small, .client-theme .h4 small,
.client-theme .h4 .small,
.client-theme h5 small,
.client-theme h5 .small, .client-theme .h5 small,
.client-theme .h5 .small,
.client-theme h6 small,
.client-theme h6 .small, .client-theme .h6 small,
.client-theme .h6 .small {
  font-size: 75%;
}
.client-theme h1, .client-theme .h1 {
  font-size: 48px;
}
.client-theme h2, .client-theme .h2 {
  font-size: 36px;
}
.client-theme h3, .client-theme .h3 {
  font-size: 28px;
}
.client-theme h4, .client-theme .h4 {
  font-size: 18px;
}
.client-theme h5, .client-theme .h5 {
  font-size: 19px;
}
.client-theme h6, .client-theme .h6 {
  font-size: 15px;
}
.client-theme p {
  margin: 0 0 11px;
}
.client-theme .lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .client-theme .lead {
    font-size: 24px;
  }
}
.client-theme small,
.client-theme .small {
  font-size: 75%;
}
.client-theme mark,
.client-theme .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.client-theme .text-left {
  text-align: left;
}
.client-theme .text-right {
  text-align: right;
}
.client-theme .text-center {
  text-align: center;
}
.client-theme .text-justify {
  text-align: justify;
}
.client-theme .text-nowrap {
  white-space: nowrap;
}
.client-theme .text-lowercase {
  text-transform: lowercase;
}
.client-theme .text-uppercase, .client-theme .initialism {
  text-transform: uppercase;
}
.client-theme .text-capitalize {
  text-transform: capitalize;
}
.client-theme .text-muted {
  color: #777777;
}
.client-theme .text-primary {
  color: #337ab7;
}
.client-theme a.text-primary:hover,
.client-theme a.text-primary:focus {
  color: #286090;
}
.client-theme .text-success {
  color: #3c763d;
}
.client-theme a.text-success:hover,
.client-theme a.text-success:focus {
  color: #2b542c;
}
.client-theme .text-info {
  color: #31708f;
}
.client-theme a.text-info:hover,
.client-theme a.text-info:focus {
  color: #245269;
}
.client-theme .text-warning {
  color: #8a6d3b;
}
.client-theme a.text-warning:hover,
.client-theme a.text-warning:focus {
  color: #66512c;
}
.client-theme .text-danger {
  color: #a94442;
}
.client-theme a.text-danger:hover,
.client-theme a.text-danger:focus {
  color: #843534;
}
.client-theme .bg-primary {
  color: #fff;
}
.client-theme .bg-primary {
  background-color: #337ab7;
}
.client-theme a.bg-primary:hover,
.client-theme a.bg-primary:focus {
  background-color: #286090;
}
.client-theme .bg-success {
  background-color: #dff0d8;
}
.client-theme a.bg-success:hover,
.client-theme a.bg-success:focus {
  background-color: #c1e2b3;
}
.client-theme .bg-info {
  background-color: #d9edf7;
}
.client-theme a.bg-info:hover,
.client-theme a.bg-info:focus {
  background-color: #afd9ee;
}
.client-theme .bg-warning {
  background-color: #fcf8e3;
}
.client-theme a.bg-warning:hover,
.client-theme a.bg-warning:focus {
  background-color: #f7ecb5;
}
.client-theme .bg-danger {
  background-color: #f2dede;
}
.client-theme a.bg-danger:hover,
.client-theme a.bg-danger:focus {
  background-color: #e4b9b9;
}
.client-theme .page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
.client-theme ul,
.client-theme ol {
  margin-top: 0;
  margin-bottom: 11px;
}
.client-theme ul ul,
.client-theme ul ol,
.client-theme ol ul,
.client-theme ol ol {
  margin-bottom: 0;
}
.client-theme .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.client-theme .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.client-theme .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.client-theme dl {
  margin-top: 0;
  margin-bottom: 22px;
}
.client-theme dt,
.client-theme dd {
  line-height: 1.375;
}
.client-theme dt {
  font-weight: bold;
}
.client-theme dd {
  margin-left: 0;
}
.client-theme .dl-horizontal dd:before, .client-theme .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.client-theme .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .client-theme .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .client-theme .dl-horizontal dd {
    margin-left: 180px;
  }
}
.client-theme abbr[title],
.client-theme abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.client-theme .initialism {
  font-size: 90%;
}
.client-theme blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
.client-theme blockquote p:last-child,
.client-theme blockquote ul:last-child,
.client-theme blockquote ol:last-child {
  margin-bottom: 0;
}
.client-theme blockquote footer,
.client-theme blockquote small,
.client-theme blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.375;
  color: #777777;
}
.client-theme blockquote footer:before,
.client-theme blockquote small:before,
.client-theme blockquote .small:before {
  content: "— ";
}
.client-theme .blockquote-reverse,
.client-theme blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.client-theme .blockquote-reverse footer:before,
.client-theme .blockquote-reverse small:before,
.client-theme .blockquote-reverse .small:before,
.client-theme blockquote.pull-right footer:before,
.client-theme blockquote.pull-right small:before,
.client-theme blockquote.pull-right .small:before {
  content: "";
}
.client-theme .blockquote-reverse footer:after,
.client-theme .blockquote-reverse small:after,
.client-theme .blockquote-reverse .small:after,
.client-theme blockquote.pull-right footer:after,
.client-theme blockquote.pull-right small:after,
.client-theme blockquote.pull-right .small:after {
  content: " —";
}
.client-theme address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.375;
}
.client-theme code,
.client-theme kbd,
.client-theme pre,
.client-theme samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.client-theme code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
.client-theme kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.client-theme kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.client-theme pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.375;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
.client-theme pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.client-theme .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.client-theme .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.client-theme .container:before, .client-theme .container:after {
  content: " ";
  display: table;
}
.client-theme .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .client-theme .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .client-theme .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .client-theme .container {
    width: 1170px;
  }
}
.client-theme .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.client-theme .container-fluid:before, .client-theme .container-fluid:after {
  content: " ";
  display: table;
}
.client-theme .container-fluid:after {
  clear: both;
}
.client-theme .row {
  margin-left: -15px;
  margin-right: -15px;
}
.client-theme .row:before, .client-theme .row:after {
  content: " ";
  display: table;
}
.client-theme .row:after {
  clear: both;
}
.client-theme .col-xs-1, .client-theme .col-sm-1, .client-theme .col-md-1, .client-theme .col-lg-1, .client-theme .col-xs-2, .client-theme .col-sm-2, .client-theme .col-md-2, .client-theme .col-lg-2, .client-theme .col-xs-3, .client-theme .col-sm-3, .client-theme .col-md-3, .client-theme .col-lg-3, .client-theme .col-xs-4, .client-theme .col-sm-4, .client-theme .col-md-4, .client-theme .col-lg-4, .client-theme .col-xs-5, .client-theme .col-sm-5, .client-theme .col-md-5, .client-theme .col-lg-5, .client-theme .col-xs-6, .client-theme .col-sm-6, .client-theme .col-md-6, .client-theme .col-lg-6, .client-theme .col-xs-7, .client-theme .col-sm-7, .client-theme .col-md-7, .client-theme .col-lg-7, .client-theme .col-xs-8, .client-theme .col-sm-8, .client-theme .col-md-8, .client-theme .col-lg-8, .client-theme .col-xs-9, .client-theme .col-sm-9, .client-theme .col-md-9, .client-theme .col-lg-9, .client-theme .col-xs-10, .client-theme .col-sm-10, .client-theme .col-md-10, .client-theme .col-lg-10, .client-theme .col-xs-11, .client-theme .col-sm-11, .client-theme .col-md-11, .client-theme .col-lg-11, .client-theme .col-xs-12, .client-theme .col-sm-12, .client-theme .col-md-12, .client-theme .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.client-theme .col-xs-1, .client-theme .col-xs-2, .client-theme .col-xs-3, .client-theme .col-xs-4, .client-theme .col-xs-5, .client-theme .col-xs-6, .client-theme .col-xs-7, .client-theme .col-xs-8, .client-theme .col-xs-9, .client-theme .col-xs-10, .client-theme .col-xs-11, .client-theme .col-xs-12 {
  float: left;
}
.client-theme .col-xs-1 {
  width: 8.3333333333%;
}
.client-theme .col-xs-2 {
  width: 16.6666666667%;
}
.client-theme .col-xs-3 {
  width: 25%;
}
.client-theme .col-xs-4 {
  width: 33.3333333333%;
}
.client-theme .col-xs-5 {
  width: 41.6666666667%;
}
.client-theme .col-xs-6 {
  width: 50%;
}
.client-theme .col-xs-7 {
  width: 58.3333333333%;
}
.client-theme .col-xs-8 {
  width: 66.6666666667%;
}
.client-theme .col-xs-9 {
  width: 75%;
}
.client-theme .col-xs-10 {
  width: 83.3333333333%;
}
.client-theme .col-xs-11 {
  width: 91.6666666667%;
}
.client-theme .col-xs-12 {
  width: 100%;
}
.client-theme .col-xs-pull-0 {
  right: auto;
}
.client-theme .col-xs-pull-1 {
  right: 8.3333333333%;
}
.client-theme .col-xs-pull-2 {
  right: 16.6666666667%;
}
.client-theme .col-xs-pull-3 {
  right: 25%;
}
.client-theme .col-xs-pull-4 {
  right: 33.3333333333%;
}
.client-theme .col-xs-pull-5 {
  right: 41.6666666667%;
}
.client-theme .col-xs-pull-6 {
  right: 50%;
}
.client-theme .col-xs-pull-7 {
  right: 58.3333333333%;
}
.client-theme .col-xs-pull-8 {
  right: 66.6666666667%;
}
.client-theme .col-xs-pull-9 {
  right: 75%;
}
.client-theme .col-xs-pull-10 {
  right: 83.3333333333%;
}
.client-theme .col-xs-pull-11 {
  right: 91.6666666667%;
}
.client-theme .col-xs-pull-12 {
  right: 100%;
}
.client-theme .col-xs-push-0 {
  left: auto;
}
.client-theme .col-xs-push-1 {
  left: 8.3333333333%;
}
.client-theme .col-xs-push-2 {
  left: 16.6666666667%;
}
.client-theme .col-xs-push-3 {
  left: 25%;
}
.client-theme .col-xs-push-4 {
  left: 33.3333333333%;
}
.client-theme .col-xs-push-5 {
  left: 41.6666666667%;
}
.client-theme .col-xs-push-6 {
  left: 50%;
}
.client-theme .col-xs-push-7 {
  left: 58.3333333333%;
}
.client-theme .col-xs-push-8 {
  left: 66.6666666667%;
}
.client-theme .col-xs-push-9 {
  left: 75%;
}
.client-theme .col-xs-push-10 {
  left: 83.3333333333%;
}
.client-theme .col-xs-push-11 {
  left: 91.6666666667%;
}
.client-theme .col-xs-push-12 {
  left: 100%;
}
.client-theme .col-xs-offset-0 {
  margin-left: 0%;
}
.client-theme .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.client-theme .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.client-theme .col-xs-offset-3 {
  margin-left: 25%;
}
.client-theme .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.client-theme .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.client-theme .col-xs-offset-6 {
  margin-left: 50%;
}
.client-theme .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.client-theme .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.client-theme .col-xs-offset-9 {
  margin-left: 75%;
}
.client-theme .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.client-theme .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.client-theme .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .client-theme .col-sm-1, .client-theme .col-sm-2, .client-theme .col-sm-3, .client-theme .col-sm-4, .client-theme .col-sm-5, .client-theme .col-sm-6, .client-theme .col-sm-7, .client-theme .col-sm-8, .client-theme .col-sm-9, .client-theme .col-sm-10, .client-theme .col-sm-11, .client-theme .col-sm-12 {
    float: left;
  }
  .client-theme .col-sm-1 {
    width: 8.3333333333%;
  }
  .client-theme .col-sm-2 {
    width: 16.6666666667%;
  }
  .client-theme .col-sm-3 {
    width: 25%;
  }
  .client-theme .col-sm-4 {
    width: 33.3333333333%;
  }
  .client-theme .col-sm-5 {
    width: 41.6666666667%;
  }
  .client-theme .col-sm-6 {
    width: 50%;
  }
  .client-theme .col-sm-7 {
    width: 58.3333333333%;
  }
  .client-theme .col-sm-8 {
    width: 66.6666666667%;
  }
  .client-theme .col-sm-9 {
    width: 75%;
  }
  .client-theme .col-sm-10 {
    width: 83.3333333333%;
  }
  .client-theme .col-sm-11 {
    width: 91.6666666667%;
  }
  .client-theme .col-sm-12 {
    width: 100%;
  }
  .client-theme .col-sm-pull-0 {
    right: auto;
  }
  .client-theme .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .client-theme .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .client-theme .col-sm-pull-3 {
    right: 25%;
  }
  .client-theme .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .client-theme .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .client-theme .col-sm-pull-6 {
    right: 50%;
  }
  .client-theme .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .client-theme .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .client-theme .col-sm-pull-9 {
    right: 75%;
  }
  .client-theme .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .client-theme .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .client-theme .col-sm-pull-12 {
    right: 100%;
  }
  .client-theme .col-sm-push-0 {
    left: auto;
  }
  .client-theme .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .client-theme .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .client-theme .col-sm-push-3 {
    left: 25%;
  }
  .client-theme .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .client-theme .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .client-theme .col-sm-push-6 {
    left: 50%;
  }
  .client-theme .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .client-theme .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .client-theme .col-sm-push-9 {
    left: 75%;
  }
  .client-theme .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .client-theme .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .client-theme .col-sm-push-12 {
    left: 100%;
  }
  .client-theme .col-sm-offset-0 {
    margin-left: 0%;
  }
  .client-theme .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .client-theme .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .client-theme .col-sm-offset-3 {
    margin-left: 25%;
  }
  .client-theme .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .client-theme .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .client-theme .col-sm-offset-6 {
    margin-left: 50%;
  }
  .client-theme .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .client-theme .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .client-theme .col-sm-offset-9 {
    margin-left: 75%;
  }
  .client-theme .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .client-theme .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .client-theme .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .client-theme .col-md-1, .client-theme .col-md-2, .client-theme .col-md-3, .client-theme .col-md-4, .client-theme .col-md-5, .client-theme .col-md-6, .client-theme .col-md-7, .client-theme .col-md-8, .client-theme .col-md-9, .client-theme .col-md-10, .client-theme .col-md-11, .client-theme .col-md-12 {
    float: left;
  }
  .client-theme .col-md-1 {
    width: 8.3333333333%;
  }
  .client-theme .col-md-2 {
    width: 16.6666666667%;
  }
  .client-theme .col-md-3 {
    width: 25%;
  }
  .client-theme .col-md-4 {
    width: 33.3333333333%;
  }
  .client-theme .col-md-5 {
    width: 41.6666666667%;
  }
  .client-theme .col-md-6 {
    width: 50%;
  }
  .client-theme .col-md-7 {
    width: 58.3333333333%;
  }
  .client-theme .col-md-8 {
    width: 66.6666666667%;
  }
  .client-theme .col-md-9 {
    width: 75%;
  }
  .client-theme .col-md-10 {
    width: 83.3333333333%;
  }
  .client-theme .col-md-11 {
    width: 91.6666666667%;
  }
  .client-theme .col-md-12 {
    width: 100%;
  }
  .client-theme .col-md-pull-0 {
    right: auto;
  }
  .client-theme .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .client-theme .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .client-theme .col-md-pull-3 {
    right: 25%;
  }
  .client-theme .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .client-theme .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .client-theme .col-md-pull-6 {
    right: 50%;
  }
  .client-theme .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .client-theme .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .client-theme .col-md-pull-9 {
    right: 75%;
  }
  .client-theme .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .client-theme .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .client-theme .col-md-pull-12 {
    right: 100%;
  }
  .client-theme .col-md-push-0 {
    left: auto;
  }
  .client-theme .col-md-push-1 {
    left: 8.3333333333%;
  }
  .client-theme .col-md-push-2 {
    left: 16.6666666667%;
  }
  .client-theme .col-md-push-3 {
    left: 25%;
  }
  .client-theme .col-md-push-4 {
    left: 33.3333333333%;
  }
  .client-theme .col-md-push-5 {
    left: 41.6666666667%;
  }
  .client-theme .col-md-push-6 {
    left: 50%;
  }
  .client-theme .col-md-push-7 {
    left: 58.3333333333%;
  }
  .client-theme .col-md-push-8 {
    left: 66.6666666667%;
  }
  .client-theme .col-md-push-9 {
    left: 75%;
  }
  .client-theme .col-md-push-10 {
    left: 83.3333333333%;
  }
  .client-theme .col-md-push-11 {
    left: 91.6666666667%;
  }
  .client-theme .col-md-push-12 {
    left: 100%;
  }
  .client-theme .col-md-offset-0 {
    margin-left: 0%;
  }
  .client-theme .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .client-theme .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .client-theme .col-md-offset-3 {
    margin-left: 25%;
  }
  .client-theme .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .client-theme .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .client-theme .col-md-offset-6 {
    margin-left: 50%;
  }
  .client-theme .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .client-theme .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .client-theme .col-md-offset-9 {
    margin-left: 75%;
  }
  .client-theme .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .client-theme .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .client-theme .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .client-theme .col-lg-1, .client-theme .col-lg-2, .client-theme .col-lg-3, .client-theme .col-lg-4, .client-theme .col-lg-5, .client-theme .col-lg-6, .client-theme .col-lg-7, .client-theme .col-lg-8, .client-theme .col-lg-9, .client-theme .col-lg-10, .client-theme .col-lg-11, .client-theme .col-lg-12 {
    float: left;
  }
  .client-theme .col-lg-1 {
    width: 8.3333333333%;
  }
  .client-theme .col-lg-2 {
    width: 16.6666666667%;
  }
  .client-theme .col-lg-3 {
    width: 25%;
  }
  .client-theme .col-lg-4 {
    width: 33.3333333333%;
  }
  .client-theme .col-lg-5 {
    width: 41.6666666667%;
  }
  .client-theme .col-lg-6 {
    width: 50%;
  }
  .client-theme .col-lg-7 {
    width: 58.3333333333%;
  }
  .client-theme .col-lg-8 {
    width: 66.6666666667%;
  }
  .client-theme .col-lg-9 {
    width: 75%;
  }
  .client-theme .col-lg-10 {
    width: 83.3333333333%;
  }
  .client-theme .col-lg-11 {
    width: 91.6666666667%;
  }
  .client-theme .col-lg-12 {
    width: 100%;
  }
  .client-theme .col-lg-pull-0 {
    right: auto;
  }
  .client-theme .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .client-theme .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .client-theme .col-lg-pull-3 {
    right: 25%;
  }
  .client-theme .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .client-theme .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .client-theme .col-lg-pull-6 {
    right: 50%;
  }
  .client-theme .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .client-theme .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .client-theme .col-lg-pull-9 {
    right: 75%;
  }
  .client-theme .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .client-theme .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .client-theme .col-lg-pull-12 {
    right: 100%;
  }
  .client-theme .col-lg-push-0 {
    left: auto;
  }
  .client-theme .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .client-theme .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .client-theme .col-lg-push-3 {
    left: 25%;
  }
  .client-theme .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .client-theme .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .client-theme .col-lg-push-6 {
    left: 50%;
  }
  .client-theme .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .client-theme .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .client-theme .col-lg-push-9 {
    left: 75%;
  }
  .client-theme .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .client-theme .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .client-theme .col-lg-push-12 {
    left: 100%;
  }
  .client-theme .col-lg-offset-0 {
    margin-left: 0%;
  }
  .client-theme .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .client-theme .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .client-theme .col-lg-offset-3 {
    margin-left: 25%;
  }
  .client-theme .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .client-theme .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .client-theme .col-lg-offset-6 {
    margin-left: 50%;
  }
  .client-theme .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .client-theme .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .client-theme .col-lg-offset-9 {
    margin-left: 75%;
  }
  .client-theme .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .client-theme .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .client-theme .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.client-theme table {
  background-color: transparent;
}
.client-theme caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.client-theme th {
  text-align: left;
}
.client-theme .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.client-theme .table > thead > tr > th,
.client-theme .table > thead > tr > td,
.client-theme .table > tbody > tr > th,
.client-theme .table > tbody > tr > td,
.client-theme .table > tfoot > tr > th,
.client-theme .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.375;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.client-theme .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.client-theme .table > caption + thead > tr:first-child > th,
.client-theme .table > caption + thead > tr:first-child > td,
.client-theme .table > colgroup + thead > tr:first-child > th,
.client-theme .table > colgroup + thead > tr:first-child > td,
.client-theme .table > thead:first-child > tr:first-child > th,
.client-theme .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.client-theme .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.client-theme .table .table {
  background-color: #f7f7f7;
}
.client-theme .table-condensed > thead > tr > th,
.client-theme .table-condensed > thead > tr > td,
.client-theme .table-condensed > tbody > tr > th,
.client-theme .table-condensed > tbody > tr > td,
.client-theme .table-condensed > tfoot > tr > th,
.client-theme .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.client-theme .table-bordered {
  border: 1px solid #ddd;
}
.client-theme .table-bordered > thead > tr > th,
.client-theme .table-bordered > thead > tr > td,
.client-theme .table-bordered > tbody > tr > th,
.client-theme .table-bordered > tbody > tr > td,
.client-theme .table-bordered > tfoot > tr > th,
.client-theme .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.client-theme .table-bordered > thead > tr > th,
.client-theme .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.client-theme .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.client-theme .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.client-theme table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
.client-theme table td[class*=col-],
.client-theme table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.client-theme .table > thead > tr > td.active,
.client-theme .table > thead > tr > th.active, .client-theme .table > thead > tr.active > td, .client-theme .table > thead > tr.active > th,
.client-theme .table > tbody > tr > td.active,
.client-theme .table > tbody > tr > th.active,
.client-theme .table > tbody > tr.active > td,
.client-theme .table > tbody > tr.active > th,
.client-theme .table > tfoot > tr > td.active,
.client-theme .table > tfoot > tr > th.active,
.client-theme .table > tfoot > tr.active > td,
.client-theme .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.client-theme .table-hover > tbody > tr > td.active:hover,
.client-theme .table-hover > tbody > tr > th.active:hover, .client-theme .table-hover > tbody > tr.active:hover > td, .client-theme .table-hover > tbody > tr:hover > .active, .client-theme .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.client-theme .table > thead > tr > td.success,
.client-theme .table > thead > tr > th.success, .client-theme .table > thead > tr.success > td, .client-theme .table > thead > tr.success > th,
.client-theme .table > tbody > tr > td.success,
.client-theme .table > tbody > tr > th.success,
.client-theme .table > tbody > tr.success > td,
.client-theme .table > tbody > tr.success > th,
.client-theme .table > tfoot > tr > td.success,
.client-theme .table > tfoot > tr > th.success,
.client-theme .table > tfoot > tr.success > td,
.client-theme .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.client-theme .table-hover > tbody > tr > td.success:hover,
.client-theme .table-hover > tbody > tr > th.success:hover, .client-theme .table-hover > tbody > tr.success:hover > td, .client-theme .table-hover > tbody > tr:hover > .success, .client-theme .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.client-theme .table > thead > tr > td.info,
.client-theme .table > thead > tr > th.info, .client-theme .table > thead > tr.info > td, .client-theme .table > thead > tr.info > th,
.client-theme .table > tbody > tr > td.info,
.client-theme .table > tbody > tr > th.info,
.client-theme .table > tbody > tr.info > td,
.client-theme .table > tbody > tr.info > th,
.client-theme .table > tfoot > tr > td.info,
.client-theme .table > tfoot > tr > th.info,
.client-theme .table > tfoot > tr.info > td,
.client-theme .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.client-theme .table-hover > tbody > tr > td.info:hover,
.client-theme .table-hover > tbody > tr > th.info:hover, .client-theme .table-hover > tbody > tr.info:hover > td, .client-theme .table-hover > tbody > tr:hover > .info, .client-theme .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.client-theme .table > thead > tr > td.warning,
.client-theme .table > thead > tr > th.warning, .client-theme .table > thead > tr.warning > td, .client-theme .table > thead > tr.warning > th,
.client-theme .table > tbody > tr > td.warning,
.client-theme .table > tbody > tr > th.warning,
.client-theme .table > tbody > tr.warning > td,
.client-theme .table > tbody > tr.warning > th,
.client-theme .table > tfoot > tr > td.warning,
.client-theme .table > tfoot > tr > th.warning,
.client-theme .table > tfoot > tr.warning > td,
.client-theme .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.client-theme .table-hover > tbody > tr > td.warning:hover,
.client-theme .table-hover > tbody > tr > th.warning:hover, .client-theme .table-hover > tbody > tr.warning:hover > td, .client-theme .table-hover > tbody > tr:hover > .warning, .client-theme .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.client-theme .table > thead > tr > td.danger,
.client-theme .table > thead > tr > th.danger, .client-theme .table > thead > tr.danger > td, .client-theme .table > thead > tr.danger > th,
.client-theme .table > tbody > tr > td.danger,
.client-theme .table > tbody > tr > th.danger,
.client-theme .table > tbody > tr.danger > td,
.client-theme .table > tbody > tr.danger > th,
.client-theme .table > tfoot > tr > td.danger,
.client-theme .table > tfoot > tr > th.danger,
.client-theme .table > tfoot > tr.danger > td,
.client-theme .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.client-theme .table-hover > tbody > tr > td.danger:hover,
.client-theme .table-hover > tbody > tr > th.danger:hover, .client-theme .table-hover > tbody > tr.danger:hover > td, .client-theme .table-hover > tbody > tr:hover > .danger, .client-theme .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.client-theme .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .client-theme .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .client-theme .table-responsive > .table {
    margin-bottom: 0;
  }
  .client-theme .table-responsive > .table > thead > tr > th,
  .client-theme .table-responsive > .table > thead > tr > td,
  .client-theme .table-responsive > .table > tbody > tr > th,
  .client-theme .table-responsive > .table > tbody > tr > td,
  .client-theme .table-responsive > .table > tfoot > tr > th,
  .client-theme .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .client-theme .table-responsive > .table-bordered {
    border: 0;
  }
  .client-theme .table-responsive > .table-bordered > thead > tr > th:first-child,
  .client-theme .table-responsive > .table-bordered > thead > tr > td:first-child,
  .client-theme .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .client-theme .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .client-theme .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .client-theme .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .client-theme .table-responsive > .table-bordered > thead > tr > th:last-child,
  .client-theme .table-responsive > .table-bordered > thead > tr > td:last-child,
  .client-theme .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .client-theme .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .client-theme .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .client-theme .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .client-theme .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .client-theme .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .client-theme .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .client-theme .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.client-theme fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.client-theme legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #979797;
}
.client-theme label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.client-theme input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme input[type=radio],
.client-theme input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.client-theme input[type=file] {
  display: block;
}
.client-theme input[type=range] {
  display: block;
  width: 100%;
}
.client-theme select[multiple],
.client-theme select[size] {
  height: auto;
}
.client-theme input[type=file]:focus,
.client-theme input[type=radio]:focus,
.client-theme input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.client-theme output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.375;
  color: #555555;
}
.client-theme .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.client-theme .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.client-theme .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.client-theme .form-control:-ms-input-placeholder {
  color: #999;
}
.client-theme .form-control::-webkit-input-placeholder {
  color: #999;
}
.client-theme .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.client-theme .form-control[disabled], .client-theme .form-control[readonly], fieldset[disabled] .client-theme .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.client-theme .form-control[disabled], fieldset[disabled] .client-theme .form-control {
  cursor: not-allowed;
}
.client-theme textarea.form-control {
  height: auto;
}
.client-theme input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .client-theme input[type=date].form-control,
  .client-theme input[type=time].form-control,
  .client-theme input[type=datetime-local].form-control,
  .client-theme input[type=month].form-control {
    line-height: 36px;
  }
  .client-theme input[type=date].input-sm, .client-theme .input-group-sm > input[type=date].form-control,
  .client-theme .input-group-sm > input[type=date].input-group-addon,
  .client-theme .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm .client-theme input[type=date],
  .client-theme input[type=time].input-sm,
  .client-theme .input-group-sm > input[type=time].form-control,
  .client-theme .input-group-sm > input[type=time].input-group-addon,
  .client-theme .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm .client-theme input[type=time],
  .client-theme input[type=datetime-local].input-sm,
  .client-theme .input-group-sm > input[type=datetime-local].form-control,
  .client-theme .input-group-sm > input[type=datetime-local].input-group-addon,
  .client-theme .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm .client-theme input[type=datetime-local],
  .client-theme input[type=month].input-sm,
  .client-theme .input-group-sm > input[type=month].form-control,
  .client-theme .input-group-sm > input[type=month].input-group-addon,
  .client-theme .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm .client-theme input[type=month] {
    line-height: 30px;
  }
  .client-theme input[type=date].input-lg, .client-theme .input-group-lg > input[type=date].form-control,
  .client-theme .input-group-lg > input[type=date].input-group-addon,
  .client-theme .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg .client-theme input[type=date],
  .client-theme input[type=time].input-lg,
  .client-theme .input-group-lg > input[type=time].form-control,
  .client-theme .input-group-lg > input[type=time].input-group-addon,
  .client-theme .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg .client-theme input[type=time],
  .client-theme input[type=datetime-local].input-lg,
  .client-theme .input-group-lg > input[type=datetime-local].form-control,
  .client-theme .input-group-lg > input[type=datetime-local].input-group-addon,
  .client-theme .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg .client-theme input[type=datetime-local],
  .client-theme input[type=month].input-lg,
  .client-theme .input-group-lg > input[type=month].form-control,
  .client-theme .input-group-lg > input[type=month].input-group-addon,
  .client-theme .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg .client-theme input[type=month] {
    line-height: 49px;
  }
}
.client-theme .form-group {
  margin-bottom: 15px;
}
.client-theme .radio,
.client-theme .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .radio label,
.client-theme .checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.client-theme .radio input[type=radio],
.client-theme .radio-inline input[type=radio],
.client-theme .checkbox input[type=checkbox],
.client-theme .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.client-theme .radio + .radio,
.client-theme .checkbox + .checkbox {
  margin-top: -5px;
}
.client-theme .radio-inline,
.client-theme .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.client-theme .radio-inline + .radio-inline,
.client-theme .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.client-theme input[type=radio][disabled], .client-theme input[type=radio].disabled, fieldset[disabled] .client-theme input[type=radio],
.client-theme input[type=checkbox][disabled],
.client-theme input[type=checkbox].disabled,
fieldset[disabled] .client-theme input[type=checkbox] {
  cursor: not-allowed;
}
.client-theme .radio-inline.disabled, fieldset[disabled] .client-theme .radio-inline,
.client-theme .checkbox-inline.disabled,
fieldset[disabled] .client-theme .checkbox-inline {
  cursor: not-allowed;
}
.client-theme .radio.disabled label, fieldset[disabled] .client-theme .radio label,
.client-theme .checkbox.disabled label,
fieldset[disabled] .client-theme .checkbox label {
  cursor: not-allowed;
}
.client-theme .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.client-theme .form-control-static.input-lg, .client-theme .input-group-lg > .form-control-static.form-control,
.client-theme .input-group-lg > .form-control-static.input-group-addon,
.client-theme .input-group-lg > .input-group-btn > .form-control-static.btn, .client-theme .form-control-static.input-sm, .client-theme .input-group-sm > .form-control-static.form-control,
.client-theme .input-group-sm > .form-control-static.input-group-addon,
.client-theme .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.client-theme .input-sm, .client-theme .input-group-sm > .form-control,
.client-theme .input-group-sm > .input-group-addon,
.client-theme .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.client-theme select.input-sm, .client-theme .input-group-sm > select.form-control,
.client-theme .input-group-sm > select.input-group-addon,
.client-theme .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
.client-theme textarea.input-sm, .client-theme .input-group-sm > textarea.form-control,
.client-theme .input-group-sm > textarea.input-group-addon,
.client-theme .input-group-sm > .input-group-btn > textarea.btn,
.client-theme select[multiple].input-sm,
.client-theme .input-group-sm > select[multiple].form-control,
.client-theme .input-group-sm > select[multiple].input-group-addon,
.client-theme .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.client-theme .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.client-theme .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.client-theme .form-group-sm textarea.form-control,
.client-theme .form-group-sm select[multiple].form-control {
  height: auto;
}
.client-theme .form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.client-theme .input-lg, .client-theme .input-group-lg > .form-control,
.client-theme .input-group-lg > .input-group-addon,
.client-theme .input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.client-theme select.input-lg, .client-theme .input-group-lg > select.form-control,
.client-theme .input-group-lg > select.input-group-addon,
.client-theme .input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}
.client-theme textarea.input-lg, .client-theme .input-group-lg > textarea.form-control,
.client-theme .input-group-lg > textarea.input-group-addon,
.client-theme .input-group-lg > .input-group-btn > textarea.btn,
.client-theme select[multiple].input-lg,
.client-theme .input-group-lg > select[multiple].form-control,
.client-theme .input-group-lg > select[multiple].input-group-addon,
.client-theme .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.client-theme .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.client-theme .form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.client-theme .form-group-lg textarea.form-control,
.client-theme .form-group-lg select[multiple].form-control {
  height: auto;
}
.client-theme .form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.client-theme .has-feedback {
  position: relative;
}
.client-theme .has-feedback .form-control {
  padding-right: 45px;
}
.client-theme .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.client-theme .input-lg + .form-control-feedback, .client-theme .input-group-lg > .form-control + .form-control-feedback,
.client-theme .input-group-lg > .input-group-addon + .form-control-feedback,
.client-theme .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.client-theme .input-group-lg + .form-control-feedback,
.client-theme .form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.client-theme .input-sm + .form-control-feedback, .client-theme .input-group-sm > .form-control + .form-control-feedback,
.client-theme .input-group-sm > .input-group-addon + .form-control-feedback,
.client-theme .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.client-theme .input-group-sm + .form-control-feedback,
.client-theme .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.client-theme .has-success .help-block,
.client-theme .has-success .control-label,
.client-theme .has-success .radio,
.client-theme .has-success .checkbox,
.client-theme .has-success .radio-inline,
.client-theme .has-success .checkbox-inline, .client-theme .has-success.radio label, .client-theme .has-success.checkbox label, .client-theme .has-success.radio-inline label, .client-theme .has-success.checkbox-inline label {
  color: #3c763d;
}
.client-theme .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.client-theme .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.client-theme .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.client-theme .has-success .form-control-feedback {
  color: #3c763d;
}
.client-theme .has-warning .help-block,
.client-theme .has-warning .control-label,
.client-theme .has-warning .radio,
.client-theme .has-warning .checkbox,
.client-theme .has-warning .radio-inline,
.client-theme .has-warning .checkbox-inline, .client-theme .has-warning.radio label, .client-theme .has-warning.checkbox label, .client-theme .has-warning.radio-inline label, .client-theme .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.client-theme .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.client-theme .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.client-theme .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.client-theme .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.client-theme .has-error .help-block,
.client-theme .has-error .control-label,
.client-theme .has-error .radio,
.client-theme .has-error .checkbox,
.client-theme .has-error .radio-inline,
.client-theme .has-error .checkbox-inline, .client-theme .has-error.radio label, .client-theme .has-error.checkbox label, .client-theme .has-error.radio-inline label, .client-theme .has-error.checkbox-inline label {
  color: #a94442;
}
.client-theme .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.client-theme .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.client-theme .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.client-theme .has-error .form-control-feedback {
  color: #a94442;
}
.client-theme .has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.client-theme .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.client-theme .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .client-theme .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .client-theme .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .client-theme .form-inline .form-control-static {
    display: inline-block;
  }
  .client-theme .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .client-theme .form-inline .input-group .input-group-addon,
  .client-theme .form-inline .input-group .input-group-btn,
  .client-theme .form-inline .input-group .form-control {
    width: auto;
  }
  .client-theme .form-inline .input-group > .form-control {
    width: 100%;
  }
  .client-theme .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .client-theme .form-inline .radio,
  .client-theme .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .client-theme .form-inline .radio label,
  .client-theme .form-inline .checkbox label {
    padding-left: 0;
  }
  .client-theme .form-inline .radio input[type=radio],
  .client-theme .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .client-theme .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.client-theme .form-horizontal .radio,
.client-theme .form-horizontal .checkbox,
.client-theme .form-horizontal .radio-inline,
.client-theme .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.client-theme .form-horizontal .radio,
.client-theme .form-horizontal .checkbox {
  min-height: 29px;
}
.client-theme .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.client-theme .form-horizontal .form-group:before, .client-theme .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.client-theme .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .client-theme .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.client-theme .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .client-theme .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .client-theme .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.client-theme .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.client-theme .btn:focus, .client-theme .btn.focus, .client-theme .btn:active:focus, .client-theme .btn:active.focus, .client-theme .btn.active:focus, .client-theme .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.client-theme .btn:hover, .client-theme .btn:focus, .client-theme .btn.focus {
  color: #000000;
  text-decoration: none;
}
.client-theme .btn:active, .client-theme .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.client-theme .btn.disabled, .client-theme .btn[disabled], fieldset[disabled] .client-theme .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.client-theme a.btn.disabled, fieldset[disabled] .client-theme a.btn {
  pointer-events: none;
}
.client-theme .btn-default {
  color: #000000;
  background-color: #fff;
  border-color: #979797;
}
.client-theme .btn-default:focus, .client-theme .btn-default.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #575757;
}
.client-theme .btn-default:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #787878;
}
.client-theme .btn-default:active, .client-theme .btn-default.active, .open > .client-theme .btn-default.dropdown-toggle {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #787878;
}
.client-theme .btn-default:active:hover, .client-theme .btn-default:active:focus, .client-theme .btn-default:active.focus, .client-theme .btn-default.active:hover, .client-theme .btn-default.active:focus, .client-theme .btn-default.active.focus, .open > .client-theme .btn-default.dropdown-toggle:hover, .open > .client-theme .btn-default.dropdown-toggle:focus, .open > .client-theme .btn-default.dropdown-toggle.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #575757;
}
.client-theme .btn-default:active, .client-theme .btn-default.active, .open > .client-theme .btn-default.dropdown-toggle {
  background-image: none;
}
.client-theme .btn-default.disabled:hover, .client-theme .btn-default.disabled:focus, .client-theme .btn-default.disabled.focus, .client-theme .btn-default[disabled]:hover, .client-theme .btn-default[disabled]:focus, .client-theme .btn-default[disabled].focus, fieldset[disabled] .client-theme .btn-default:hover, fieldset[disabled] .client-theme .btn-default:focus, fieldset[disabled] .client-theme .btn-default.focus {
  background-color: #fff;
  border-color: #979797;
}
.client-theme .btn-default .badge {
  color: #fff;
  background-color: #000000;
}
.client-theme .btn-primary {
  color: #fff;
  background-color: #ee3425;
  border-color: #ee3425;
}
.client-theme .btn-primary:focus, .client-theme .btn-primary.focus {
  color: #fff;
  background-color: #d01f10;
  border-color: #89140b;
}
.client-theme .btn-primary:hover {
  color: #fff;
  background-color: #d01f10;
  border-color: #c61d0f;
}
.client-theme .btn-primary:active, .client-theme .btn-primary.active, .open > .client-theme .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d01f10;
  border-color: #c61d0f;
}
.client-theme .btn-primary:active:hover, .client-theme .btn-primary:active:focus, .client-theme .btn-primary:active.focus, .client-theme .btn-primary.active:hover, .client-theme .btn-primary.active:focus, .client-theme .btn-primary.active.focus, .open > .client-theme .btn-primary.dropdown-toggle:hover, .open > .client-theme .btn-primary.dropdown-toggle:focus, .open > .client-theme .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #af1a0e;
  border-color: #89140b;
}
.client-theme .btn-primary:active, .client-theme .btn-primary.active, .open > .client-theme .btn-primary.dropdown-toggle {
  background-image: none;
}
.client-theme .btn-primary.disabled:hover, .client-theme .btn-primary.disabled:focus, .client-theme .btn-primary.disabled.focus, .client-theme .btn-primary[disabled]:hover, .client-theme .btn-primary[disabled]:focus, .client-theme .btn-primary[disabled].focus, fieldset[disabled] .client-theme .btn-primary:hover, fieldset[disabled] .client-theme .btn-primary:focus, fieldset[disabled] .client-theme .btn-primary.focus {
  background-color: #ee3425;
  border-color: #ee3425;
}
.client-theme .btn-primary .badge {
  color: #ee3425;
  background-color: #fff;
}
.client-theme .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.client-theme .btn-success:focus, .client-theme .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.client-theme .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.client-theme .btn-success:active, .client-theme .btn-success.active, .open > .client-theme .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.client-theme .btn-success:active:hover, .client-theme .btn-success:active:focus, .client-theme .btn-success:active.focus, .client-theme .btn-success.active:hover, .client-theme .btn-success.active:focus, .client-theme .btn-success.active.focus, .open > .client-theme .btn-success.dropdown-toggle:hover, .open > .client-theme .btn-success.dropdown-toggle:focus, .open > .client-theme .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.client-theme .btn-success:active, .client-theme .btn-success.active, .open > .client-theme .btn-success.dropdown-toggle {
  background-image: none;
}
.client-theme .btn-success.disabled:hover, .client-theme .btn-success.disabled:focus, .client-theme .btn-success.disabled.focus, .client-theme .btn-success[disabled]:hover, .client-theme .btn-success[disabled]:focus, .client-theme .btn-success[disabled].focus, fieldset[disabled] .client-theme .btn-success:hover, fieldset[disabled] .client-theme .btn-success:focus, fieldset[disabled] .client-theme .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.client-theme .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.client-theme .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.client-theme .btn-info:focus, .client-theme .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.client-theme .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.client-theme .btn-info:active, .client-theme .btn-info.active, .open > .client-theme .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.client-theme .btn-info:active:hover, .client-theme .btn-info:active:focus, .client-theme .btn-info:active.focus, .client-theme .btn-info.active:hover, .client-theme .btn-info.active:focus, .client-theme .btn-info.active.focus, .open > .client-theme .btn-info.dropdown-toggle:hover, .open > .client-theme .btn-info.dropdown-toggle:focus, .open > .client-theme .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.client-theme .btn-info:active, .client-theme .btn-info.active, .open > .client-theme .btn-info.dropdown-toggle {
  background-image: none;
}
.client-theme .btn-info.disabled:hover, .client-theme .btn-info.disabled:focus, .client-theme .btn-info.disabled.focus, .client-theme .btn-info[disabled]:hover, .client-theme .btn-info[disabled]:focus, .client-theme .btn-info[disabled].focus, fieldset[disabled] .client-theme .btn-info:hover, fieldset[disabled] .client-theme .btn-info:focus, fieldset[disabled] .client-theme .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.client-theme .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.client-theme .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.client-theme .btn-warning:focus, .client-theme .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.client-theme .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.client-theme .btn-warning:active, .client-theme .btn-warning.active, .open > .client-theme .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.client-theme .btn-warning:active:hover, .client-theme .btn-warning:active:focus, .client-theme .btn-warning:active.focus, .client-theme .btn-warning.active:hover, .client-theme .btn-warning.active:focus, .client-theme .btn-warning.active.focus, .open > .client-theme .btn-warning.dropdown-toggle:hover, .open > .client-theme .btn-warning.dropdown-toggle:focus, .open > .client-theme .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.client-theme .btn-warning:active, .client-theme .btn-warning.active, .open > .client-theme .btn-warning.dropdown-toggle {
  background-image: none;
}
.client-theme .btn-warning.disabled:hover, .client-theme .btn-warning.disabled:focus, .client-theme .btn-warning.disabled.focus, .client-theme .btn-warning[disabled]:hover, .client-theme .btn-warning[disabled]:focus, .client-theme .btn-warning[disabled].focus, fieldset[disabled] .client-theme .btn-warning:hover, fieldset[disabled] .client-theme .btn-warning:focus, fieldset[disabled] .client-theme .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.client-theme .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.client-theme .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.client-theme .btn-danger:focus, .client-theme .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.client-theme .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.client-theme .btn-danger:active, .client-theme .btn-danger.active, .open > .client-theme .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.client-theme .btn-danger:active:hover, .client-theme .btn-danger:active:focus, .client-theme .btn-danger:active.focus, .client-theme .btn-danger.active:hover, .client-theme .btn-danger.active:focus, .client-theme .btn-danger.active.focus, .open > .client-theme .btn-danger.dropdown-toggle:hover, .open > .client-theme .btn-danger.dropdown-toggle:focus, .open > .client-theme .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.client-theme .btn-danger:active, .client-theme .btn-danger.active, .open > .client-theme .btn-danger.dropdown-toggle {
  background-image: none;
}
.client-theme .btn-danger.disabled:hover, .client-theme .btn-danger.disabled:focus, .client-theme .btn-danger.disabled.focus, .client-theme .btn-danger[disabled]:hover, .client-theme .btn-danger[disabled]:focus, .client-theme .btn-danger[disabled].focus, fieldset[disabled] .client-theme .btn-danger:hover, fieldset[disabled] .client-theme .btn-danger:focus, fieldset[disabled] .client-theme .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.client-theme .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.client-theme .btn-link {
  color: #569bbe;
  font-weight: normal;
  border-radius: 0;
}
.client-theme .btn-link, .client-theme .btn-link:active, .client-theme .btn-link.active, .client-theme .btn-link[disabled], fieldset[disabled] .client-theme .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.client-theme .btn-link, .client-theme .btn-link:hover, .client-theme .btn-link:focus, .client-theme .btn-link:active {
  border-color: transparent;
}
.client-theme .btn-link:hover, .client-theme .btn-link:focus {
  color: #377290;
  text-decoration: underline;
  background-color: transparent;
}
.client-theme .btn-link[disabled]:hover, .client-theme .btn-link[disabled]:focus, fieldset[disabled] .client-theme .btn-link:hover, fieldset[disabled] .client-theme .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.client-theme .btn-lg, .client-theme .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.client-theme .btn-sm, .client-theme .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.client-theme .btn-xs, .client-theme .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.client-theme .btn-block {
  display: block;
  width: 100%;
}
.client-theme .btn-block + .btn-block {
  margin-top: 5px;
}
.client-theme input[type=submit].btn-block,
.client-theme input[type=reset].btn-block,
.client-theme input[type=button].btn-block {
  width: 100%;
}
.client-theme .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.client-theme .fade.in {
  opacity: 1;
}
.client-theme .collapse {
  display: none;
}
.client-theme .collapse.in {
  display: block;
}
.client-theme tr.collapse.in {
  display: table-row;
}
.client-theme tbody.collapse.in {
  display: table-row-group;
}
.client-theme .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.client-theme .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.client-theme .dropup,
.client-theme .dropdown {
  position: relative;
}
.client-theme .dropdown-toggle:focus {
  outline: 0;
}
.client-theme .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.client-theme .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.client-theme .dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.client-theme .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.375;
  color: #333333;
  white-space: nowrap;
}
.client-theme .dropdown-menu > li > a:hover, .client-theme .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.client-theme .dropdown-menu > .active > a, .client-theme .dropdown-menu > .active > a:hover, .client-theme .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.client-theme .dropdown-menu > .disabled > a, .client-theme .dropdown-menu > .disabled > a:hover, .client-theme .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.client-theme .dropdown-menu > .disabled > a:hover, .client-theme .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.client-theme .open > .dropdown-menu {
  display: block;
}
.client-theme .open > a {
  outline: 0;
}
.client-theme .dropdown-menu-right {
  left: auto;
  right: 0;
}
.client-theme .dropdown-menu-left {
  left: 0;
  right: auto;
}
.client-theme .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.375;
  color: #777777;
  white-space: nowrap;
}
.client-theme .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.client-theme .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.client-theme .dropup .caret,
.client-theme .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.client-theme .dropup .dropdown-menu,
.client-theme .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .client-theme .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .client-theme .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.client-theme .btn-group,
.client-theme .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.client-theme .btn-group > .btn,
.client-theme .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.client-theme .btn-group > .btn:hover, .client-theme .btn-group > .btn:focus, .client-theme .btn-group > .btn:active, .client-theme .btn-group > .btn.active,
.client-theme .btn-group-vertical > .btn:hover,
.client-theme .btn-group-vertical > .btn:focus,
.client-theme .btn-group-vertical > .btn:active,
.client-theme .btn-group-vertical > .btn.active {
  z-index: 2;
}
.client-theme .btn-group .btn + .btn,
.client-theme .btn-group .btn + .btn-group,
.client-theme .btn-group .btn-group + .btn,
.client-theme .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.client-theme .btn-toolbar {
  margin-left: -5px;
}
.client-theme .btn-toolbar:before, .client-theme .btn-toolbar:after {
  content: " ";
  display: table;
}
.client-theme .btn-toolbar:after {
  clear: both;
}
.client-theme .btn-toolbar .btn,
.client-theme .btn-toolbar .btn-group,
.client-theme .btn-toolbar .input-group {
  float: left;
}
.client-theme .btn-toolbar > .btn,
.client-theme .btn-toolbar > .btn-group,
.client-theme .btn-toolbar > .input-group {
  margin-left: 5px;
}
.client-theme .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.client-theme .btn-group > .btn:first-child {
  margin-left: 0;
}
.client-theme .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.client-theme .btn-group > .btn:last-child:not(:first-child),
.client-theme .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .btn-group > .btn-group {
  float: left;
}
.client-theme .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.client-theme .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.client-theme .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.client-theme .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .btn-group .dropdown-toggle:active,
.client-theme .btn-group.open .dropdown-toggle {
  outline: 0;
}
.client-theme .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.client-theme .btn-group > .btn-lg + .dropdown-toggle, .client-theme .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.client-theme .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.client-theme .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.client-theme .btn .caret {
  margin-left: 0;
}
.client-theme .btn-lg .caret, .client-theme .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.client-theme .dropup .btn-lg .caret, .client-theme .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.client-theme .btn-group-vertical > .btn,
.client-theme .btn-group-vertical > .btn-group,
.client-theme .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.client-theme .btn-group-vertical > .btn-group:before, .client-theme .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.client-theme .btn-group-vertical > .btn-group:after {
  clear: both;
}
.client-theme .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.client-theme .btn-group-vertical > .btn + .btn,
.client-theme .btn-group-vertical > .btn + .btn-group,
.client-theme .btn-group-vertical > .btn-group + .btn,
.client-theme .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.client-theme .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.client-theme .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.client-theme .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.client-theme .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.client-theme .btn-group-justified > .btn,
.client-theme .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.client-theme .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.client-theme .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.client-theme [data-toggle=buttons] > .btn input[type=radio],
.client-theme [data-toggle=buttons] > .btn input[type=checkbox],
.client-theme [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.client-theme [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.client-theme .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.client-theme .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.client-theme .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.client-theme .input-group .form-control:focus {
  z-index: 3;
}
.client-theme .input-group-addon,
.client-theme .input-group-btn,
.client-theme .input-group .form-control {
  display: table-cell;
}
.client-theme .input-group-addon:not(:first-child):not(:last-child),
.client-theme .input-group-btn:not(:first-child):not(:last-child),
.client-theme .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.client-theme .input-group-addon,
.client-theme .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.client-theme .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.client-theme .input-group-addon.input-sm,
.client-theme .input-group-sm > .input-group-addon,
.client-theme .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.client-theme .input-group-addon.input-lg,
.client-theme .input-group-lg > .input-group-addon,
.client-theme .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.client-theme .input-group-addon input[type=radio],
.client-theme .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.client-theme .input-group .form-control:first-child,
.client-theme .input-group-addon:first-child,
.client-theme .input-group-btn:first-child > .btn,
.client-theme .input-group-btn:first-child > .btn-group > .btn,
.client-theme .input-group-btn:first-child > .dropdown-toggle,
.client-theme .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.client-theme .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.client-theme .input-group-addon:first-child {
  border-right: 0;
}
.client-theme .input-group .form-control:last-child,
.client-theme .input-group-addon:last-child,
.client-theme .input-group-btn:last-child > .btn,
.client-theme .input-group-btn:last-child > .btn-group > .btn,
.client-theme .input-group-btn:last-child > .dropdown-toggle,
.client-theme .input-group-btn:first-child > .btn:not(:first-child),
.client-theme .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .input-group-addon:last-child {
  border-left: 0;
}
.client-theme .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.client-theme .input-group-btn > .btn {
  position: relative;
}
.client-theme .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.client-theme .input-group-btn > .btn:hover, .client-theme .input-group-btn > .btn:focus, .client-theme .input-group-btn > .btn:active {
  z-index: 2;
}
.client-theme .input-group-btn:first-child > .btn,
.client-theme .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.client-theme .input-group-btn:last-child > .btn,
.client-theme .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.client-theme .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.client-theme .nav:before, .client-theme .nav:after {
  content: " ";
  display: table;
}
.client-theme .nav:after {
  clear: both;
}
.client-theme .nav > li {
  position: relative;
  display: block;
}
.client-theme .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.client-theme .nav > li > a:hover, .client-theme .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.client-theme .nav > li.disabled > a {
  color: #777777;
}
.client-theme .nav > li.disabled > a:hover, .client-theme .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.client-theme .nav .open > a, .client-theme .nav .open > a:hover, .client-theme .nav .open > a:focus {
  background-color: transparent;
  border-color: #569bbe;
}
.client-theme .nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.client-theme .nav > li > a > img {
  max-width: none;
}
.client-theme .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.client-theme .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.client-theme .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.375;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.client-theme .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.client-theme .nav-tabs > li.active > a, .client-theme .nav-tabs > li.active > a:hover, .client-theme .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.client-theme .nav-pills > li {
  float: left;
}
.client-theme .nav-pills > li > a {
  border-radius: 0;
}
.client-theme .nav-pills > li + li {
  margin-left: 2px;
}
.client-theme .nav-pills > li.active > a, .client-theme .nav-pills > li.active > a:hover, .client-theme .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.client-theme .nav-stacked > li {
  float: none;
}
.client-theme .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.client-theme .nav-justified, .client-theme .nav-tabs.nav-justified {
  width: 100%;
}
.client-theme .nav-justified > li, .client-theme .nav-tabs.nav-justified > li {
  float: none;
}
.client-theme .nav-justified > li > a, .client-theme .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.client-theme .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .client-theme .nav-justified > li, .client-theme .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .client-theme .nav-justified > li > a, .client-theme .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.client-theme .nav-tabs-justified, .client-theme .nav-tabs.nav-justified {
  border-bottom: 0;
}
.client-theme .nav-tabs-justified > li > a, .client-theme .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.client-theme .nav-tabs-justified > .active > a, .client-theme .nav-tabs.nav-justified > .active > a,
.client-theme .nav-tabs-justified > .active > a:hover,
.client-theme .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .client-theme .nav-tabs-justified > li > a, .client-theme .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .client-theme .nav-tabs-justified > .active > a, .client-theme .nav-tabs.nav-justified > .active > a,
  .client-theme .nav-tabs-justified > .active > a:hover,
  .client-theme .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f7f7f7;
  }
}
.client-theme .tab-content > .tab-pane {
  display: none;
}
.client-theme .tab-content > .active {
  display: block;
}
.client-theme .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .navbar {
  position: relative;
  min-height: 42px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.client-theme .navbar:before, .client-theme .navbar:after {
  content: " ";
  display: table;
}
.client-theme .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .client-theme .navbar {
    border-radius: 0;
  }
}
.client-theme .navbar-header:before, .client-theme .navbar-header:after {
  content: " ";
  display: table;
}
.client-theme .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .client-theme .navbar-header {
    float: left;
  }
}
.client-theme .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.client-theme .navbar-collapse:before, .client-theme .navbar-collapse:after {
  content: " ";
  display: table;
}
.client-theme .navbar-collapse:after {
  clear: both;
}
.client-theme .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .client-theme .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .client-theme .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .client-theme .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .client-theme .navbar-collapse, .navbar-static-top .client-theme .navbar-collapse, .navbar-fixed-bottom .client-theme .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.client-theme .navbar-fixed-top .navbar-collapse,
.client-theme .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .client-theme .navbar-fixed-top .navbar-collapse,
  .client-theme .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.client-theme .container > .navbar-header,
.client-theme .container > .navbar-collapse,
.client-theme .container-fluid > .navbar-header,
.client-theme .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .client-theme .container > .navbar-header,
  .client-theme .container > .navbar-collapse,
  .client-theme .container-fluid > .navbar-header,
  .client-theme .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.client-theme .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .client-theme .navbar-static-top {
    border-radius: 0;
  }
}
.client-theme .navbar-fixed-top,
.client-theme .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .client-theme .navbar-fixed-top,
  .client-theme .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.client-theme .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.client-theme .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.client-theme .navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 42px;
}
.client-theme .navbar-brand:hover, .client-theme .navbar-brand:focus {
  text-decoration: none;
}
.client-theme .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .client-theme .navbar-brand, .navbar > .container-fluid .client-theme .navbar-brand {
    margin-left: -15px;
  }
}
.client-theme .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.client-theme .navbar-toggle:focus {
  outline: 0;
}
.client-theme .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.client-theme .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .client-theme .navbar-toggle {
    display: none;
  }
}
.client-theme .navbar-nav {
  margin: 5px -15px;
}
.client-theme .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .client-theme .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .client-theme .navbar-nav .open .dropdown-menu > li > a,
  .client-theme .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .client-theme .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .client-theme .navbar-nav .open .dropdown-menu > li > a:hover, .client-theme .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .client-theme .navbar-nav {
    float: left;
    margin: 0;
  }
  .client-theme .navbar-nav > li {
    float: left;
  }
  .client-theme .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.client-theme .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .client-theme .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .client-theme .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .client-theme .navbar-form .form-control-static {
    display: inline-block;
  }
  .client-theme .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .client-theme .navbar-form .input-group .input-group-addon,
  .client-theme .navbar-form .input-group .input-group-btn,
  .client-theme .navbar-form .input-group .form-control {
    width: auto;
  }
  .client-theme .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .client-theme .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .client-theme .navbar-form .radio,
  .client-theme .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .client-theme .navbar-form .radio label,
  .client-theme .navbar-form .checkbox label {
    padding-left: 0;
  }
  .client-theme .navbar-form .radio input[type=radio],
  .client-theme .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .client-theme .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .client-theme .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .client-theme .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .client-theme .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.client-theme .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme .navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.client-theme .navbar-btn.btn-sm, .client-theme .btn-group-sm > .navbar-btn.btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.client-theme .navbar-btn.btn-xs, .client-theme .btn-group-xs > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .client-theme .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .client-theme .navbar-left {
    float: left !important;
  }
  .client-theme .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .client-theme .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.client-theme .navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.client-theme .navbar-default .navbar-brand {
  color: #000000;
}
.client-theme .navbar-default .navbar-brand:hover, .client-theme .navbar-default .navbar-brand:focus {
  color: black;
  background-color: transparent;
}
.client-theme .navbar-default .navbar-text {
  color: #000000;
}
.client-theme .navbar-default .navbar-nav > li > a {
  color: #000000;
}
.client-theme .navbar-default .navbar-nav > li > a:hover, .client-theme .navbar-default .navbar-nav > li > a:focus {
  color: #ee3425;
  background-color: transparent;
}
.client-theme .navbar-default .navbar-nav > .active > a, .client-theme .navbar-default .navbar-nav > .active > a:hover, .client-theme .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.client-theme .navbar-default .navbar-nav > .disabled > a, .client-theme .navbar-default .navbar-nav > .disabled > a:hover, .client-theme .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.client-theme .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.client-theme .navbar-default .navbar-toggle:hover, .client-theme .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.client-theme .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.client-theme .navbar-default .navbar-collapse,
.client-theme .navbar-default .navbar-form {
  border-color: #eeeeee;
}
.client-theme .navbar-default .navbar-nav > .open > a, .client-theme .navbar-default .navbar-nav > .open > a:hover, .client-theme .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 767px) {
  .client-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .client-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .client-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ee3425;
    background-color: transparent;
  }
  .client-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .client-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .client-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .client-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .client-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .client-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.client-theme .navbar-default .navbar-link {
  color: #000000;
}
.client-theme .navbar-default .navbar-link:hover {
  color: #ee3425;
}
.client-theme .navbar-default .btn-link {
  color: #000000;
}
.client-theme .navbar-default .btn-link:hover, .client-theme .navbar-default .btn-link:focus {
  color: #ee3425;
}
.client-theme .navbar-default .btn-link[disabled]:hover, .client-theme .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .client-theme .navbar-default .btn-link:hover, fieldset[disabled] .client-theme .navbar-default .btn-link:focus {
  color: #ccc;
}
.client-theme .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.client-theme .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.client-theme .navbar-inverse .navbar-brand:hover, .client-theme .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.client-theme .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.client-theme .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.client-theme .navbar-inverse .navbar-nav > li > a:hover, .client-theme .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.client-theme .navbar-inverse .navbar-nav > .active > a, .client-theme .navbar-inverse .navbar-nav > .active > a:hover, .client-theme .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.client-theme .navbar-inverse .navbar-nav > .disabled > a, .client-theme .navbar-inverse .navbar-nav > .disabled > a:hover, .client-theme .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.client-theme .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.client-theme .navbar-inverse .navbar-toggle:hover, .client-theme .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.client-theme .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.client-theme .navbar-inverse .navbar-collapse,
.client-theme .navbar-inverse .navbar-form {
  border-color: #101010;
}
.client-theme .navbar-inverse .navbar-nav > .open > a, .client-theme .navbar-inverse .navbar-nav > .open > a:hover, .client-theme .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .client-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.client-theme .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.client-theme .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.client-theme .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.client-theme .navbar-inverse .btn-link:hover, .client-theme .navbar-inverse .btn-link:focus {
  color: #fff;
}
.client-theme .navbar-inverse .btn-link[disabled]:hover, .client-theme .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .client-theme .navbar-inverse .btn-link:hover, fieldset[disabled] .client-theme .navbar-inverse .btn-link:focus {
  color: #444;
}
.client-theme .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.client-theme .breadcrumb > li {
  display: inline-block;
}
.client-theme .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.client-theme .breadcrumb > .active {
  color: #777777;
}
.client-theme .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.client-theme .pagination > li {
  display: inline;
}
.client-theme .pagination > li > a,
.client-theme .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.375;
  text-decoration: none;
  color: #569bbe;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.client-theme .pagination > li:first-child > a,
.client-theme .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .pagination > li:last-child > a,
.client-theme .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.client-theme .pagination > li > a:hover, .client-theme .pagination > li > a:focus,
.client-theme .pagination > li > span:hover,
.client-theme .pagination > li > span:focus {
  z-index: 2;
  color: #377290;
  background-color: #eeeeee;
  border-color: #ddd;
}
.client-theme .pagination > .active > a, .client-theme .pagination > .active > a:hover, .client-theme .pagination > .active > a:focus,
.client-theme .pagination > .active > span,
.client-theme .pagination > .active > span:hover,
.client-theme .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.client-theme .pagination > .disabled > span,
.client-theme .pagination > .disabled > span:hover,
.client-theme .pagination > .disabled > span:focus,
.client-theme .pagination > .disabled > a,
.client-theme .pagination > .disabled > a:hover,
.client-theme .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.client-theme .pagination-lg > li > a,
.client-theme .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.client-theme .pagination-lg > li:first-child > a,
.client-theme .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .pagination-lg > li:last-child > a,
.client-theme .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.client-theme .pagination-sm > li > a,
.client-theme .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.client-theme .pagination-sm > li:first-child > a,
.client-theme .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .pagination-sm > li:last-child > a,
.client-theme .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.client-theme .pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.client-theme .pager:before, .client-theme .pager:after {
  content: " ";
  display: table;
}
.client-theme .pager:after {
  clear: both;
}
.client-theme .pager li {
  display: inline;
}
.client-theme .pager li > a,
.client-theme .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.client-theme .pager li > a:hover,
.client-theme .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.client-theme .pager .next > a,
.client-theme .pager .next > span {
  float: right;
}
.client-theme .pager .previous > a,
.client-theme .pager .previous > span {
  float: left;
}
.client-theme .pager .disabled > a,
.client-theme .pager .disabled > a:hover,
.client-theme .pager .disabled > a:focus,
.client-theme .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.client-theme .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.client-theme .label:empty {
  display: none;
}
.btn .client-theme .label {
  position: relative;
  top: -1px;
}
.client-theme a.label:hover, .client-theme a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.client-theme .label-default {
  background-color: #777777;
}
.client-theme .label-default[href]:hover, .client-theme .label-default[href]:focus {
  background-color: #5e5e5e;
}
.client-theme .label-primary {
  background-color: #337ab7;
}
.client-theme .label-primary[href]:hover, .client-theme .label-primary[href]:focus {
  background-color: #286090;
}
.client-theme .label-success {
  background-color: #5cb85c;
}
.client-theme .label-success[href]:hover, .client-theme .label-success[href]:focus {
  background-color: #449d44;
}
.client-theme .label-info {
  background-color: #5bc0de;
}
.client-theme .label-info[href]:hover, .client-theme .label-info[href]:focus {
  background-color: #31b0d5;
}
.client-theme .label-warning {
  background-color: #f0ad4e;
}
.client-theme .label-warning[href]:hover, .client-theme .label-warning[href]:focus {
  background-color: #ec971f;
}
.client-theme .label-danger {
  background-color: #d9534f;
}
.client-theme .label-danger[href]:hover, .client-theme .label-danger[href]:focus {
  background-color: #c9302c;
}
.client-theme .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.client-theme .badge:empty {
  display: none;
}
.btn .client-theme .badge {
  position: relative;
  top: -1px;
}
.btn-xs .client-theme .badge, .btn-group-xs > .btn .client-theme .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .client-theme .badge, .nav-pills > .active > a > .client-theme .badge {
  color: #569bbe;
  background-color: #fff;
}
.list-group-item > .client-theme .badge {
  float: right;
}
.list-group-item > .client-theme .badge + .client-theme .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .client-theme .badge {
  margin-left: 3px;
}
.client-theme a.badge:hover, .client-theme a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.client-theme .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.client-theme .jumbotron h1,
.client-theme .jumbotron .h1 {
  color: inherit;
}
.client-theme .jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.client-theme .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .client-theme .jumbotron, .container-fluid .client-theme .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.client-theme .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .client-theme .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .client-theme .jumbotron, .container-fluid .client-theme .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .client-theme .jumbotron h1,
  .client-theme .jumbotron .h1 {
    font-size: 72px;
  }
}
.client-theme .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.375;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.client-theme .thumbnail > img,
.client-theme .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.client-theme .thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.client-theme a.thumbnail:hover,
.client-theme a.thumbnail:focus,
.client-theme a.thumbnail.active {
  border-color: #569bbe;
}
.client-theme .alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.client-theme .alert h4 {
  margin-top: 0;
  color: inherit;
}
.client-theme .alert .alert-link {
  font-weight: bold;
}
.client-theme .alert > p,
.client-theme .alert > ul {
  margin-bottom: 0;
}
.client-theme .alert > p + p {
  margin-top: 5px;
}
.client-theme .alert-dismissable,
.client-theme .alert-dismissible {
  padding-right: 35px;
}
.client-theme .alert-dismissable .close,
.client-theme .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.client-theme .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.client-theme .alert-success hr {
  border-top-color: #c9e2b3;
}
.client-theme .alert-success .alert-link {
  color: #2b542c;
}
.client-theme .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.client-theme .alert-info hr {
  border-top-color: #a6e1ec;
}
.client-theme .alert-info .alert-link {
  color: #245269;
}
.client-theme .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.client-theme .alert-warning hr {
  border-top-color: #f7e1b5;
}
.client-theme .alert-warning .alert-link {
  color: #66512c;
}
.client-theme .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.client-theme .alert-danger hr {
  border-top-color: #e4b9c0;
}
.client-theme .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.client-theme .progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.client-theme .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.client-theme .progress-striped .progress-bar,
.client-theme .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.client-theme .progress.active .progress-bar,
.client-theme .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.client-theme .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .client-theme .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.client-theme .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .client-theme .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.client-theme .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .client-theme .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.client-theme .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .client-theme .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.client-theme .media {
  margin-top: 15px;
}
.client-theme .media:first-child {
  margin-top: 0;
}
.client-theme .media,
.client-theme .media-body {
  zoom: 1;
  overflow: hidden;
}
.client-theme .media-body {
  width: 10000px;
}
.client-theme .media-object {
  display: block;
}
.client-theme .media-object.img-thumbnail {
  max-width: none;
}
.client-theme .media-right,
.client-theme .media > .pull-right {
  padding-left: 10px;
}
.client-theme .media-left,
.client-theme .media > .pull-left {
  padding-right: 10px;
}
.client-theme .media-left,
.client-theme .media-right,
.client-theme .media-body {
  display: table-cell;
  vertical-align: top;
}
.client-theme .media-middle {
  vertical-align: middle;
}
.client-theme .media-bottom {
  vertical-align: bottom;
}
.client-theme .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.client-theme .media-list {
  padding-left: 0;
  list-style: none;
}
.client-theme .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.client-theme .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.client-theme .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.client-theme a.list-group-item,
.client-theme button.list-group-item {
  color: #555;
}
.client-theme a.list-group-item .list-group-item-heading,
.client-theme button.list-group-item .list-group-item-heading {
  color: #333;
}
.client-theme a.list-group-item:hover, .client-theme a.list-group-item:focus,
.client-theme button.list-group-item:hover,
.client-theme button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.client-theme button.list-group-item {
  width: 100%;
  text-align: left;
}
.client-theme .list-group-item.disabled, .client-theme .list-group-item.disabled:hover, .client-theme .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.client-theme .list-group-item.disabled .list-group-item-heading, .client-theme .list-group-item.disabled:hover .list-group-item-heading, .client-theme .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.client-theme .list-group-item.disabled .list-group-item-text, .client-theme .list-group-item.disabled:hover .list-group-item-text, .client-theme .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.client-theme .list-group-item.active, .client-theme .list-group-item.active:hover, .client-theme .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.client-theme .list-group-item.active .list-group-item-heading,
.client-theme .list-group-item.active .list-group-item-heading > small,
.client-theme .list-group-item.active .list-group-item-heading > .small, .client-theme .list-group-item.active:hover .list-group-item-heading,
.client-theme .list-group-item.active:hover .list-group-item-heading > small,
.client-theme .list-group-item.active:hover .list-group-item-heading > .small, .client-theme .list-group-item.active:focus .list-group-item-heading,
.client-theme .list-group-item.active:focus .list-group-item-heading > small,
.client-theme .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.client-theme .list-group-item.active .list-group-item-text, .client-theme .list-group-item.active:hover .list-group-item-text, .client-theme .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.client-theme .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.client-theme a.list-group-item-success,
.client-theme button.list-group-item-success {
  color: #3c763d;
}
.client-theme a.list-group-item-success .list-group-item-heading,
.client-theme button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.client-theme a.list-group-item-success:hover, .client-theme a.list-group-item-success:focus,
.client-theme button.list-group-item-success:hover,
.client-theme button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.client-theme a.list-group-item-success.active, .client-theme a.list-group-item-success.active:hover, .client-theme a.list-group-item-success.active:focus,
.client-theme button.list-group-item-success.active,
.client-theme button.list-group-item-success.active:hover,
.client-theme button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.client-theme .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.client-theme a.list-group-item-info,
.client-theme button.list-group-item-info {
  color: #31708f;
}
.client-theme a.list-group-item-info .list-group-item-heading,
.client-theme button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.client-theme a.list-group-item-info:hover, .client-theme a.list-group-item-info:focus,
.client-theme button.list-group-item-info:hover,
.client-theme button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.client-theme a.list-group-item-info.active, .client-theme a.list-group-item-info.active:hover, .client-theme a.list-group-item-info.active:focus,
.client-theme button.list-group-item-info.active,
.client-theme button.list-group-item-info.active:hover,
.client-theme button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.client-theme .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.client-theme a.list-group-item-warning,
.client-theme button.list-group-item-warning {
  color: #8a6d3b;
}
.client-theme a.list-group-item-warning .list-group-item-heading,
.client-theme button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.client-theme a.list-group-item-warning:hover, .client-theme a.list-group-item-warning:focus,
.client-theme button.list-group-item-warning:hover,
.client-theme button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.client-theme a.list-group-item-warning.active, .client-theme a.list-group-item-warning.active:hover, .client-theme a.list-group-item-warning.active:focus,
.client-theme button.list-group-item-warning.active,
.client-theme button.list-group-item-warning.active:hover,
.client-theme button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.client-theme .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.client-theme a.list-group-item-danger,
.client-theme button.list-group-item-danger {
  color: #a94442;
}
.client-theme a.list-group-item-danger .list-group-item-heading,
.client-theme button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.client-theme a.list-group-item-danger:hover, .client-theme a.list-group-item-danger:focus,
.client-theme button.list-group-item-danger:hover,
.client-theme button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.client-theme a.list-group-item-danger.active, .client-theme a.list-group-item-danger.active:hover, .client-theme a.list-group-item-danger.active:focus,
.client-theme button.list-group-item-danger.active,
.client-theme button.list-group-item-danger.active:hover,
.client-theme button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.client-theme .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.client-theme .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.client-theme .panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.client-theme .panel-body {
  padding: 15px;
}
.client-theme .panel-body:before, .client-theme .panel-body:after {
  content: " ";
  display: table;
}
.client-theme .panel-body:after {
  clear: both;
}
.client-theme .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.client-theme .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.client-theme .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.client-theme .panel-title > a,
.client-theme .panel-title > small,
.client-theme .panel-title > .small,
.client-theme .panel-title > small > a,
.client-theme .panel-title > .small > a {
  color: inherit;
}
.client-theme .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.client-theme .panel > .list-group,
.client-theme .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.client-theme .panel > .list-group .list-group-item,
.client-theme .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.client-theme .panel > .list-group:first-child .list-group-item:first-child,
.client-theme .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.client-theme .panel > .list-group:last-child .list-group-item:last-child,
.client-theme .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.client-theme .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.client-theme .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.client-theme .list-group + .panel-footer {
  border-top-width: 0;
}
.client-theme .panel > .table,
.client-theme .panel > .table-responsive > .table,
.client-theme .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.client-theme .panel > .table caption,
.client-theme .panel > .table-responsive > .table caption,
.client-theme .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.client-theme .panel > .table:first-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.client-theme .panel > .table:first-child > thead:first-child > tr:first-child,
.client-theme .panel > .table:first-child > tbody:first-child > tr:first-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.client-theme .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.client-theme .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.client-theme .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.client-theme .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.client-theme .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.client-theme .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.client-theme .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.client-theme .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.client-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.client-theme .panel > .table:last-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.client-theme .panel > .table:last-child > tbody:last-child > tr:last-child,
.client-theme .panel > .table:last-child > tfoot:last-child > tr:last-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.client-theme .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.client-theme .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.client-theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.client-theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.client-theme .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.client-theme .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.client-theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.client-theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.client-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.client-theme .panel > .panel-body + .table,
.client-theme .panel > .panel-body + .table-responsive,
.client-theme .panel > .table + .panel-body,
.client-theme .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.client-theme .panel > .table > tbody:first-child > tr:first-child th,
.client-theme .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.client-theme .panel > .table-bordered,
.client-theme .panel > .table-responsive > .table-bordered {
  border: 0;
}
.client-theme .panel > .table-bordered > thead > tr > th:first-child,
.client-theme .panel > .table-bordered > thead > tr > td:first-child,
.client-theme .panel > .table-bordered > tbody > tr > th:first-child,
.client-theme .panel > .table-bordered > tbody > tr > td:first-child,
.client-theme .panel > .table-bordered > tfoot > tr > th:first-child,
.client-theme .panel > .table-bordered > tfoot > tr > td:first-child,
.client-theme .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.client-theme .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.client-theme .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.client-theme .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.client-theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.client-theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.client-theme .panel > .table-bordered > thead > tr > th:last-child,
.client-theme .panel > .table-bordered > thead > tr > td:last-child,
.client-theme .panel > .table-bordered > tbody > tr > th:last-child,
.client-theme .panel > .table-bordered > tbody > tr > td:last-child,
.client-theme .panel > .table-bordered > tfoot > tr > th:last-child,
.client-theme .panel > .table-bordered > tfoot > tr > td:last-child,
.client-theme .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.client-theme .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.client-theme .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.client-theme .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.client-theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.client-theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.client-theme .panel > .table-bordered > thead > tr:first-child > td,
.client-theme .panel > .table-bordered > thead > tr:first-child > th,
.client-theme .panel > .table-bordered > tbody > tr:first-child > td,
.client-theme .panel > .table-bordered > tbody > tr:first-child > th,
.client-theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.client-theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.client-theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.client-theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.client-theme .panel > .table-bordered > tbody > tr:last-child > td,
.client-theme .panel > .table-bordered > tbody > tr:last-child > th,
.client-theme .panel > .table-bordered > tfoot > tr:last-child > td,
.client-theme .panel > .table-bordered > tfoot > tr:last-child > th,
.client-theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.client-theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.client-theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.client-theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.client-theme .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.client-theme .panel-group {
  margin-bottom: 22px;
}
.client-theme .panel-group .panel {
  border-radius: 0;
}
.client-theme .panel-group .panel + .panel {
  margin-top: 5px;
}
.client-theme .panel-group .panel-heading {
  border-bottom: 0;
}
.client-theme .panel-group .panel-heading + .panel-collapse > .panel-body,
.client-theme .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.client-theme .panel-group .panel-footer {
  border-top: 0;
}
.client-theme .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.client-theme .panel-default {
  border-color: #569bbe;
}
.client-theme .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #569bbe;
  border-color: #569bbe;
}
.client-theme .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #569bbe;
}
.client-theme .panel-default > .panel-heading .badge {
  color: #569bbe;
  background-color: #ffffff;
}
.client-theme .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #569bbe;
}
.client-theme .panel-primary {
  border-color: #569bbe;
}
.client-theme .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #569bbe;
  border-color: #569bbe;
}
.client-theme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #569bbe;
}
.client-theme .panel-primary > .panel-heading .badge {
  color: #569bbe;
  background-color: #ffffff;
}
.client-theme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #569bbe;
}
.client-theme .panel-success {
  border-color: #d6e9c6;
}
.client-theme .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.client-theme .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.client-theme .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.client-theme .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.client-theme .panel-info {
  border-color: #bce8f1;
}
.client-theme .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.client-theme .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.client-theme .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.client-theme .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.client-theme .panel-warning {
  border-color: #faebcc;
}
.client-theme .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.client-theme .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.client-theme .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.client-theme .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.client-theme .panel-danger {
  border-color: #ebccd1;
}
.client-theme .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.client-theme .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.client-theme .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.client-theme .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.client-theme .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.client-theme .embed-responsive .embed-responsive-item,
.client-theme .embed-responsive iframe,
.client-theme .embed-responsive embed,
.client-theme .embed-responsive object,
.client-theme .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.client-theme .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.client-theme .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.client-theme .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.client-theme .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.client-theme .well-lg {
  padding: 24px;
  border-radius: 0;
}
.client-theme .well-sm {
  padding: 9px;
  border-radius: 0;
}
.client-theme .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.client-theme .close:hover, .client-theme .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.client-theme .modal-open {
  overflow: hidden;
}
.client-theme .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.client-theme .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.client-theme .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.client-theme .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.client-theme .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.client-theme .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.client-theme .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.client-theme .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.client-theme .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.client-theme .modal-header:before, .client-theme .modal-header:after {
  content: " ";
  display: table;
}
.client-theme .modal-header:after {
  clear: both;
}
.client-theme .modal-header .close {
  margin-top: -2px;
}
.client-theme .modal-title {
  margin: 0;
  line-height: 1.375;
}
.client-theme .modal-body {
  position: relative;
  padding: 15px;
}
.client-theme .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.client-theme .modal-footer:before, .client-theme .modal-footer:after {
  content: " ";
  display: table;
}
.client-theme .modal-footer:after {
  clear: both;
}
.client-theme .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.client-theme .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.client-theme .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.client-theme .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .client-theme .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .client-theme .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .client-theme .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .client-theme .modal-lg {
    width: 900px;
  }
}
.client-theme .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.client-theme .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.client-theme .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.client-theme .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.client-theme .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.client-theme .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.client-theme .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.client-theme .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.client-theme .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.client-theme .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.client-theme .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.client-theme .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.client-theme .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.client-theme .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.client-theme .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.client-theme .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.client-theme .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.client-theme .popover.top {
  margin-top: -10px;
}
.client-theme .popover.right {
  margin-left: 10px;
}
.client-theme .popover.bottom {
  margin-top: 10px;
}
.client-theme .popover.left {
  margin-left: -10px;
}
.client-theme .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.client-theme .popover-content {
  padding: 9px 14px;
}
.client-theme .popover > .arrow, .client-theme .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.client-theme .popover > .arrow {
  border-width: 11px;
}
.client-theme .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.client-theme .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.client-theme .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.client-theme .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.client-theme .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.client-theme .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.client-theme .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.client-theme .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.client-theme .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.client-theme .carousel {
  position: relative;
}
.client-theme .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.client-theme .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.client-theme .carousel-inner > .item > img,
.client-theme .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .client-theme .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .client-theme .carousel-inner > .item.next, .client-theme .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .client-theme .carousel-inner > .item.prev, .client-theme .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .client-theme .carousel-inner > .item.next.left, .client-theme .carousel-inner > .item.prev.right, .client-theme .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.client-theme .carousel-inner > .active,
.client-theme .carousel-inner > .next,
.client-theme .carousel-inner > .prev {
  display: block;
}
.client-theme .carousel-inner > .active {
  left: 0;
}
.client-theme .carousel-inner > .next,
.client-theme .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.client-theme .carousel-inner > .next {
  left: 100%;
}
.client-theme .carousel-inner > .prev {
  left: -100%;
}
.client-theme .carousel-inner > .next.left,
.client-theme .carousel-inner > .prev.right {
  left: 0;
}
.client-theme .carousel-inner > .active.left {
  left: -100%;
}
.client-theme .carousel-inner > .active.right {
  left: 100%;
}
.client-theme .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.client-theme .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.client-theme .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.client-theme .carousel-control:hover, .client-theme .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.client-theme .carousel-control .icon-prev,
.client-theme .carousel-control .icon-next,
.client-theme .carousel-control .glyphicon-chevron-left,
.client-theme .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.client-theme .carousel-control .icon-prev,
.client-theme .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.client-theme .carousel-control .icon-next,
.client-theme .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.client-theme .carousel-control .icon-prev,
.client-theme .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.client-theme .carousel-control .icon-prev:before {
  content: "‹";
}
.client-theme .carousel-control .icon-next:before {
  content: "›";
}
.client-theme .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.client-theme .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.client-theme .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.client-theme .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.client-theme .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .client-theme .carousel-control .glyphicon-chevron-left,
  .client-theme .carousel-control .glyphicon-chevron-right,
  .client-theme .carousel-control .icon-prev,
  .client-theme .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .client-theme .carousel-control .glyphicon-chevron-left,
  .client-theme .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .client-theme .carousel-control .glyphicon-chevron-right,
  .client-theme .carousel-control .icon-next {
    margin-right: -10px;
  }
  .client-theme .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .client-theme .carousel-indicators {
    bottom: 20px;
  }
}
.client-theme .clearfix:before, .client-theme .clearfix:after {
  content: " ";
  display: table;
}
.client-theme .clearfix:after {
  clear: both;
}
.client-theme .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.client-theme .pull-right {
  float: right !important;
}
.client-theme .pull-left {
  float: left !important;
}
.client-theme .hide {
  display: none !important;
}
.client-theme .show {
  display: block !important;
}
.client-theme .invisible {
  visibility: hidden;
}
.client-theme .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.client-theme .hidden {
  display: none !important;
}
.client-theme .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.client-theme .visible-xs {
  display: none !important;
}
.client-theme .visible-sm {
  display: none !important;
}
.client-theme .visible-md {
  display: none !important;
}
.client-theme .visible-lg {
  display: none !important;
}
.client-theme .visible-xs-block,
.client-theme .visible-xs-inline,
.client-theme .visible-xs-inline-block,
.client-theme .visible-sm-block,
.client-theme .visible-sm-inline,
.client-theme .visible-sm-inline-block,
.client-theme .visible-md-block,
.client-theme .visible-md-inline,
.client-theme .visible-md-inline-block,
.client-theme .visible-lg-block,
.client-theme .visible-lg-inline,
.client-theme .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .client-theme .visible-xs {
    display: block !important;
  }
  .client-theme table.visible-xs {
    display: table !important;
  }
  .client-theme tr.visible-xs {
    display: table-row !important;
  }
  .client-theme th.visible-xs,
  .client-theme td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .client-theme .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .client-theme .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .client-theme .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-theme .visible-sm {
    display: block !important;
  }
  .client-theme table.visible-sm {
    display: table !important;
  }
  .client-theme tr.visible-sm {
    display: table-row !important;
  }
  .client-theme th.visible-sm,
  .client-theme td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-theme .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-theme .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-theme .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-theme .visible-md {
    display: block !important;
  }
  .client-theme table.visible-md {
    display: table !important;
  }
  .client-theme tr.visible-md {
    display: table-row !important;
  }
  .client-theme th.visible-md,
  .client-theme td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-theme .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-theme .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-theme .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .client-theme .visible-lg {
    display: block !important;
  }
  .client-theme table.visible-lg {
    display: table !important;
  }
  .client-theme tr.visible-lg {
    display: table-row !important;
  }
  .client-theme th.visible-lg,
  .client-theme td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .client-theme .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .client-theme .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .client-theme .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .client-theme .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-theme .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-theme .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .client-theme .hidden-lg {
    display: none !important;
  }
}
.client-theme .visible-print {
  display: none !important;
}
@media print {
  .client-theme .visible-print {
    display: block !important;
  }
  .client-theme table.visible-print {
    display: table !important;
  }
  .client-theme tr.visible-print {
    display: table-row !important;
  }
  .client-theme th.visible-print,
  .client-theme td.visible-print {
    display: table-cell !important;
  }
}
.client-theme .visible-print-block {
  display: none !important;
}
@media print {
  .client-theme .visible-print-block {
    display: block !important;
  }
}
.client-theme .visible-print-inline {
  display: none !important;
}
@media print {
  .client-theme .visible-print-inline {
    display: inline !important;
  }
}
.client-theme .visible-print-inline-block {
  display: none !important;
}
@media print {
  .client-theme .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .client-theme .hidden-print {
    display: none !important;
  }
}
.client-theme select.bs-select-hidden,
.client-theme select.selectpicker {
  display: none !important;
}
.client-theme .bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
}
.client-theme .bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .client-theme .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.client-theme .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.client-theme .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .client-theme .bootstrap-select .dropdown-toggle, .error .client-theme .bootstrap-select .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.client-theme .bootstrap-select.fit-width {
  width: auto !important;
}
.client-theme .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.client-theme .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.client-theme .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.client-theme .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.client-theme .bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.client-theme .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.client-theme .bootstrap-select.btn-group:not(.input-group-btn), .client-theme .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.client-theme .bootstrap-select.btn-group.dropdown-menu-right, .client-theme .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .client-theme .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .client-theme .bootstrap-select.btn-group, .form-horizontal .client-theme .bootstrap-select.btn-group, .form-group .client-theme .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .client-theme .bootstrap-select.btn-group.form-control, .form-group-sm .client-theme .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .client-theme .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .client-theme .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .client-theme .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.client-theme .bootstrap-select.btn-group.disabled,
.client-theme .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.client-theme .bootstrap-select.btn-group.disabled:focus,
.client-theme .bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.client-theme .bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.client-theme .bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.client-theme .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.client-theme .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.client-theme .bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.client-theme .bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme .bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.client-theme .bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.client-theme .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.client-theme .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.client-theme .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.client-theme .bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.client-theme .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.client-theme .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.client-theme .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.client-theme .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.client-theme .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.client-theme .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.client-theme .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .client-theme .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.client-theme .bs-searchbox,
.client-theme .bs-actionsbox,
.client-theme .bs-donebutton {
  padding: 4px 8px;
}
.client-theme .bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme .bs-actionsbox .btn-group button {
  width: 50%;
}
.client-theme .bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-theme .bs-donebutton .btn-group button {
  width: 100%;
}
.client-theme .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.client-theme .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.client-theme .bootstrap-datetimepicker-widget {
  list-style: none;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .client-theme .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .client-theme .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .client-theme .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu:before, .client-theme .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.client-theme .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.client-theme .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.client-theme .bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.client-theme .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.client-theme .bootstrap-datetimepicker-widget .timepicker-hour, .client-theme .bootstrap-datetimepicker-widget .timepicker-minute, .client-theme .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.client-theme .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.client-theme .bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.client-theme .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.client-theme .bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.client-theme .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.client-theme .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.client-theme .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.client-theme .bootstrap-datetimepicker-widget table td, .client-theme .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.client-theme .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.client-theme .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.client-theme .bootstrap-datetimepicker-widget table th.disabled, .client-theme .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.client-theme .bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.client-theme .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.client-theme .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.client-theme .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.client-theme .bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.client-theme .bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.client-theme .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.client-theme .bootstrap-datetimepicker-widget table td.day:hover, .client-theme .bootstrap-datetimepicker-widget table td.hour:hover, .client-theme .bootstrap-datetimepicker-widget table td.minute:hover, .client-theme .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.client-theme .bootstrap-datetimepicker-widget table td.old, .client-theme .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.client-theme .bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.client-theme .bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.client-theme .bootstrap-datetimepicker-widget table td.active, .client-theme .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.client-theme .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.client-theme .bootstrap-datetimepicker-widget table td.disabled, .client-theme .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.client-theme .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.client-theme .bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.client-theme .bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.client-theme .bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.client-theme .bootstrap-datetimepicker-widget table td span.disabled, .client-theme .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.client-theme .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.client-theme .bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.client-theme .bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.client-theme .input-group.date .input-group-addon {
  cursor: pointer;
}
.client-theme .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.client-theme table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
.client-theme table.dataTable td,
.client-theme table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.client-theme table.dataTable td.dataTables_empty,
.client-theme table.dataTable th.dataTables_empty {
  text-align: center;
}
.client-theme table.dataTable.nowrap th,
.client-theme table.dataTable.nowrap td {
  white-space: nowrap;
}
.client-theme div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.client-theme div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
.client-theme div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
.client-theme div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.client-theme div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.client-theme div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
.client-theme div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.client-theme div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
.client-theme div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
.client-theme table.dataTable thead > tr > th.sorting_asc, .client-theme table.dataTable thead > tr > th.sorting_desc, .client-theme table.dataTable thead > tr > th.sorting,
.client-theme table.dataTable thead > tr > td.sorting_asc,
.client-theme table.dataTable thead > tr > td.sorting_desc,
.client-theme table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
.client-theme table.dataTable thead > tr > th:active,
.client-theme table.dataTable thead > tr > td:active {
  outline: none;
}
.client-theme table.dataTable thead .sorting,
.client-theme table.dataTable thead .sorting_asc,
.client-theme table.dataTable thead .sorting_desc,
.client-theme table.dataTable thead .sorting_asc_disabled,
.client-theme table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.client-theme table.dataTable thead .sorting:after,
.client-theme table.dataTable thead .sorting_asc:after,
.client-theme table.dataTable thead .sorting_desc:after,
.client-theme table.dataTable thead .sorting_asc_disabled:after,
.client-theme table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}
.client-theme table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
.client-theme table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
.client-theme table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
.client-theme table.dataTable thead .sorting_asc_disabled:after,
.client-theme table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}
.client-theme div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
.client-theme div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.client-theme div.dataTables_scrollBody table thead .sorting:after,
.client-theme div.dataTables_scrollBody table thead .sorting_asc:after,
.client-theme div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
.client-theme div.dataTables_scrollBody table tbody tr:first-child th,
.client-theme div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
.client-theme div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .client-theme div.dataTables_wrapper div.dataTables_length,
  .client-theme div.dataTables_wrapper div.dataTables_filter,
  .client-theme div.dataTables_wrapper div.dataTables_info,
  .client-theme div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
.client-theme table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
.client-theme table.dataTable.table-condensed .sorting:after,
.client-theme table.dataTable.table-condensed .sorting_asc:after,
.client-theme table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}
.client-theme table.table-bordered.dataTable th,
.client-theme table.table-bordered.dataTable td {
  border-left-width: 0;
}
.client-theme table.table-bordered.dataTable th:last-child, .client-theme table.table-bordered.dataTable th:last-child,
.client-theme table.table-bordered.dataTable td:last-child,
.client-theme table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
.client-theme table.table-bordered.dataTable tbody th,
.client-theme table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
.client-theme div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
.client-theme div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
.client-theme div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
.client-theme div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
.client-theme .border {
  border: 1px solid #979797;
}
.client-theme hr.border {
  border: none;
  border-top: 1px solid #979797;
}
.client-theme .color-white {
  color: #FFFFFF;
}
.client-theme .color-black {
  color: #000000;
}
.client-theme .btn {
  font-size: 14px;
  text-transform: initial;
}
.client-theme .btn:active {
  box-shadow: none;
}
.client-theme .btn:disabled, .client-theme .btn:disabled:hover, .client-theme .btn.disabled, .client-theme .btn.disabled:hover {
  background-color: #979797;
  color: black;
}
.client-theme .btn-primary {
  font-weight: normal;
}
.client-theme .btn-primary:hover, .client-theme .btn-primary:active, .client-theme .btn-primary:focus, .client-theme .btn-primary:active:focus {
  background-color: #9e100f;
  border-color: #9e100f;
  color: #ffffff;
}
.client-theme .btn-default:hover, .client-theme .btn-default:focus, .client-theme .btn-default:active {
  background-color: #e4e4e4;
  color: #5c5c5c;
  border-color: #979797;
}
.client-theme .btn-view-more {
  margin: 10px 0 40px 0;
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #ee3425;
}
.client-theme .btn-view-more:hover, .client-theme .btn-view-more:focus, .client-theme .btn-view-more:active {
  background-color: transparent;
  color: #ee3425;
  outline: none;
}
.client-theme .btn-view-more:after {
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  content: "\e114";
  display: block;
  line-height: 20px;
}
.client-theme .btn-view-more.toggle:after {
  transform: rotate(180deg);
}
.client-theme .btn-view-more.toggle.collapsed:after {
  transform: rotate(0deg);
}
.client-theme .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.client-theme .toggle-level-criteria-container {
  line-height: 20px;
}
.client-theme .toggle-level-criteria-container .glyphicon-chevron-up:before, .client-theme .toggle-level-criteria-container .glyphicon-chevron-down:before {
  margin-left: 5px;
}
.client-theme .btn-link {
  outline: none;
  color: #569bbe;
}
.client-theme .btn-link:disabled, .client-theme .btn-link:disabled:hover, .client-theme .btn-link.disabled, .client-theme .btn-link.disabled:hover {
  background-color: transparent;
  color: black;
}
.client-theme .btn-link:hover, .client-theme .btn-link:active, .client-theme .btn-link:focus {
  text-decoration: none;
  color: #3f81a3;
}
.client-theme a.button {
  text-decoration: none;
  color: initial;
}
.client-theme .close-visible {
  visibility: visible !important;
}
.client-theme .disabled {
  background: rgba(0, 0, 0, 0.8);
}
.client-theme {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
  background-color: #f7f7f7;
}
.client-theme html {
  height: 100vh;
}
.client-theme .global-container {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
.client-theme .page-wrapper {
  flex: 1 0 auto;
  width: 100%;
  min-height: 600px;
  background-color: transparent;
}
.client-theme .menu .accordion-heading {
  position: relative;
}
.client-theme .menu .accordion-heading .edit {
  position: absolute;
  top: 8px;
  right: 30px;
}
.client-theme .menu .parent {
  border-left: 4px;
}
.client-theme .menu .child {
  border-left: 4px;
}
.client-theme .menu .collapse.in {
  overflow: visible;
}
.client-theme .accordion-group {
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.client-theme .accordion-heading {
  border-bottom: 0;
}
.client-theme .accordion-heading .accordion-toggle {
  display: block;
}
.client-theme .accordion-toggle {
  cursor: pointer;
}
.client-theme .accordion-toggle .glyphicon {
  margin-right: 5px;
}
.client-theme .accordion-inner {
  padding: 5px 15px;
  max-height: 300px;
  overflow-y: auto;
}
.client-theme .accordion-heading label {
  font-weight: normal;
}
.client-theme .flex-container {
  display: flex;
  flex-wrap: wrap;
}
.client-theme .row.flex-container:after,
.client-theme .row.flex-container:before {
  content: normal;
}
.client-theme .flex-column {
  flex-direction: column;
}
.client-theme .flex-justify-left {
  justify-content: flex-start;
}
.client-theme .flex-justify-right {
  justify-content: flex-end;
}
.client-theme .flex-justify-center {
  justify-content: center;
}
.client-theme .flex-justify-between {
  justify-content: space-between;
}
.client-theme .flex-justify-around {
  justify-content: space-around;
}
.client-theme .flex-align-top {
  align-items: flex-start;
}
.client-theme .flex-align-bottom {
  align-items: flex-end;
}
.client-theme .flex-align-center {
  align-items: center;
}
.client-theme .flex-align-stretch {
  align-items: stretch;
}
.client-theme .flex-align-baseline {
  align-items: baseline;
}
.client-theme .flex-row {
  display: flex;
  flex-direction: row;
}
.client-theme .flex-column {
  display: flex;
  flex-direction: column;
}
.client-theme .flex-grow {
  flex-grow: 1;
}
.client-theme .flex-shrink {
  flex-shrink: 0;
}
.client-theme .flex-wrap {
  flex-wrap: wrap;
}
.client-theme .flex-none {
  flex: none;
}
.client-theme .row.equal-height-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; /* We don't want all columns to be in 1 line though, they can break into new lines if there is not enough space to show all. */
}
.client-theme .row.equal-height-row > [class*=col-] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.client-theme .row.equal-height-row > [class*=col-].v-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
}
.client-theme input.form-control[type=checkbox] {
  height: 20px;
  width: 20px;
}
.client-theme select {
  height: 32px;
  padding: 1px 5px;
  vertical-align: top;
}
.client-theme label.checkbox {
  font-weight: normal;
}
.client-theme .navbar-form {
  box-shadow: none;
}
.client-theme .multiselect-container.dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.client-theme .multiselect-container.dropdown-menu li label {
  padding-left: 10px;
}
.client-theme .dropdown-menu .active > a, .client-theme .dropdown-menu .active > a:hover {
  background-color: #7ed0e0;
  color: #000000;
}
.client-theme .dropdown-menu > li a:hover {
  background-color: #e4e4e4;
}
.client-theme .dropdown-menu > li > a, .client-theme .dropdown-menu > li > a:hover, .client-theme .dropdown-menu > li .active > a:hover {
  color: #000000;
}
.client-theme .field-validation-error {
  color: #d9534f;
}
.client-theme .form-control.input-validation-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.client-theme .form-control.input-validation-error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.client-theme .help-block {
  font-style: italic;
  font-size: 14px;
}
.client-theme header .navbar {
  z-index: 999;
  min-height: 100px;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar {
    background: #ffffff; /* The Fallback */
    background: rgba(255, 255, 255, 0.8);
  }
}
.client-theme header .navbar .navbar-header {
  background-color: #ffffff;
  padding: 26px 0;
}
.client-theme header .navbar .navbar-header .navbar-brand {
  padding: 0;
  height: auto;
}
.client-theme header .navbar .navbar-header .navbar-brand img {
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .client-theme header .navbar .navbar-header .navbar-brand img {
    max-width: 225px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme header .navbar .navbar-nav {
    margin-top: 35px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .client-theme header .navbar .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.client-theme header .navbar .navbar-nav a, .client-theme header .navbar .navbar-nav a span.glyphicon, .client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
  font-size: 22px;
}
@media screen and (min-width: 767px) {
  .client-theme header .navbar .navbar-nav a, .client-theme header .navbar .navbar-nav a span.glyphicon, .client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
    font-size: 16px;
  }
}
.client-theme header .navbar .navbar-nav a, .client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
  line-height: 35px;
}
.client-theme header .navbar .navbar-nav > li > a {
  padding: 0;
  padding-bottom: 5px;
  margin: 0 15px;
  /* color: $navbar-color; */
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-nav > li > a {
    line-height: normal;
    padding: 5px 0;
  }
}
@media screen and (min-width: 767px) {
  .client-theme header .navbar .navbar-nav li a:hover, .client-theme header .navbar .navbar-nav li a:active, .client-theme header .navbar .navbar-nav li a:focus, .client-theme header .navbar .navbar-nav > .active > a, .client-theme header .navbar .navbar-nav > .active > a:hover {
    border-bottom: 5px solid #ffffff;
    padding-bottom: 0;
  }
}
.client-theme header .navbar .navbar-nav .dropdown-menu {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ffffff;
  border: 0px;
  border-top-right-radius: 4px;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-nav .dropdown-menu {
    border-radius: 0px;
    width: 100%;
  }
}
.client-theme header .navbar .navbar-nav .dropdown-menu a {
  color: #000000;
}
.client-theme header .navbar .navbar-nav .dropdown-menu a:hover {
  background-color: #979797;
  color: #ffffff;
}
.client-theme header .navbar .navbar-nav .dropdown-menu a:hover, .client-theme header .navbar .navbar-nav .dropdown-menu a:focus, .client-theme header .navbar .navbar-nav .dropdown-menu .active a, .client-theme header .navbar .navbar-nav .dropdown-menu .active a:hover, .client-theme header .navbar .navbar-nav .dropdown-menu li a:hover,
.client-theme header .navbar .navbar-nav .dropdown-menu li a:hover, .client-theme header .navbar .navbar-nav .dropdown-menu li a:focus {
  background-color: #979797 !important;
  color: #ffffff !important;
  border-bottom: 0;
  margin-bottom: 0;
}
.client-theme header .navbar .navbar-nav .dropdown-menu li:first-child a {
  border-radius: 0px;
}
@media screen and (min-width: 992px) {
  .client-theme header .navbar .navbar-nav .dropdown-menu li:first-child a {
    border-top-right-radius: 4px;
  }
}
.client-theme header .navbar .navbar-nav .dropdown-menu li:last-child a {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.client-theme header .navbar .navbar-nav .dropdown-menu, .client-theme header .navbar .navbar-nav .dropdown-menu li, .client-theme header .navbar .navbar-nav .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px;
}
.client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
  color: #000000;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu .dropdown-menu {
  position: relative;
  box-shadow: none;
  background-color: #e4e4e4;
  border: none;
  border-radius: 0;
  width: 100%;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu .dropdown-menu li a {
  padding-left: 2em;
  border-radius: 0px !important;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu.nav-open span.glyphicon-chevron-down {
  transform: rotate(-180deg);
  transition: all 0.5s ease;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu span.glyphicon-chevron-down {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.client-theme header .navbar .navbar-nav .dropdown-submenu.nav-open > a, .client-theme header .navbar .navbar-nav .dropdown-submenu .nav-open > a:focus {
  background-color: #979797 !important;
  color: #ffffff !important;
}
.client-theme header .navbar .navbar-nav .open {
  background-color: #ee3425;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 40px;
}
.client-theme header .navbar .navbar-nav .open > a, .client-theme header .navbar .navbar-nav .open > a:hover, .client-theme header .navbar .navbar-nav .open > a:focus {
  background-color: transparent;
  border-bottom: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-nav .header-avatar {
    margin: 0 15px;
  }
}
.client-theme header .navbar .navbar-nav .header-avatar:hover, .client-theme header .navbar .navbar-nav .header-avatar:focus, .client-theme header .navbar .navbar-nav .header-avatar:active {
  border-bottom: 0;
}
.client-theme header .navbar .navbar-nav .header-avatar .header-avatar-img {
  height: 50px;
  width: 50px;
  margin: -15px auto 0px auto;
}
.client-theme header .navbar .navbar-nav .header-search-field {
  border: none;
  height: auto;
}
.client-theme header .navbar .navbar-nav .mobile-search > form {
  border: none;
  margin: 0px;
}
.client-theme header .navbar .navbar-nav.profile .header-avatar .participant-name {
  display: none;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-nav {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.client-theme header .navbar .navbar-nav.search .dropdown-menu {
  background-color: #fff;
  min-width: 270px;
  padding: 10px;
}
.client-theme header .navbar .navbar-toggle {
  margin-top: 0px;
  border-color: #000000;
  background-color: transparent;
}
.client-theme header .navbar .navbar-toggle:hover, .client-theme header .navbar .navbar-toggle:active, .client-theme header .navbar .navbar-toggle:focus {
  background-color: white;
}
.client-theme header .navbar .navbar-toggle .icon-bar {
  height: 3px;
  background-color: #000000;
}
.client-theme header .navbar .navbar-nav-container {
  float: none;
}
@media screen and (min-width: 992px) {
  .client-theme header .navbar .navbar-nav-container {
    float: right;
  }
}
.client-theme header .secondary-navigation, .client-theme header .primary-navigation {
  display: none;
}
@media screen and (min-width: 767px) {
  .client-theme header .mobile-navigation.navbar-collapse.collapse {
    display: none !important;
  }
  .client-theme header .primary-navigation {
    display: block;
  }
  .client-theme header .secondary-navigation {
    display: block;
  }
  .client-theme header .secondary-navigation nav {
    background-color: #325b5f;
  }
  .client-theme header .secondary-navigation .navbar-header {
    float: none;
  }
  .client-theme header .secondary-navigation .navbar-nav-container {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .client-theme header .secondary-navigation .navbar-nav {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .client-theme header .secondary-navigation .navbar-nav .header-avatar .header-avatar-img {
    width: 35px;
    height: 35px;
    margin-bottom: -15px;
  }
  .client-theme header .secondary-navigation .navbar-nav.primary {
    margin-left: -15px;
  }
  .client-theme header .secondary-navigation .navbar-nav a {
    line-height: 25px;
  }
  .client-theme header .secondary-navigation .navbar-nav .open {
    min-height: auto;
    background-color: transparent;
  }
  .client-theme header .secondary-navigation .navbar-nav > .dropdown > .dropdown-menu {
    margin-top: 12px;
  }
}
.client-theme.sticky-menu header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.client-theme.sticky-menu .page-wrapper {
  margin-top: 100px;
}
.client-theme .overlay-bottom {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: white;
  left: 0;
  padding: 10px 18px 0px 12px;
  position: absolute;
  right: 0;
}
.client-theme img.expand {
  width: 100%;
}
.client-theme .social-media-icon {
  width: 45px;
  height: 45px;
}
.client-theme .glyphicon-check, .client-theme .glyphicon-unchecked {
  font-weight: normal;
  font-size: 40px;
}
.client-theme .loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #ee3425;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.client-theme .ajax-loader-container {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.client-theme .ajax-loader {
  animation: ajaxLoaderAnimation 2s infinite linear;
  top: 50%;
  position: absolute;
  right: 50%;
}
@keyframes ajaxLoaderAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.client-theme .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 900;
}
.client-theme .metrics-loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.client-theme .dropdown-toggle[aria-expanded=true] .caret {
  border-bottom: 4px dashed;
  border-top: none;
}
.client-theme .dropdown.text-right .dropdown-menu,
.client-theme .text-right .dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.client-theme .overlay-triangle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 2%;
  right: 2.5%;
  z-index: 10;
  border: 30px solid;
  border-color: rgba(0, 0, 0, 0.75) rgba(0, 0, 0, 0.75) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0);
  letter-spacing: 10px;
  font: bold 25px/1 sans-serif;
  text-align: right;
  color: #ef9f26;
  cursor: pointer;
}
.client-theme .overlay-triangle .checkbox {
  position: absolute;
  top: -30px;
  right: -30px;
}
.client-theme .overlay-triangle.red-triangle {
  border-color: rgba(255, 0, 0, 0.75) rgba(255, 0, 0, 0.75) rgba(0, 0, 255, 0) rgba(255, 0, 0, 0);
}
.client-theme .social-sharing img {
  width: 25px;
}
.client-theme table.dataTable thead .sorting:after, .client-theme table.dataTable thead .sorting_asc:after, .client-theme table.dataTable thead .sorting_desc:after, .client-theme table.dataTable thead .sorting_asc_disabled:after, .client-theme table.dataTable thead .sorting_desc_disabled:after {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  padding-left: 8px;
}
.client-theme thead tr {
  background-color: #ffffff;
  color: #ee3425;
}
.client-theme .dataTable {
  background-color: #ffffff;
}
.client-theme h1, .client-theme h2, .client-theme h3, .client-theme h4, .client-theme .h1, .client-theme .h2, .client-theme .h3, .client-theme .h4 {
  margin: 0 0 20px 0;
}
.client-theme h1, .client-theme .h1 {
  line-height: 1.05em;
}
@media screen and (min-width: 992px) {
  .client-theme h1, .client-theme .h1 {
    line-height: 1.05em;
  }
}
.client-theme h2, .client-theme .h2 {
  line-height: 1.154em;
}
@media screen and (min-width: 992px) {
  .client-theme h2, .client-theme .h2 {
    line-height: 1.25em;
  }
}
.client-theme h3, .client-theme .h3 {
  line-height: 1.36em;
}
@media screen and (min-width: 992px) {
  .client-theme h3, .client-theme .h3 {
    line-height: 1.25em;
  }
}
.client-theme h4, .client-theme .h4 {
  line-height: 1.11em;
}
@media screen and (min-width: 992px) {
  .client-theme h4, .client-theme .h4 {
    line-height: 1.22em;
  }
}
.client-theme h5, .client-theme .h5 {
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .client-theme h5, .client-theme .h5 {
    line-height: 1.25em;
  }
}
.client-theme h6, .client-theme .h6 {
  line-height: 1.25em;
}
.client-theme .text-align-left {
  text-align: left;
}
.client-theme .text-align-center {
  text-align: center;
}
.client-theme .text-align-right {
  text-align: right;
}
.client-theme strong, .client-theme .strong {
  font-weight: 700;
}
.client-theme .font-weight-normal {
  font-weight: normal;
}
.client-theme .font-weight-light {
  font-weight: 300;
}
.client-theme ul.list-style-disc {
  list-style-type: disc;
}
.client-theme .bottom-align-text {
  position: absolute;
  bottom: 0;
}
.client-theme .margin-top-0 {
  margin-top: 0px !important;
}
.client-theme .margin-top-5 {
  margin-top: 5px !important;
}
.client-theme .margin-top-10 {
  margin-top: 10px !important;
}
.client-theme .margin-top-15 {
  margin-top: 15px !important;
}
.client-theme .margin-top-20 {
  margin-top: 20px !important;
}
.client-theme .margin-top-30 {
  margin-top: 30px !important;
}
.client-theme .margin-top-40 {
  margin-top: 40px !important;
}
.client-theme .margin-top-50 {
  margin-top: 50px !important;
}
.client-theme .margin-bottom-0 {
  margin-bottom: 0px !important;
}
.client-theme .margin-bottom-5 {
  margin-bottom: 5px !important;
}
.client-theme .margin-bottom-10 {
  margin-bottom: 10px !important;
}
.client-theme .margin-bottom-15 {
  margin-bottom: 15px !important;
}
.client-theme .margin-bottom-20 {
  margin-bottom: 20px !important;
}
.client-theme .margin-bottom-30 {
  margin-bottom: 30px !important;
}
.client-theme .margin-bottom-40 {
  margin-bottom: 40px !important;
}
.client-theme .margin-bottom-50 {
  margin-bottom: 50px !important;
}
.client-theme .margin-left-0 {
  margin-left: 0px !important;
}
.client-theme .margin-left-5 {
  margin-left: 5px !important;
}
.client-theme .margin-left-10 {
  margin-left: 10px !important;
}
.client-theme .margin-left-15 {
  margin-left: 15px !important;
}
.client-theme .margin-left-20 {
  margin-left: 20px !important;
}
.client-theme .margin-left-30 {
  margin-left: 30px !important;
}
.client-theme .margin-left-40 {
  margin-left: 40px !important;
}
.client-theme .margin-left-50 {
  margin-left: 50px !important;
}
.client-theme .margin-right-0 {
  margin-right: 0px !important;
}
.client-theme .margin-right-5 {
  margin-right: 5px !important;
}
.client-theme .margin-right-10 {
  margin-right: 10px !important;
}
.client-theme .margin-right-15 {
  margin-right: 15px !important;
}
.client-theme .margin-right-20 {
  margin-right: 20px !important;
}
.client-theme .margin-right-30 {
  margin-right: 30px !important;
}
.client-theme .margin-right-40 {
  margin-right: 40px !important;
}
.client-theme .margin-right-50 {
  margin-right: 50px !important;
}
.client-theme .padding-top-0 {
  padding-top: 0px !important;
}
.client-theme .padding-top-5 {
  padding-top: 5px !important;
}
.client-theme .padding-top-10 {
  padding-top: 10px !important;
}
.client-theme .padding-top-15 {
  padding-top: 15px !important;
}
.client-theme .padding-top-20 {
  padding-top: 20px !important;
}
.client-theme .padding-top-30 {
  padding-top: 30px !important;
}
.client-theme .padding-top-40 {
  padding-top: 40px !important;
}
.client-theme .padding-top-50 {
  padding-top: 50px !important;
}
.client-theme .padding-bottom-0 {
  padding-bottom: 0px !important;
}
.client-theme .padding-bottom-5 {
  padding-bottom: 5px !important;
}
.client-theme .padding-bottom-10 {
  padding-bottom: 10px !important;
}
.client-theme .padding-bottom-15 {
  padding-bottom: 15px !important;
}
.client-theme .padding-bottom-20 {
  padding-bottom: 20px !important;
}
.client-theme .padding-bottom-30 {
  padding-bottom: 30px !important;
}
.client-theme .padding-bottom-40 {
  padding-bottom: 40px !important;
}
.client-theme .padding-bottom-50 {
  padding-bottom: 50px !important;
}
.client-theme .padding-left-0 {
  padding-left: 0px !important;
}
.client-theme .padding-left-5 {
  padding-left: 5px !important;
}
.client-theme .padding-left-10 {
  padding-left: 10px !important;
}
.client-theme .padding-left-15 {
  padding-left: 15px !important;
}
.client-theme .padding-left-20 {
  padding-left: 20px !important;
}
.client-theme .padding-left-30 {
  padding-left: 30px !important;
}
.client-theme .padding-left-40 {
  padding-left: 40px !important;
}
.client-theme .padding-left-50 {
  padding-left: 50px !important;
}
.client-theme .padding-right-0 {
  padding-right: 0px !important;
}
.client-theme .padding-right-5 {
  padding-right: 5px !important;
}
.client-theme .padding-right-10 {
  padding-right: 10px !important;
}
.client-theme .padding-right-15 {
  padding-right: 15px !important;
}
.client-theme .padding-right-20 {
  padding-right: 20px !important;
}
.client-theme .padding-right-30 {
  padding-right: 30px !important;
}
.client-theme .padding-right-40 {
  padding-right: 40px !important;
}
.client-theme .padding-right-50 {
  padding-right: 50px !important;
}
.client-theme .right {
  float: right;
}
.client-theme .left {
  float: left;
}
.client-theme .margin-0 {
  margin: 0 !important;
}
.client-theme .padding-0 {
  padding: 0 !important;
}
.client-theme .padding-10 {
  padding: 10px;
}
.client-theme .padding-15 {
  padding: 15px;
}
.client-theme .padding-20 {
  padding: 20px;
}
.client-theme .flip-horizontal {
  transform: scaleX(-1);
}
.client-theme .spacer-10 {
  height: 10px;
}
.client-theme .spacer-12 {
  height: 12px;
}
.client-theme .spacer-14 {
  height: 14px;
}
.client-theme .spacer-16 {
  height: 16px;
}
.client-theme .spacer-18 {
  height: 18px;
}
.client-theme .spacer-20 {
  height: 20px;
}
.client-theme .full-width {
  width: 100%;
}
.client-theme .block {
  display: block;
}
.client-theme .inline-block {
  display: inline-block;
}
.client-theme .inline {
  display: inline;
}
.client-theme .flex-inline {
  display: inline-flex;
}
.client-theme .absolute {
  position: absolute;
}
.client-theme .relative {
  position: relative;
}
.client-theme .no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.client-theme .preserve-whitespace {
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .client-theme .text-right-sm {
    text-align: right;
  }
  .client-theme .text-left-sm {
    text-align: left;
  }
  .client-theme .no-float-sm {
    float: none;
  }
  .client-theme .center-sm {
    text-align: center;
    margin: 0 auto;
  }
}
.client-theme span#screen-xs-max {
  content: "767px";
  display: none;
}
.client-theme span#screen-sm-min {
  content: "768px";
  display: none;
}
.client-theme span#screen-sm-max {
  content: "991px";
  display: none;
}
.client-theme span#screen-md-min {
  content: "992px";
  display: none;
}
.client-theme span#screen-md-max {
  content: "1199px";
  display: none;
}
.client-theme span#screen-lg-min {
  content: "1200px";
  display: none;
}
.client-theme .margin-auto {
  margin: 0 auto;
}
.client-theme .global-modal-overlay {
  background-color: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.8;
}
.client-theme .global-modal {
  background-color: #ffffff;
  position: fixed;
  z-index: 1001;
  max-height: 90%;
}
.client-theme .global-modal.panel-window {
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 90%;
}
.client-theme .global-modal.panel-window.panel-left {
  left: -10000px;
}
.client-theme .global-modal.panel-window.panel-right {
  right: -10000px;
}
.client-theme .global-modal.panel-window .global-modal-container {
  overflow-y: scroll;
  height: 100%;
}
.client-theme .global-modal.panel-window .global-modal-inner-container {
  padding: 20px 30px;
}
.client-theme .global-modal.modal-window {
  top: 0;
  left: 0;
}
.client-theme .global-modal.modal-window .global-modal-container {
  overflow-y: auto;
  height: 100%;
  padding: 5px;
}
.client-theme .global-modal.modal-window .global-modal-inner-container {
  padding: 20px 30px;
}
.client-theme h4.modal-title {
  color: #606060;
}
.client-theme .modal-title .glyphicon-exclamation-sign {
  color: #FF0000;
}
.client-theme #entitlement-detail-modal .modal-body {
  width: auto;
  height: auto;
}
.client-theme #entitlement-detail-modal .modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  /*min-width: 300px;*/
}
.client-theme .customizeAssetControls {
  margin-bottom: 10px;
}
.client-theme .share-icon-crop {
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: right;
}
.client-theme #add-widget-list button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .panel-lg {
  width: 75%;
}
.client-theme .panel > .panel-heading.associatedgroup-heading {
  background-color: #569bbe;
  color: #ffffff;
}
.client-theme .panel > .panel-heading.associatedgroup-primarymember-heading {
  background-color: #979797;
  color: #ffffff;
}
.client-theme .panel > .panel-heading.associatedgroup-associatemembers-heading {
  background-color: #979797;
  color: #ffffff;
}
.client-theme .carousel-indicators {
  position: relative;
  margin: auto;
  left: auto;
  width: auto;
  bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .carousel-indicators li {
  border: 2px solid #fff;
  background-color: #939393;
  width: 15px;
  height: 15px;
}
.client-theme .carousel-indicators li.active {
  background-color: #000;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  margin: 1px;
}
.client-theme .carousel-control {
  background: #ffffff;
  height: 80px;
  width: 40px;
  top: calc(50% - 40px);
}
.client-theme .carousel-control.left, .client-theme .carousel-control.right {
  background-image: none;
}
.client-theme .carousel-control .glyphicon-chevron-left, .client-theme .carousel-control .glyphicon-chevron-right {
  margin-top: 0;
  top: calc(50% - 15px);
}
.client-theme .carousel-control .glyphicon-chevron-left {
  margin-left: -15px;
}
.client-theme .carousel-control .glyphicon-chevron-right {
  margin-right: -15px;
}
.client-theme .carousel-control span:before {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .client-theme .carousel.slide .carousel-caption {
    bottom: 0;
  }
  .client-theme .carousel.slide .carousel-caption h1, .client-theme .carousel.slide .carousel-caption h2, .client-theme .carousel.slide .carousel-caption h3, .client-theme .carousel.slide .carousel-caption h4, .client-theme .carousel.slide .carousel-caption h5, .client-theme .carousel.slide .carousel-caption h6 {
    font-size: 1em;
  }
  .client-theme .carousel.slide .carousel-caption p {
    display: none;
  }
}
.client-theme .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.client-theme .carousel-caption.overlay-0, .client-theme .carousel-caption.overlay-25, .client-theme .carousel-caption.overlay-50, .client-theme .carousel-caption.overlay-75, .client-theme .carousel-caption.overlay-100 {
  min-height: initial;
  top: auto;
}
.client-theme .carousel-caption.overlay-horizontal-left100, .client-theme .carousel-caption.overlay-horizontal-left50, .client-theme .carousel-caption.overlay-horizontal-right100, .client-theme .carousel-caption.overlay-horizontal-right50, .client-theme .carousel-caption.overlay-horizontal-middle {
  top: 0;
}
.client-theme .carousel-caption.overlay-horizontal-left100, .client-theme .carousel-caption.overlay-horizontal-left50 {
  text-align: left;
}
.client-theme .carousel-caption.overlay-vertical-middle {
  padding-right: 50px;
  padding-left: 50px;
}
.client-theme .carousel-caption p {
  margin: 0;
}
.client-theme .right-caret {
  position: absolute;
  right: 8px;
  margin-top: 8px;
}
.client-theme .catalog-category .catalog-row,
.client-theme .catalog-list .catalog-row {
  margin-left: -30px;
  margin-right: -30px;
}
.client-theme .catalog-category .catalog-item,
.client-theme .catalog-list .catalog-item {
  padding: 0 30px;
}
.client-theme .catalog-category .catalog-header,
.client-theme .catalog-list .catalog-header {
  margin: 0 15px 60px;
}
.client-theme .catalog-product-list .category-hero-text,
.client-theme .catalog-category .category-hero-text {
  background-color: #7ed0e0;
  color: #ffffff;
}
.client-theme .catalog-product-list .catalog-header {
  margin: 0 15px;
}
.client-theme .catalog-button-group.btn-group {
  width: 100%;
}
.client-theme .catalog-button-group.has-dropdown a.btn-primary {
  width: calc(100% - 42px);
  padding-left: 40px;
}
.client-theme .catalog-button-group.has-dropdown button.btn-primary {
  width: 40px;
  border: 1px solid #b81b0e;
  background-color: #d92011;
}
.client-theme .catalog-button-group.has-dropdown button.btn-primary:hover {
  background-color: #c61d0f;
}
.client-theme .catalog-button-group .dropdown-submenu {
  clear: both;
}
.client-theme .catalog-button-group .dropdown-submenu > a {
  float: left;
  width: calc(100% - 44px);
}
.client-theme .catalog-button-group .dropdown-submenu > button {
  float: right;
  width: 34px;
  border: 1px solid #d9d9d9;
  background-color: #ebebeb;
  margin-right: 4px;
  padding: 4px 8px;
}
.client-theme .catalog-button-group .dropdown-submenu > button:hover {
  background-color: #e0e0e0;
}
.client-theme .catalog-button-group .dropdown-submenu .dropdown-menu {
  position: relative;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding-left: 8px;
  background-color: #f2f2f2;
}
.client-theme .catalog-button-group .dropdown-menu {
  width: auto;
  min-width: 100%;
}
.client-theme .catalog-button-group .dropdown-menu a, .client-theme .catalog-button-group .dropdown-men button {
  clear: both;
}
.client-theme .catalog-button.btn-primary {
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
}
.client-theme .catalog-item {
  margin-bottom: 30px;
  font-size: 14px;
}
.client-theme .catalog-item .image {
  min-height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.client-theme .catalog-item .image a {
  margin: 0;
  padding: 0;
  min-height: 1px;
  display: block;
  width: 100%;
}
.client-theme .catalog-item .img-responsive {
  margin: 0 auto;
}
.client-theme .catalog-item .img-responsive.expand {
  width: 100%;
}
.client-theme .catalog-item .title {
  font-weight: bold;
  margin: 15px 0 5px 0;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .client-theme .catalog-item .title {
    margin-top: 10px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.client-theme .catalog-item .description {
  margin-bottom: 15px;
}
.client-theme .catalog-item.product {
  padding-top: 10px;
  padding-bottom: 10px;
}
.client-theme .catalog-item.product .points-label {
  color: #979797;
  font-style: italic;
  text-transform: uppercase;
}
.client-theme .catalog-item.product .points-value {
  color: #979797;
  font-size: 22px;
  margin-bottom: 15px;
}
.client-theme .catalog-item.product .dropdown {
  position: initial;
}
.client-theme .catalog-item.product button.dropdown-toggle {
  position: relative;
}
.client-theme .catalog-item .item-quantity-group {
  width: 100%;
}
.client-theme .category-nav button {
  text-align: left;
}
.client-theme .category-nav .dropdown-submenu .dropdown-menu {
  position: relative;
  box-shadow: none;
  background-color: #e4e4e4;
  border: none;
  border-radius: 0;
  padding-left: 10px;
}
.client-theme .catalog-list-view > li {
  padding: 10px;
}
.client-theme .catalog-list-view > li.open .dropdown-menu {
  display: block;
}
.client-theme .catalog-list-view > li:nth-child(odd) {
  background-color: #eeeeee;
}
.client-theme .catalog-list-view .title {
  margin: 5px 0 10px 0;
}
.client-theme .catalog-list-view .description {
  margin: 0 0 10px 0;
}
.client-theme .catalog-list-view .points-wrapper {
  float: left;
}
.client-theme .catalog-list-view .points-label {
  color: #979797;
  font-style: italic;
  text-transform: uppercase;
  padding-right: 5px;
}
.client-theme .catalog-list-view .points-value {
  color: #979797;
  padding-right: 20px;
}
.client-theme .catalog-list-view button.dropdown-toggle {
  width: auto;
}
.client-theme .catalog-filter {
  font-size: 14px;
}
.client-theme .catalog-filter .filter-controls .btn.btn-default,
.client-theme .catalog-filter .filter-controls .btn.btn-primary {
  white-space: normal;
}
.client-theme .catalog-filter h2 {
  font-style: italic;
}
.client-theme .catalog-filter h3 {
  font-weight: bold;
}
.client-theme .catalog-filter ul {
  padding-left: 0;
}
.client-theme .catalog-filter .category-nav .dropdown-menu {
  width: 100%;
  padding-left: 15px;
}
.client-theme .catalog-filter .dropdown-menu a {
  width: 100%;
  clear: both;
}
.client-theme .catalog-filter .open > .dropdown-menu {
  width: auto;
}
.client-theme .catalog-filter .dropdown-menu a, .client-theme .catalog-filter .dropdown-men button {
  clear: both;
  display: block;
}
.client-theme .catalog-filter .category-nav {
  width: 100%;
}
.client-theme .catalog-filter .category-nav .btn-primary {
  padding-right: 20px;
  width: 100%;
}
.client-theme .catalog-filter .category-nav .caret {
  position: absolute;
  right: 8px;
  margin-top: 8px;
}
.client-theme .catalog-filter a.dropdown-toggle {
  display: block;
}
.client-theme .catalog-filter a.dropdown-toggle::after {
  width: 40px;
}
.client-theme .catalog-filter .dropdown-submenu a:hover {
  background-color: #cccccc;
}
.client-theme .catalog-product-detail .header h2, .client-theme .catalog-product-detail .breadcrumb, .client-theme .catalog-product-detail .title, .client-theme .catalog-product-detail .points-wrapper {
  display: inline-block;
  height: auto;
}
.client-theme .catalog-product-detail .breadcrumb {
  background-color: transparent;
}
@media screen and (min-width: 767px) {
  .client-theme .catalog-product-detail .breadcrumb {
    margin-left: 30px;
  }
}
.client-theme .catalog-product-detail .breadcrumb > li + li:before {
  color: #000000;
}
.client-theme .catalog-product-detail .title h3 {
  text-transform: uppercase;
  margin-bottom: 0px;
}
.client-theme .catalog-product-detail .points-wrapper {
  background-color: #7ed0e0;
  color: #ffffff;
  padding: 5px 10px;
}
.client-theme .catalog-product-detail .points-wrapper .points-label {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
}
.client-theme .catalog-product-detail .points-wrapper .points-value {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 3px;
}
.client-theme .catalog-product-detail .cart-notification {
  display: none;
  font-size: 0.85em;
}
.client-theme .catalog-product-detail .disclaimer {
  padding: 10px;
}
.client-theme .category-hero {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  min-height: 300px;
}
@media screen and (min-width: 992px) {
  .client-theme .category-hero {
    background-size: cover;
    background-position-y: center;
  }
}
.client-theme .cart-count-indicator {
  background: #ee3425;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 767px) {
  .client-theme .cart-count-indicator {
    right: -10px;
  }
}
.client-theme .cart-item-row {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #979797;
}
.client-theme .cart-item-row .product-title {
  font-weight: bold;
  text-transform: uppercase;
}
.client-theme .cart-item-row .quantity-title {
  font-size: 12px;
  text-transform: uppercase;
}
.client-theme .cart-item-row .attribute-row {
  margin-top: 5px;
}
.client-theme .cart-item-row .attribute-row .title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
}
.client-theme .cart-item-row .attribute-row .attributevalue {
  font-size: 12px;
  overflow: hidden;
  width: 100%;
}
.client-theme .cart-item-row .postordermessage-row {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.client-theme .cart-item-row .points-label {
  font-style: italic;
  font-size: 12px;
  padding: 0px;
  margin-left: 0px;
  display: inline;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .client-theme .cart-item-row .cart-item-pricing {
    margin-top: 20px;
  }
}
.client-theme .cart-item-row .subtotal {
  font-weight: bold;
  font-size: 12px;
}
.client-theme .cart-item-row .unit-price {
  text-align: right;
}
.client-theme .cart-item-row .remove-shopping-cart-item {
  font-size: 12px;
  text-transform: uppercase;
}
.client-theme .shoppingcart-participant-info {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .client-theme .shoppingcart-participant-info {
    padding-top: 10px;
    border-top: 1px solid #979797;
  }
}
.client-theme .shoppingcart-participant-info dl {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .client-theme .shoppingcart-participant-info dl dd, .client-theme .shoppingcart-participant-info dl dt {
    float: none;
    width: 100%;
    text-align: left;
  }
  .client-theme .shoppingcart-participant-info dl dd {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .shoppingcart-participant-info dl.sub-totals dt {
    font-weight: normal;
  }
  .client-theme .shoppingcart-participant-info dl dt {
    text-align: left;
    width: 60%;
  }
  .client-theme .shoppingcart-participant-info dl dd {
    margin-left: 60%;
    text-align: right;
  }
}
.client-theme .shoppingcart-participant-info .summary {
  font-weight: bold;
  font-size: 14px;
}
.client-theme .shoppingcart-participant-info .points-needed {
  text-align: center;
  font-style: italic;
  color: red;
}
.client-theme .shoppingcart-participant-info .total-points-row {
  border-top: 1px solid #979797;
  font-weight: bold;
  font-size: 12px;
}
.client-theme .shoppingcart-participant-info .total-points-row .negative {
  color: red;
}
.client-theme .shoppingcart-checkout-row {
  margin-top: 10px;
  padding: 0px;
}
.client-theme .shoppingcart-checkout-row .btn-submitorder {
  margin-bottom: 10px;
}
.client-theme .shoppingcart-notiemsincart {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: red;
}
.client-theme .checkout-container .checkout-checkout-row {
  margin: 15px 0;
  padding-right: 0;
}
.client-theme .checkout-container .checkout-checkout-row .btn-checkout {
  margin-bottom: 10px;
}
.client-theme .checkout-container .checkout-checkout-row .btn-submitorder {
  margin-bottom: 10px;
}
.client-theme .checkout-container .btn-addnewaddress {
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .checkout-container .checkout-item-row {
  border-top: 1px solid #979797;
}
.client-theme .checkout-container .checkout-item-row img {
  margin-bottom: 15px;
}
.client-theme .checkout-container .checkout-item-row > div {
  padding-left: 0;
  padding-right: 0;
}
.client-theme .checkout-container .checkout-item-row .product-title h4 {
  text-transform: uppercase;
  overflow: hidden;
}
.client-theme .checkout-container .checkout-item-row .quantity {
  font-size: 14px;
}
.client-theme .checkout-container .checkout-item-row .quantity .quantity-title {
  font-weight: 700;
  overflow: hidden;
}
.client-theme .checkout-container .checkout-item-row .attribute-row {
  margin-top: 5px;
}
.client-theme .checkout-container .checkout-item-row .attribute-row .title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
}
.client-theme .checkout-container .checkout-item-row .attribute-row .attributevalue {
  font-size: 12px;
  overflow: hidden;
  width: 100%;
}
.client-theme .checkout-container .checkout-item-row .points {
  font-size: 14px;
}
.client-theme .checkout-container .checkout-item-row .points .points-label {
  font-style: italic;
  font-weight: 700;
}
.client-theme .checkout-container .checkout-item-row .subtotal {
  font-size: 14px;
}
.client-theme .checkout-container .checkout-item-row .subtotal .subtotal-title {
  font-weight: 700;
  overflow: hidden;
}
.client-theme .checkout-container .checkout-item-row .remove-shopping-cart-item .btn {
  padding: 0px;
}
.client-theme .checkout-container .checkout-confirmationnotes {
  font-size: 12px;
}
.client-theme .checkout-container .checkout-orderinfo {
  font-weight: bold;
}
.client-theme .checkout-address-modal {
  width: 90%;
}
@media screen and (min-width: 767px) {
  .client-theme .checkout-address-modal {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .checkout-address-modal {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme .checkout-address-modal {
    width: 50%;
  }
}
.client-theme .orderdetail-container .ordernumber-title {
  border-bottom: 1px solid #979797;
}
.client-theme .orderdetail-container .orderdetail-summary-container {
  border-top: 1px solid #979797;
}
.client-theme .orderdetail-container .orderdetail-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.client-theme .orderdetail-container .orderdetail-item-row {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #979797;
}
.client-theme .orderdetail-container .orderdetail-item-row .product-title {
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.client-theme .orderdetail-container .orderdetail-item-row .quantity-title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
}
.client-theme .orderdetail-container .orderdetail-item-row .quantitytext {
  border: none;
  display: block;
  font-size: 12px;
  padding-left: 10px;
}
.client-theme .orderdetail-container .orderdetail-item-row .attribute-row {
  margin-top: 5px;
}
.client-theme .orderdetail-container .orderdetail-item-row .attribute-row .title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
}
.client-theme .orderdetail-container .orderdetail-item-row .attribute-row .attributevalue {
  font-size: 12px;
  overflow: hidden;
  width: 100%;
}
.client-theme .orderdetail-container .orderdetail-item-row .points-label {
  font-style: italic;
  font-size: 10px;
  padding: 0px;
  margin-left: 0px;
  display: inline;
  text-align: right;
}
.client-theme .orderdetail-container .orderdetail-item-row .subtotal {
  width: auto;
  font-weight: bold;
  font-size: 12px;
}
.client-theme .orderdetail-container .orderdetail-item-row .subtotal .subtotal-title {
  padding: 0px;
  overflow: hidden;
}
.client-theme .orderdetail-container .orderdetail-item-row .subtotal .subtotal-price {
  text-align: center;
  padding-left: 0px;
}
.client-theme .checkout-address-modal {
  width: 90%;
}
@media screen and (min-width: 767px) {
  .client-theme .checkout-address-modal {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .checkout-address-modal {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme .checkout-address-modal {
    width: 40%;
  }
}
.client-theme .common-field {
  border: 2px solid #29556b;
}
.client-theme .field-counter {
  font-size: 16px;
}
.client-theme .catalog-image-placeholder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.client-theme .catalog-filter ul.results-filter {
  padding-left: 10px;
  list-style-type: none;
}
.client-theme .catalog-filter ul.results-filter > li > ul {
  max-height: 200px;
  overflow-y: auto;
}
.client-theme .catalog-filter ul.results-filter ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 20px;
}
.client-theme .revert-button {
  padding: 8px 12px 2px;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.client-theme a.product-tile-overlay,
.client-theme button.product-tile-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: block;
}
.client-theme button.product-tile-overlay {
  background-color: transparent;
  border: none;
}
.client-theme a.product-tile-overlay:hover,
.client-theme a.product-tile-overlay.hover,
.client-theme button.product-tile-overlay:hover,
.client-theme button.product-tile-overlay.hover,
.client-theme a.product-tile-overlay:active,
.client-theme button.product-tile-overlay:active,
.client-theme a.product-tile-overlay:focus,
.client-theme button.product-tile-overlay:focus {
  outline: 5px auto #041d31;
  outline-offset: -2px;
}
.client-theme .product-list-no-border a.product-tile-overlay:hover,
.client-theme .product-list-no-border a.product-tile-overlay.hover,
.client-theme .product-list-no-border button.product-tile-overlay:hover,
.client-theme .product-list-no-border button.product-tile-overlay.hover,
.client-theme .product-list-no-border a.product-tile-overlay:active,
.client-theme .product-list-no-border button.product-tile-overlay:active,
.client-theme .product-list-no-border a.product-tile-overlay:focus,
.client-theme .product-list-no-border button.product-tile-overlay:focus {
  outline: none;
}
.client-theme .contact-list-manager-table thead {
  font-size: 13px;
}
.client-theme .contact-list-manager-table tbody {
  font-size: 13px;
}
.client-theme .contact-list-controls {
  width: 125px;
  text-align: right;
}
.client-theme .contact-list-controls .btn.btn-link {
  padding: 5px;
}
.client-theme .widget.content-list .filter-header {
  padding-top: 0;
  padding-left: 0;
}
.client-theme .widget.content-list h2 {
  display: inline-block;
  margin: 0;
}
.client-theme .widget.content-list .filter-text {
  font-size: 16px;
  line-height: 20px;
}
.client-theme .widget.content-list .row .list-item {
  /*&::after {
      content: ' ';
      border-bottom: solid 1px #858585;
      height: 1px;
      margin: 0 0 0 15px;
      width: 100%;
  }*/
}
.client-theme .widget.content-list .row .list-item hr {
  margin: 0;
}
.client-theme .widget.content-list .row .list-item a.title:hover {
  text-decoration: none;
}
.client-theme .widget.content-list .row .list-item div.publish-date {
  font-size: 15px;
  line-height: 18px;
  margin: 10px 0 6px 0;
}
.client-theme .widget.content-list .row .list-item .info {
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.client-theme .widget.content-list .btn-view-more {
  margin-top: 26px;
}
.client-theme .widget.content-list h3 {
  margin: 0 0 0px 0;
}
.client-theme .widget.content-list p.description {
  margin: 5px 0 0 0;
}
.client-theme .content-list-view .list-item .checkmark {
  color: green;
}
.client-theme .widget-contentlist-applied-filters button {
  margin: 0px 10px 10px 0px;
  padding: 6px;
}
.client-theme .widget-contentlist-applied-filters button span.glyphicon {
  font-size: 0.8em;
}
.client-theme .content-list-creator .filter-header {
  background-color: #000000;
  color: #ffffff;
}
.client-theme .filter-drop-down {
  background: #FFFFFF;
  padding: 10px 0 35px 0;
  position: absolute;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  width: 90%;
  left: 0px;
  margin-top: 10px;
  margin-left: 5%;
}
.client-theme .filter-facet-apply {
  margin-top: 20px;
  width: 100%;
}
.client-theme .filter-close {
  border: none;
  height: 30px;
  width: 30px;
}
.client-theme .filter-facet-indicator {
  width: 14px;
}
.client-theme .filter-facet {
  white-space: normal !important;
  word-wrap: break-word;
  text-align: left;
}
.client-theme .filter-facet.disabled, .client-theme .filter-facet.disabled:hover, .client-theme .filter-facet.disabled:focus {
  background: inherit;
  color: #808080;
}
.client-theme .table.uploaded-files-table td {
  vertical-align: middle;
}
.client-theme .tile.empty-tile {
  background-color: #979797;
}
.client-theme .tile-small, .client-theme .tile-medium {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  position: relative;
}
.client-theme .tile-small .completed, .client-theme .tile-medium .completed {
  border-bottom: 50px solid transparent;
  border-right: 50px solid green;
  height: 0;
  opacity: 0.95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 0;
}
.client-theme .tile-small .checkmark, .client-theme .tile-medium .checkmark {
  color: #fff;
  padding: 9px 7px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.client-theme .col-md-3 .tile {
  height: 200px;
  width: 260px;
}
.client-theme .col-md-4 .tile, .client-theme .tile-medium {
  height: 300px;
  max-width: 370px;
  width: 100%;
  margin: 15px auto;
}
.client-theme .tile-contenttype {
  font-size: 0.8em;
  margin-bottom: 2px;
  color: #7ed0e0;
}
.client-theme .tile-caption {
  font-size: 0.9em;
}
.client-theme .content-list-side-filter li label {
  font-size: 12px;
  line-height: 20px;
}
.client-theme .content-list-side-filter .side-filter-section-header {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: left;
  padding: 4px 0;
  border-bottom: 1px solid #ee3425;
  color: #5c5c5c;
  white-space: normal;
}
.client-theme .content-list-side-filter .side-filter-section-header:focus, .client-theme .content-list-side-filter .side-filter-section-header:active, .client-theme .content-list-side-filter .side-filter-section-header:hover {
  outline: none;
}
.client-theme .content-list-side-filter .side-filter-section-header span.glyphicon {
  font-size: 12px;
}
.client-theme .content-list-top-filter li input[type=checkbox] {
  display: none;
}
.client-theme .content-list-top-filter li label {
  color: #569bbe;
  font-size: 14px;
}
.client-theme .content-list-top-filter li label:hover, .client-theme .content-list-top-filter li label:focus, .client-theme .content-list-top-filter li label:active {
  text-decoration: underline;
}
.client-theme .content-list-result {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  padding-top: 15px;
}
.client-theme .content-list-result:first-of-type {
  border-top: 1px solid #eeeeee;
}
.client-theme .content-list-result .glyphicon-ok {
  color: #3c763d;
}
.client-theme .content-list .filter-description {
  padding-bottom: 15px;
}
.client-theme table.content-list-table-view {
  font-size: 15px;
}
.client-theme .widget-copycontent .clipboard-copy-content {
  border: 1px solid #ddd;
  padding: 15px;
}
.client-theme .widget-copycontent .clipboard-copy-inner-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.client-theme .widget-copycontent .clipboard-copy-button {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.client-theme .incentive-section-header {
  font-size: 20px;
}
.client-theme .cruise-incentive-email-note {
  font-size: 14px;
  font-style: italic;
}
.client-theme .participant-company-address-container {
  cursor: pointer;
}
.client-theme .icon-input-btn {
  display: inline-block;
  position: relative;
}
.client-theme .icon-input-btn button {
  padding-left: 2em;
}
.client-theme .icon-input-btn .glyphicon {
  display: inline-block;
  position: absolute;
  left: 0.65em;
  top: 30%;
}
.client-theme .dso-mid-level-wrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .client-theme .dso-modal {
    min-width: 60%;
  }
}
.client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
  width: 200px;
}
@media screen and (min-width: 767px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 500px;
  }
}
.client-theme .widget-entitlement-img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.client-theme .widget-entitlement-img.active {
  z-index: 3;
  height: 110px;
  width: 110px;
}
.client-theme .widget-entitlement-a {
  position: relative;
  box-sizing: border-box;
  min-height: 210px;
}
@media screen and (min-width: 992px) {
  .client-theme .widget-entitlement-a {
    min-height: 230px;
  }
}
.client-theme .widget-entitlement-info {
  position: absolute;
  left: 0;
  top: -15px;
  padding: 20px;
  border: 1px solid black;
  background-color: white;
  z-index: 2;
  box-shadow: 5px 5px 3px #5a5a5a;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-entitlement-info {
    width: 300px;
  }
}
.client-theme .widget-entitlement-info h3 {
  margin-top: 20px;
}
.client-theme .widget-entitlement-info .widget-entitlement-default-cursor {
  cursor: default;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-entitlement-wrapper div:nth-child(3n+3) .widget-entitlement-info {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .widget-entitlement-wrapper div:nth-child(3n+3) .widget-entitlement-info {
    right: auto;
    left: 0;
  }
  .client-theme .widget-entitlement-wrapper div:nth-child(6n+6) .widget-entitlement-info {
    right: 0;
    left: auto;
  }
}
.client-theme .widget-entitlement-info .close {
  margin-top: -15px;
  margin-right: -15px;
}
.client-theme .widget-entitlement-info-text {
  width: 80%;
  margin: 0 auto;
}
.client-theme .entitlement-notification-image {
  max-width: 420px;
  max-height: 420px;
}
.client-theme .external-content-iframe {
  margin: 0 auto;
  display: block;
  border: none;
}
.client-theme .featured-item-link-button {
  white-space: normal;
}
.client-theme .edit-widget input, .client-theme .edit-widget textarea {
  display: block;
}
.client-theme footer {
  overflow: auto;
}
.client-theme footer a, .client-theme footer a:hover, .client-theme footer a:active, .client-theme footer a:focus {
  color: #ffffff;
}
.client-theme footer div[class*=" col-"] {
  padding: 20px 0 0 0;
}
.client-theme .social-links {
  text-align: center;
}
.client-theme .widget {
  padding: 30px 0;
}
.client-theme .widget-quiz-wrapper {
  background: #ddd;
}
.client-theme .widget-content-summary-container {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-content-summary-container {
    display: table;
  }
}
.client-theme .widget-content-summary-inner-box-container {
  display: inline-block;
  margin: 0 auto;
}
.client-theme .widget-content-summary-inner-box-container div {
  border-bottom: 1px solid #979797;
}
.client-theme .widget-content-summary-inner-box-container.with-title div:first-child {
  border-top: 1px solid #979797;
}
.client-theme .widget-content-summary-inner-box-container div:last-child {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-content-summary-inner-box-container {
    display: table;
    float: left;
  }
  .client-theme .widget-content-summary-inner-box-container.with-title {
    float: right;
  }
  .client-theme .widget-content-summary-inner-box-container.with-title div:first-child {
    border-top: none;
  }
  .client-theme .widget-content-summary-inner-box-container div {
    border-right: 1px solid #979797;
    border-bottom: none;
  }
  .client-theme .widget-content-summary-inner-box-container div:last-child {
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .widget-content-summary-box-container {
    display: table-cell;
  }
}
.client-theme .widget-contentsummary {
  font-style: italic;
  /*margin-left: 40px;
  padding: 0 15px;*/
}
.client-theme .widget-contentsummary h1 {
  font-style: normal;
}
.client-theme .widget-contentsummary-title {
  padding: 15px 0;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-contentsummary-title {
    display: table-cell;
    text-align: left;
    padding: 5px 0;
    vertical-align: middle;
    width: auto;
    margin: 0;
    border-bottom: none;
  }
}
.client-theme .widget-contentsummary-box {
  padding: 20px 15px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-contentsummary-box {
    padding: 5px 15px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
.client-theme .widget-contentsummary-text {
  font-size: 1.3em;
}
.client-theme .marker {
  background-color: yellow;
}
.client-theme .text-left-img,
.client-theme .text-right-img {
  max-width: 50%;
  display: block;
}
.client-theme .overlay-0 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  background-color: rgba(0, 0, 0, 0) !important;
}
.client-theme .overlay-0.overlay-color-white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.client-theme .overlay-25 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.client-theme .overlay-25.overlay-color-white {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.client-theme .overlay-50 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.client-theme .overlay-50.overlay-color-white {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.client-theme .overlay-75 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;*/
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.client-theme .overlay-75.overlay-color-white {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.client-theme .overlay-100 {
  position: absolute;
  min-height: 100%;
  top: 0;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;*/
  background-color: #000000 !important;
}
.client-theme .overlay-100.overlay-color-white {
  background-color: rgb(255, 255, 255) !important;
}
.client-theme .widget.row .container .row p:empty:before {
  content: " ";
}
.client-theme .progress-wrapper {
  background-color: #e7e7e7;
  border: solid 1px #bfbfbf;
  border-radius: 5px;
  min-height: 25px;
}
.client-theme .progress-wrapper .progress-indicator {
  background-color: #c7c7c7;
  font-weight: bold;
  line-height: 25px;
  width: 0;
}
.client-theme .widget.widget-hero {
  padding: 0;
}
.client-theme .widget.widget-hero .image {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 330px;
}
.client-theme .widget.widget-hero-textLeft, .client-theme .widget.widget-hero-textRight, .client-theme .widget.widget-hero-text {
  padding: 0px;
}
.client-theme .widget.widget-hero-img, .client-theme .widget.widget-hero-textLeft, .client-theme .widget.widget-hero-textRight, .client-theme .widget.widget-hero-text {
  width: 100%;
  position: relative;
}
.client-theme .overlay-text {
  padding: 15px;
}
.client-theme .actual-image {
  min-width: 100%;
  min-height: 100%;
}
.client-theme .overlay-0,
.client-theme .overlay-25,
.client-theme .overlay-50,
.client-theme .overlay-75,
.client-theme .overlay-horizontal-left100,
.client-theme .overlay-horizontal-left50,
.client-theme .overlay-horizontal-right100,
.client-theme .overlay-horizontal-right50,
.client-theme .overlay-horizontal-right,
.client-theme .overlay-horizontal-middle {
  display: flex;
  color: #fff;
  padding: 25px 0 5px;
  min-height: 330px;
}
.client-theme .overlay-0 div, .client-theme .overlay-0 p, .client-theme .overlay-0 h1, .client-theme .overlay-0 h2, .client-theme .overlay-0 h3, .client-theme .overlay-0 h4, .client-theme .overlay-0 h5, .client-theme .overlay-0 h6, .client-theme .overlay-0 span,
.client-theme .overlay-25 div,
.client-theme .overlay-25 p,
.client-theme .overlay-25 h1,
.client-theme .overlay-25 h2,
.client-theme .overlay-25 h3,
.client-theme .overlay-25 h4,
.client-theme .overlay-25 h5,
.client-theme .overlay-25 h6,
.client-theme .overlay-25 span,
.client-theme .overlay-50 div,
.client-theme .overlay-50 p,
.client-theme .overlay-50 h1,
.client-theme .overlay-50 h2,
.client-theme .overlay-50 h3,
.client-theme .overlay-50 h4,
.client-theme .overlay-50 h5,
.client-theme .overlay-50 h6,
.client-theme .overlay-50 span,
.client-theme .overlay-75 div,
.client-theme .overlay-75 p,
.client-theme .overlay-75 h1,
.client-theme .overlay-75 h2,
.client-theme .overlay-75 h3,
.client-theme .overlay-75 h4,
.client-theme .overlay-75 h5,
.client-theme .overlay-75 h6,
.client-theme .overlay-75 span,
.client-theme .overlay-horizontal-left100 div,
.client-theme .overlay-horizontal-left100 p,
.client-theme .overlay-horizontal-left100 h1,
.client-theme .overlay-horizontal-left100 h2,
.client-theme .overlay-horizontal-left100 h3,
.client-theme .overlay-horizontal-left100 h4,
.client-theme .overlay-horizontal-left100 h5,
.client-theme .overlay-horizontal-left100 h6,
.client-theme .overlay-horizontal-left100 span,
.client-theme .overlay-horizontal-left50 div,
.client-theme .overlay-horizontal-left50 p,
.client-theme .overlay-horizontal-left50 h1,
.client-theme .overlay-horizontal-left50 h2,
.client-theme .overlay-horizontal-left50 h3,
.client-theme .overlay-horizontal-left50 h4,
.client-theme .overlay-horizontal-left50 h5,
.client-theme .overlay-horizontal-left50 h6,
.client-theme .overlay-horizontal-left50 span,
.client-theme .overlay-horizontal-right100 div,
.client-theme .overlay-horizontal-right100 p,
.client-theme .overlay-horizontal-right100 h1,
.client-theme .overlay-horizontal-right100 h2,
.client-theme .overlay-horizontal-right100 h3,
.client-theme .overlay-horizontal-right100 h4,
.client-theme .overlay-horizontal-right100 h5,
.client-theme .overlay-horizontal-right100 h6,
.client-theme .overlay-horizontal-right100 span,
.client-theme .overlay-horizontal-right50 div,
.client-theme .overlay-horizontal-right50 p,
.client-theme .overlay-horizontal-right50 h1,
.client-theme .overlay-horizontal-right50 h2,
.client-theme .overlay-horizontal-right50 h3,
.client-theme .overlay-horizontal-right50 h4,
.client-theme .overlay-horizontal-right50 h5,
.client-theme .overlay-horizontal-right50 h6,
.client-theme .overlay-horizontal-right50 span,
.client-theme .overlay-horizontal-right div,
.client-theme .overlay-horizontal-right p,
.client-theme .overlay-horizontal-right h1,
.client-theme .overlay-horizontal-right h2,
.client-theme .overlay-horizontal-right h3,
.client-theme .overlay-horizontal-right h4,
.client-theme .overlay-horizontal-right h5,
.client-theme .overlay-horizontal-right h6,
.client-theme .overlay-horizontal-right span,
.client-theme .overlay-horizontal-middle div,
.client-theme .overlay-horizontal-middle p,
.client-theme .overlay-horizontal-middle h1,
.client-theme .overlay-horizontal-middle h2,
.client-theme .overlay-horizontal-middle h3,
.client-theme .overlay-horizontal-middle h4,
.client-theme .overlay-horizontal-middle h5,
.client-theme .overlay-horizontal-middle h6,
.client-theme .overlay-horizontal-middle span {
  width: 100%;
}
.client-theme .overlay-vertical-top > .overlay-text {
  align-self: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
.client-theme .overlay-vertical-middle > .overlay-text {
  align-self: center;
}
.client-theme .overlay-vertical-bottom > .overlay-text {
  align-self: flex-end;
  padding-bottom: 0;
  padding-top: 0;
}
.client-theme .overlay-horizontal-left50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .client-theme .overlay-horizontal-left50 {
    width: 100%;
  }
}
.client-theme .overlay-horizontal-right50 {
  width: 50%;
  margin-left: 50%;
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .client-theme .overlay-horizontal-right50 {
    width: 100%;
    margin-left: 0;
  }
}
.client-theme .overlay-horizontal-middle {
  text-align: center;
  width: 100%;
}
.client-theme .overlay-horizontal-right100 {
  text-align: right !important;
}
.client-theme .overlay-horizontal-left100 {
  text-align: left !important;
}
.client-theme .hero-text-left-img,
.client-theme .hero-text-right-img {
  width: 100%;
}
.client-theme .heroImage {
  visibility: hidden;
}
.client-theme .heroImageContainer {
  position: absolute;
}
.client-theme .widget-image .caption {
  padding-top: 30px;
}
.client-theme .widget-image .caption p:last-child {
  margin: 0;
}
.client-theme .widget-image .caption p {
  width: 100%;
}
.client-theme .widget-image.widget-image-textleft .media img {
  margin: 0 0 30px 30px;
}
.client-theme .widget-image.widget-image-textright .media img {
  margin: 0 30px 30px 0;
}
@media screen and (max-width: 1023px) {
  .client-theme .widget-image[data-display-mode="4Across"] .image-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .client-theme .widget-image[data-display-mode="2Across"] .image-wrap, .client-theme .widget-image[data-display-mode="3Across"] .image-wrap {
    margin-top: 30px;
  }
}
.client-theme div.image-container {
  text-align: center;
  width: 50%;
}
.client-theme div.image-container.icontainer {
  width: 100%;
  text-align: center;
}
.client-theme div.image-container .widget-image {
  /* IMPORTANT STUFF */
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* SOME CUSTOM STYLING */
  width: 100% !important;
  padding: 10px;
  text-align: center;
}
.client-theme .widget-image input.file-imageupload {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 500px;
  z-index: 2;
  opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0; /* Safari 1.x */
  -moz-opacity: 0; /* FF lt 1.5, Netscape */
}
.client-theme .overlay-link {
  cursor: pointer;
}
.client-theme .widget.widget-image.four-image-width .container > .row {
  padding-left: 37%;
  padding-right: 37%;
}
.client-theme .widget.widget-image.four-image-width[data-display-mode="3Across"] .container > .row {
  padding-left: 12%;
  padding-right: 12%;
}
.client-theme .widget.widget-image.four-image-width[data-display-mode="2Across"] .container > .row {
  padding-left: 25%;
  padding-right: 25%;
}
.client-theme .widget.widget-image.four-image-width[data-display-mode="4Across"] .container > .row {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .client-theme .widget-image-textleft-text, .client-theme .widget-image-textright-text {
    margin-top: 30px;
  }
}
.client-theme .widget-image-textleft ol, .client-theme .widget-image-textleft ul, .client-theme .widget-image-textright ol, .client-theme .widget-image-textright ul {
  overflow: hidden;
}
.client-theme .widget-image-textleft .image-text-content-wrapper, .client-theme .widget-image-textright .image-text-content-wrapper {
  float: none;
}
.client-theme .credentials-wrapper {
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 45px;
  margin-top: 50px;
}
.client-theme #widget-mymessages {
  /* @font-face {
      font-family: 'Glyphicons Halflings';
      src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
      src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  } */
}
.client-theme #widget-mymessages .user-profile {
  text-align: center;
  line-height: 1.2em;
  padding-top: 10px;
}
.client-theme #widget-mymessages .user-profile .user-profile-name {
  color: #4183be;
  font-size: 12px;
}
.client-theme #widget-mymessages .user-profile .user-profile-school {
  font-size: 10px;
}
.client-theme #widget-mymessages .user-profile .badge {
  padding: 5px 10px;
  border-radius: 0;
  margin-right: 10px;
  position: relative;
  top: -5px;
  background-color: #4184bf;
}
.client-theme #widget-mymessages .user-profile .badge:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #4184bf;
  border-width: 5px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .user-profile {
    text-align: right;
  }
}
.client-theme #widget-mymessages button.btn.btn-primary.dropdown-toggle {
  padding: 0px;
  margin-top: -5px;
}
.client-theme #widget-mymessages .my-messages-custom-select-trigger {
  color: #337ab7;
  position: relative;
  display: block;
  cursor: pointer;
}
.client-theme #widget-mymessages .my-messages-custom-option.selection:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 12px;
  left: -10px;
}
.client-theme #widget-mymessages .somethingwild {
  color: #ffffff;
  padding: 10px;
}
@media (min-width: 1351px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 60%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 1350px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 65%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 70%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 80%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 90%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 100%;
    color: #ffffff;
    padding: 10px;
  }
}
.client-theme #widget-mymessages rand {
  color: #fff;
}
.client-theme #widget-mymessages .page-section {
  margin-bottom: 0;
}
.client-theme #widget-mymessages .page-section p {
  font-size: 20px;
  margin: 0;
}
.client-theme #widget-mymessages .page-titlebar {
  padding: 15px 0;
  position: relative;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .page-section {
    float: left;
    margin-bottom: 0;
  }
}
.client-theme #widget-mymessages .section {
  margin: 10px 0;
}
.client-theme #widget-mymessages .first-section {
  margin: 10px 0 10px 0;
}
.client-theme #widget-mymessages .masthead-container2-messages {
  min-height: 180px;
  background-color: #c2c2c2;
  font-family: Arial, sans-serif;
  font-weight: 200;
  background-image: url("/assets/images/banner-my-messages.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.client-theme #widget-mymessages .masthead-content2 {
  padding: 5px;
}
.client-theme #widget-mymessages .table {
  border-collapse: collapse !important;
}
.client-theme #widget-mymessages .table td, .client-theme #widget-mymessages .table th {
  background-color: #fff !important;
}
.client-theme #widget-mymessages .table-bordered th, .client-theme #widget-mymessages .table-bordered td {
  border: 1px solid #ddd !important;
}
.client-theme #widget-mymessages input, .client-theme #widget-mymessages button, .client-theme #widget-mymessages select, .client-theme #widget-mymessages textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.client-theme #widget-mymessages a {
  color: #337ab7;
  text-decoration: none;
}
.client-theme #widget-mymessages a:hover, .client-theme #widget-mymessages a:focus {
  color: #23527c;
  text-decoration: underline;
}
.client-theme #widget-mymessages a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.client-theme #widget-mymessages figure {
  margin: 0;
}
.client-theme #widget-mymessages .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.client-theme #widget-mymessages .dropup, .client-theme #widget-mymessages .dropdown {
  position: relative;
}
.client-theme #widget-mymessages .dropdown-toggle:focus {
  outline: 0;
}
.client-theme #widget-mymessages .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.client-theme #widget-mymessages .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.client-theme #widget-mymessages .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.client-theme #widget-mymessages .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 100;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.client-theme #widget-mymessages .dropdown-menu > li > a:hover, .client-theme #widget-mymessages .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.client-theme #widget-mymessages .dropdown-menu > .active > a, .client-theme #widget-mymessages .dropdown-menu > .active > a:hover, .client-theme #widget-mymessages .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.client-theme #widget-mymessages .dropdown-menu > .disabled > a, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:hover, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.client-theme #widget-mymessages .dropdown-menu > .disabled > a:hover, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.client-theme #widget-mymessages .open > .dropdown-menu {
  display: block;
}
.client-theme #widget-mymessages .open > a {
  outline: 0;
}
.client-theme #widget-mymessages .dropdown-menu-right {
  left: auto;
  right: 0;
}
.client-theme #widget-mymessages .dropdown-menu-left {
  left: 0;
  right: auto;
}
.client-theme #widget-mymessages .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}
.client-theme #widget-mymessages .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.client-theme #widget-mymessages .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.client-theme #widget-mymessages .close:hover, .client-theme #widget-mymessages .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme #widget-mymessages button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.client-theme #widget-mymessages .modal-open {
  overflow: hidden;
}
.client-theme #widget-mymessages .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.client-theme #widget-mymessages .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.client-theme #widget-mymessages .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.client-theme #widget-mymessages .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.client-theme #widget-mymessages .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.client-theme #widget-mymessages .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  max-height: calc(100vh - 125px);
  overflow: auto;
}
.client-theme #widget-mymessages .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.client-theme #widget-mymessages .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.client-theme #widget-mymessages .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme #widget-mymessages .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}
.client-theme #widget-mymessages .modal-header .close {
  margin-top: -2px;
}
.client-theme #widget-mymessages .modal-title {
  margin: 0;
  line-height: 1.42857;
}
.client-theme #widget-mymessages .modal-body {
  position: relative;
  padding: 15px;
}
.client-theme #widget-mymessages .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.client-theme #widget-mymessages .modal-footer:before, .client-theme #widget-mymessages .modal-footer:after {
  content: " ";
  display: table;
}
.client-theme #widget-mymessages .modal-footer:after {
  clear: both;
}
.client-theme #widget-mymessages .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.client-theme #widget-mymessages .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.client-theme #widget-mymessages .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.client-theme #widget-mymessages .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .client-theme #widget-mymessages .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .client-theme #widget-mymessages .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .modal-lg {
    width: 900px;
  }
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-light-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-light-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-light-webfont.svg#knowledgelight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.svg#knowledgelightitalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-light-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-light-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-light-webfont.svg#knowledgelight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.svg#knowledgelightitalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-medium-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-medium-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-medium-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-medium-webfont.svg#knowledgemedium") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.svg#knowledgemediumitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-bold-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-bold-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-bold-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-bold-webfont.svg#knowledgebold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.svg#knowledgebolditalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "knowledgeblack";
  src: url("/assets/fonts/westlaw/knowledge-black-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-black-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-black-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-black-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-black-webfont.svg#knowledgeblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "knowledgeblackitalic";
  src: url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.svg#knowledgeblackitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "westlaw";
  src: url("/assets/fonts/westlaw/westlaw.eot?-pt867n");
  src: url("/assets/fonts/westlaw/westlaw.eot?#iefix-pt867n") format("embedded-opentype"), url("/assets/fonts/westlaw/westlaw.woff?-pt867n") format("woff"), url("/assets/fonts/westlaw/westlaw.ttf?-pt867n") format("truetype"), url("/assets/fonts/westlaw/westlaw.svg?-pt867n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.client-theme #widget-mymessages [class^=icon-], .client-theme #widget-mymessages [class*=" icon-"] {
  font-family: "westlaw";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "practice-interests";
  src: url("/assets/fonts/westlaw/practice-interests.eot?-9j1g1b");
  src: url("/assets/fonts/westlaw/practice-interests.eot?#iefix-9j1g1b") format("embedded-opentype"), url("/assets/fonts/westlaw/practice-interests.ttf?-9j1g1b") format("truetype"), url("/assets/fonts/westlaw/practice-interests.woff?-9j1g1b") format("woff"), url("/assets/fonts/westlaw/practice-interests.svg?-9j1g1b#practice-interests") format("svg");
  font-weight: normal;
  font-style: normal;
}
.client-theme #widget-mymessages [class^=interest-], .client-theme #widget-mymessages [class*=" interest-"] {
  font-family: "practice-interests";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.client-theme #widget-mymessages .masthead-container {
  background-color: #c2c2c2;
}
.client-theme #widget-mymessages .masthead-container .masthead-content {
  padding: 20px 20px 20px;
  color: #fff;
  line-height: 27px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    padding: 0 20px 20px;
  }
}
.client-theme #widget-mymessages .masthead-container .btn {
  display: block;
}
.client-theme #widget-mymessages .banner .overlay {
  width: 100%;
  height: 100%;
  position: initial;
  top: 0;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .banner .overlay {
    position: absolute;
  }
}
.client-theme #widget-mymessages .banner.welcome .overlay {
  background-color: #000;
  opacity: 0.5;
}
.client-theme #widget-mymessages .banner.default .overlay {
  background-color: #000;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=1);
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .masthead-container {
    background-color: transparent;
    position: relative;
  }
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
  }
  .client-theme #widget-mymessages .masthead-container .masthead-content.text-light {
    color: #fff;
  }
  .client-theme #widget-mymessages .masthead-container .btn {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .client-theme #widget-mymessages .masthead-container.startHere .masthead-content {
    top: 90px;
  }
}
.client-theme #widget-mymessages .modal.my-practice-interests .modal-dialog {
  margin-top: 165px;
}
.client-theme #widget-mymessages table.standard {
  background-color: #edeff0;
}
.client-theme #widget-mymessages table.standard th {
  color: #337ab7;
}
.client-theme #widget-mymessages h1, .client-theme #widget-mymessages h2, .client-theme #widget-mymessages h3, .client-theme #widget-mymessages h4, .client-theme #widget-mymessages h5, .client-theme #widget-mymessages h6 {
  font-style: normal;
  font-family: "knowledge", Arial, sans-serif;
  font-weight: 100;
}
.client-theme #widget-mymessages h1.page-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 200;
  text-transform: capitalize;
  margin: 0;
}
.client-theme #widget-mymessages h2.section-title {
  font-size: 32px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .user-profile {
    text-align: right;
  }
}
.client-theme #widget-mymessages .note {
  color: #fff;
  background-color: #6dc3eb;
  padding: 15px;
}
.client-theme #widget-mymessages .section-progress {
  background-color: #ececec;
  padding: 0 17px 10px;
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .section-progress {
    padding: 8px 54px 8px;
  }
}
.client-theme #widget-mymessages .section-progress h2 {
  margin-top: 8px;
  margin-bottom: 5px;
}
.client-theme #widget-mymessages .my-messages .glyphicon-trash {
  color: #505050;
}
.client-theme #widget-mymessages .my-messages .modal-header {
  background-color: #4284bf;
  color: #fff;
  padding: 2px 15px;
}
.client-theme #widget-mymessages .my-messages .modal-header .close {
  color: #fff;
  opacity: 1;
  padding-top: 4px;
  margin-left: 30px;
}
.client-theme #widget-mymessages .my-messages .modal-header .sender {
  margin-right: 40px;
}
.client-theme #widget-mymessages .my-messages .modal-title {
  font-style: normal;
  font-family: "knowledge", Arial, sans-serif;
  color: #fff;
  font-weight: 100;
}
.client-theme #widget-mymessages div.row.my-messages-header button.btn.btn-primary,
.client-theme #widget-mymessages div.row.my-messages-header li > a > div > h1.page-title,
.client-theme #widget-mymessages .my-messages-header.btn-primary.active,
.client-theme #widget-mymessages .my-messages-header.btn-group.open,
.client-theme #widget-mymessages .my-messages-header.btn.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header button.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header button.btn-primary.dropdown-toggle:hover,
.client-theme #widget-mymessages .my-messages-header.open,
.client-theme #widget-mymessages .my-messages-header.open > .dropdown-toggle.btn-primary,
.client-theme #widget-mymessages .my-messages-header.open > .dropdown-toggle.btn-primary:hover,
.client-theme #widget-mymessages .my-messages-header.btn-group button.btn.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header.page-title {
  background-color: #fff;
  color: #337ab7;
}
.client-theme #widget-mymessages .my-messages-header .btn-group {
  vertical-align: bottom;
}
.client-theme .panel-heading {
  position: relative;
}
.client-theme .panel-heading .accordion-toggle:after {
  content: "−";
  font-family: "Glyphicons Halflings";
  position: absolute;
  top: 14px;
  right: 10px;
}
.client-theme .panel-heading .accordion-toggle.collapsed:after {
  content: "+";
  font-family: "Glyphicons Halflings";
  position: absolute;
  top: 14px;
  right: 10px;
}
.client-theme .widget .panel-group {
  margin-bottom: 0;
}
.client-theme .panel > .panel-heading a {
  color: #ffffff;
}
.client-theme .panel > .panel-heading a.link-color {
  color: #569bbe;
}
.client-theme .panel.panel-featured > .panel-heading {
  background-color: #29556b;
}
.client-theme .panel .panel-title {
  font-size: 24px;
}
.client-theme .list-group-item.active, .client-theme .list-group-item.active:hover, .client-theme .list-group-item.active:focus {
  color: #ffffff;
  background-color: #569bbe;
  border-color: #569bbe;
}
.client-theme .participant-activity-filter {
  background-color: #eeeeee;
}
.client-theme .participant-images tr.group td {
  padding: 0;
  border-top: none;
}
.client-theme .participant-images tr.group .group-heading {
  background-color: #569bbe;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .participant-images tr.group:first-of-type .group-heading {
  margin-top: 0;
}
.client-theme .participant-image-preview {
  /* img {
      max-height: 200px;
  } */
}
.client-theme .participant-image-preview .thumbnail {
  width: 250px;
  margin-bottom: 0;
}
.client-theme .participant-image-controls button, .client-theme .participant-image-controls a {
  margin: 0 2px;
}
.client-theme .user-curriculumteamcontentlist {
  margin-left: -15px;
  margin-right: -15px;
}
.client-theme .open-class-list-tab p {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  /* animation: attentiontext 1s ease infinite alternate running; */
  transform-origin: left;
  padding-right: 10px;
  font-size: 16px;
  font-weight: normal;
}
.client-theme .open-class-list-tab .glyphicon {
  margin-top: 1px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
.client-theme .open-class-list-tab {
  display: flex;
  flex-wrap: wrap;
  /* text-align: left; */
  transform-origin: left;
  clear: both;
}
.client-theme .class-list-tab-text {
  text-align: center;
  background: rgb(250, 100, 0);
  padding-bottom: 15px;
  padding: 10px;
  padding-top: 15px;
  width: auto;
  float: left;
  min-height: 1px;
  display: flex;
  cursor: pointer;
  pointer-events: auto;
}
.client-theme .class-list-tab-arrow {
  background: rgb(250, 100, 0);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  cursor: pointer;
  pointer-events: auto;
  /* top: 50%;
      bottom: 50%;
      right: 0;
      position: absolute;
      margin-top: -12px; */
}
.client-theme .open-class-list-tab.animate-tab {
  animation: bounce 4s infinite;
}
@media screen and (min-width: 767px) {
  .client-theme .vertical-tab {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    display: inline-block;
    white-space: nowrap;
    padding-left: 0;
  }
  .client-theme .open-class-list-tab .vertical-tab p {
    padding-right: 0;
    padding-left: 5px;
  }
}
.client-theme .class-list-tab-wrapper {
  position: relative;
  z-index: 2;
}
@keyframes bounce {
  10%, 20%, 30%, 40%, 50% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-30px);
  }
  25% {
    transform: translateX(-15px);
  }
  35% {
    transform: translateX(-5px);
  }
  45% {
    transform: translateX(-2px);
  }
}
@keyframes attention {
  /* 0% {
                              -webkit-transform: scaleX(1);
                              -ms-transform: scaleX(1);
                              transform: scaleX(1);
                          } */
  100% {
    -webkit-transform: scaleX(1.05);
    -ms-transform: scaleX(1.05);
    transform: scaleX(1.05);
  }
}
@keyframes attentiontext {
  /* 0% {
                              -webkit-transform: scaleX(1);
                              -ms-transform: scaleX(1);
                              transform: scaleX(1);
                          } */
  100% {
    -webkit-transform: scaleX(0.9523809524);
    -ms-transform: scaleX(0.9523809524);
    transform: scaleX(0.9523809524);
  }
}
.client-theme .open-class-list-wrapper {
  margin-top: 20px;
  position: relative;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1400px) {
  .client-theme .open-class-list-wrapper {
    margin-top: 60px;
  }
}
.client-theme .content-assignment-list {
  width: 40%;
}
.client-theme .class-list li {
  font-size: 16px;
  line-height: 28px;
  padding-left: 30px;
  clear: both;
}
.client-theme .class-list .assignment-item {
  float: left;
  padding-left: 10px;
}
.client-theme .class-list .glyphicon-check, .client-theme .class-list .glyphicon-unchecked, .client-theme .class-list .glyphicon-play {
  font-size: 16px;
  padding-left: 20px;
  float: left;
  line-height: 28px;
}
.client-theme .class-list .glyphicon-check {
  color: #005DA2;
}
.client-theme .class-list .glyphicon-play {
  color: rgb(250, 100, 0);
}
.client-theme .global-modal.panel-window.content-assignment-list .global-modal-container {
  overflow-y: auto;
}
.client-theme .tab-orientation-vertical.user-curriculumteamcontentlist {
  height: 0;
}
.client-theme .class-list .glyphicon-check.current-glyph {
  color: #000;
}
.client-theme .class-list-tab-wrapper.vertical-safari-fix {
  min-width: 70px;
}
.client-theme .product-template-preview-fields .panel-heading .glyphicon {
  background-color: white;
  border-radius: 50%;
  padding: 4px;
}
.client-theme .product-template-preview-fields .panel-heading .glyphicon.glyphicon-ok {
  color: green;
}
.client-theme .product-template-preview-fields .panel-heading .glyphicon.glyphicon-remove {
  color: red;
}
.client-theme .product-template-preview-fields .itinerary-selection-container .selected-itinerary-display-toggle {
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-left: none;
}
.client-theme .product-template-preview-fields .itinerary-selection-container .dropdown-menu {
  width: 100%;
}
.client-theme .product-template-preview-fields .selected-itinerary-display {
  flex: 1;
  border-right: none;
  text-align: left;
  background-color: transparent;
  overflow: hidden;
}
.client-theme .product-template-preview-fields .itinerary-table tr.selected {
  background-color: #3c8dbc;
  color: #ffffff;
  vertical-align: middle;
  padding: 1.5em;
}
.client-theme .image-preview-disabled {
  background-color: #000;
  opacity: 0.5;
}
.client-theme .customize-product-preview .btn.btn-default {
  white-space: normal;
  padding-left: 3px;
  padding-right: 3px;
}
.client-theme .customize-product-preview .ajax-loader-container {
  z-index: 999;
}
.client-theme .profile-widget h4, .client-theme .profile-widget .control-label.label-header {
  padding: 30px 0 10px;
  border-bottom: 1px solid #979797;
}
.client-theme .profile-widget .control-label.label-header {
  width: 100%;
  padding-left: 0;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .client-theme .profile-group {
    width: 90%;
  }
  .client-theme .profile-group.singleton {
    width: auto;
  }
}
.client-theme .profile-group .control-label {
  text-align: left;
  display: inline-block;
}
.client-theme .profile-group .profile-value {
  padding-top: 7px;
  display: inline-block;
  padding-left: 10px;
}
@media screen and (min-width: 767px) {
  .client-theme .profile-group .profile-value {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .profile-group .form-control {
    width: calc(100% - 40px);
  }
}
.client-theme .profile-group .profile-preview-img {
  display: inline-block;
  position: relative;
  width: auto;
}
.client-theme .profile-group .profile-preview-img button {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 12px;
  padding: 5px;
}
.client-theme .panel-title {
  color: #ffffff;
}
.client-theme .questionaire-instructions-left {
  padding-right: 20px;
}
.client-theme .questionaire-instructions-right {
  padding-left: 20px;
}
.client-theme .questionaire-instructions-top {
  padding-bottom: 20px;
}
.client-theme .questionaire-instructions-bottom {
  padding-top: 20px;
}
@media screen and (min-width: 767px) {
  .client-theme .quickstat-container {
    display: table;
  }
}
.client-theme .quickstat-container div:last-child {
  border-right: none;
  border-bottom: none;
}
.client-theme .quickstat-section-container {
  min-height: 85px;
  width: 80%;
  vertical-align: top;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .client-theme .quickstat-section-container {
    width: 25%;
    display: table-cell;
  }
}
.client-theme .quickstat-section-container.quickstat-divider {
  border-bottom: 1px solid #979797;
}
@media screen and (min-width: 767px) {
  .client-theme .quickstat-section-container.quickstat-divider {
    border-right: 1px solid #979797;
    border-bottom: none;
  }
}
.client-theme .quickstat-detail {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 767px) {
  .client-theme .quickstat-detail {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme .quickstat-detail {
    margin-top: 0;
  }
}
.client-theme .quickstat-section-icon {
  margin-top: 0;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .client-theme .quickstat-section-icon {
    max-width: none;
  }
}
.client-theme .quickstat-section-container .icon {
  /*min-height: 70px;
  min-width: 70px;*/
}
.client-theme .quickstat-section-container .measurement {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}
@media screen and (min-width: 992px) {
  .client-theme .quickstat-section-container .measurement {
    font-size: 40px;
  }
}
.client-theme .quickstat-section-container .summary {
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 5px;
  /*font-style: italic;*/
}
@media screen and (min-width: 992px) {
  .client-theme .quickstat-section-container .summary {
    font-size: 18px;
  }
}
.client-theme .quickstat-edit-icon-container {
  height: 120px;
}
.client-theme .no-gutter {
  padding: 0 !important;
  margin: 0 !important;
}
.client-theme .widget-quiz-action-button {
  margin-top: 20px;
}
.client-theme .widget-quiz-answer {
  margin: 10px 0;
}
.client-theme .widget-quiz-answer-selection:hover,
.client-theme .widget-quiz-question-selected,
.client-theme .widget-quiz-question-selected button,
.client-theme .widget-quiz-question-selected button:focus {
  background-color: #7ed0e0;
}
.client-theme .widget-quiz-answer-selection {
  background-color: #569bbe;
  width: 100%;
  color: #ffffff;
  white-space: normal;
  word-wrap: break-word;
}
.client-theme .widget-quiz-answer-selection:hover {
  color: #ffffff;
}
.client-theme .widget-quiz-answer-selection:focus, .client-theme .widget-quiz-answer-selection:active {
  color: #ffffff;
}
.client-theme #notification-headline {
  text-align: center;
}
.client-theme .widget-quiz-wrapper h1, .client-theme .widget-quiz-wrapper h2, .client-theme .widget-quiz-wrapper h3, .client-theme .widget-quiz-wrapper h4, .client-theme .widget-quiz-wrapper h5, .client-theme .widget-quiz-wrapper h6, .client-theme .widget-quiz-wrapper .h1, .client-theme .widget-quiz-wrapper .h2, .client-theme .widget-quiz-wrapper .h3, .client-theme .widget-quiz-wrapper .h4, .client-theme .widget-quiz-wrapper .h5, .client-theme .widget-quiz-wrapper .h6 {
  color: inherit;
}
.client-theme .widget-quiz-answer-box {
  border: 1px solid #333;
  padding: 10px;
  background-color: #7ed0e0;
  margin-bottom: 20px;
}
.client-theme .widget-quiz-answer-box-q {
  float: left;
  width: 50%;
  padding: 10px;
}
.client-theme .widget-quiz-answer-box-q img {
  max-height: 370px;
  max-width: 370px;
  margin: 0 auto;
}
.client-theme .widget-quiz-answer-box-a {
  float: left;
  width: 50%;
  padding: 10px;
}
.client-theme .widget-quiz-match-box-text {
  padding: 10px;
}
.client-theme .widget-quiz-match-box-text p {
  margin-bottom: 0;
}
.client-theme .widget-quiz-match-box-image {
  padding: 10px;
}
.client-theme .widget-quiz-match-box-image img {
  max-width: 370px;
  max-height: 370px;
  margin: 0 auto;
}
.client-theme .widget-quiz-match-box {
  border: 1px solid #ccc;
  margin: 10px 0;
  background-color: #FFF;
}
.client-theme .widget-quiz-matches {
  border: 1px solid #666;
  max-height: 600px;
  overflow: scroll;
  background-color: #fff;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 100;
}
.client-theme .widget-quiz-matches .widget-quiz-match-box {
  cursor: pointer;
  margin: 10px 20px;
}
.client-theme .widget-quiz-matches .widget-quiz-match-box:hover,
.client-theme .widget-quiz-matches .widget-quiz-match-box:focus {
  background-color: #ccc;
}
.client-theme .widget-quiz-matches-dropdown {
  padding-right: 50px;
  clear: both;
  width: 100%;
  text-align: left;
  white-space: normal;
  position: relative;
}
.client-theme .widget-quiz-matches-dropdown span.glyphicon {
  position: absolute;
  right: 10px;
  top: 8px;
}
.client-theme .widget-quiz-selection {
  margin: 10px 0;
  border: 1px solid #666;
  background-color: #FFF;
  cursor: pointer;
}
.client-theme .widget-quiz-selection .widget-quiz-match-box {
  border: none;
}
.client-theme .widget-quiz-question-image img {
  max-width: 370px;
  max-height: 370px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.client-theme .file-drop-container {
  background: #e7e7e7;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  color: #6d6d6d;
  padding: 100px 0;
  text-align: center;
}
.client-theme .file-drop-container.dragover {
  border: solid 1px #505050;
  color: #505050;
}
.client-theme .file-drop-container span.glyphicon {
  font-size: 30px;
}
.client-theme .file-list td {
  cursor: move;
}
.client-theme .table.uploaded-files-table {
  margin-bottom: 0;
}
.client-theme .sales-engagement-table {
  font-size: 14px;
}
.client-theme .sales-engagement-table button {
  font-size: 14px;
}
.client-theme .customer-engagement-panel-bg {
  background: #f1f1f1;
  height: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}
.client-theme .customer-engagement-more-info-box {
  display: flex;
  flex-flow: row wrap;
}
.client-theme .customer-engagement-more-info-box::before {
  display: block;
}
.client-theme .customer-engagement-more-info-box > div {
  padding-bottom: 10px;
}
.client-theme .sales-engagement-info-panel {
  width: 90%;
}
.client-theme .sales-engagement-info-panel .customer-engagement-group-membership,
.client-theme .sales-engagement-info-panel .customer-engagement-associated-locations {
  max-height: 350px;
  overflow: auto;
}
.client-theme .sales-engagement-pw-panel {
  width: 90%;
}
.client-theme .sales-engagement-email-panel {
  width: 80%;
}
.client-theme .sales-engagement-redeem-promo-code-panel {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .client-theme .sales-engagement-info-panel {
    width: 70%;
  }
  .client-theme .sales-engagement-pw-panel {
    width: 70%;
  }
  .client-theme .sales-engagement-email-panel {
    width: 50%;
  }
}
.client-theme .sortable-column {
  cursor: pointer;
  font-weight: bold;
}
.client-theme .image-detail-modal {
  width: 60%;
}
.client-theme .image-filter-modal {
  width: 60%;
}
.client-theme .image-results-filter li button.btn.btn-link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}
.client-theme .images-add-to-cart {
  text-align: right;
}
.client-theme .images-add-to-cart span {
  margin-right: 20px;
}
.client-theme .selected-images-wrapper {
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  padding: 15px;
}
.client-theme .selected-images-wrapper ul {
  padding-left: 0;
  padding-right: 0;
}
.client-theme .selected-images-wrapper ul li {
  border: 1px solid #ddd;
  background-color: #efefef;
  border-radius: 4px;
  padding: 6px 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.client-theme .selected-images-wrapper ul li button.btn.btn-link {
  padding: 0;
}
.client-theme .view-image-details-image {
  padding: 0 20px 20px;
}
.client-theme .view-image-details-image img {
  max-width: 100%;
}
.client-theme .image-detail-large-modal {
  width: 95%;
  height: 95%;
}
.client-theme .image-detail-supplemental {
  list-style-type: none;
  padding-left: 0;
}
.client-theme .image-detail-supplemental li {
  display: inline-block;
  width: 19%;
  padding: 10px;
}
.client-theme .catalog-item-image .image {
  margin-bottom: 20px;
}
.client-theme .filter-controls h4 {
  font-weight: bold;
}
.client-theme .filter-controls hr {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.client-theme .filter-controls .filter-options {
  max-height: 250px;
  overflow-y: auto;
  padding-left: 15px;
  padding-bottom: 10px;
}
.client-theme .filter-controls .image-filter-button {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: left;
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid #404040;
  color: #404450;
  white-space: normal;
  background: none;
  padding-bottom: 10px;
  padding-top: 5px;
}
.client-theme .filter-controls .image-filter-button.first-filter {
  border-top: 1px solid #404040;
}
.client-theme .image-color-picker-wrapper {
  padding-left: 20px;
}
.client-theme .powered-by-shutterstock {
  display: block;
  position: absolute;
  right: 0;
  z-index: 25;
  color: #000;
  opacity: 0.5;
  padding-top: 10px;
  padding-right: 80px;
  font-weight: 600;
  font-size: 12px;
}
.client-theme input.form-control.shutterstock-search {
  padding-right: 200px;
}
.client-theme .shutterstock-terms-modal {
  width: 50%;
}
.client-theme .shutterstock-cart-img {
  max-height: 94px;
}
.client-theme .shutterstock-sort-order {
  outline: none !important;
}
.client-theme .shutterstock-selected-sort-order {
  font-weight: bold !important;
}
.client-theme .input-group-btn:last-child > .btn.shutterstock-search-btn,
.client-theme .input-group-btn:last-child > .btn-group .shutterstock-search-btn {
  z-index: 26;
}
.client-theme .shutterfly-details-image {
  margin: 0 auto;
}
.client-theme .assignment-button {
  white-space: normal !important;
  word-wrap: break-word;
  text-align: left;
}
.client-theme .new-team-panel {
  width: 90%;
}
.client-theme .copy-team-modal {
  width: 90%;
}
.client-theme .edit-course-modal {
  width: 90%;
}
.client-theme .assignments-added-summary {
  margin-top: -1px;
  border: 1px solid #00a65a;
  padding: 20px;
  line-height: 35px;
  margin-left: 1px;
  margin-right: 1px;
}
.client-theme .assignments-added-summary p {
  margin-bottom: 0;
}
.client-theme .assignments-counter {
  color: #FFF;
  display: inline-block;
  border-radius: 50%;
  background-color: #00a65a;
  font-size: 18px;
  line-height: 18px;
  margin-right: 20px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.client-theme .set-all-dates-picker {
  margin-top: 10px;
}
.client-theme .set-all-dates-picker input {
  font-weight: normal;
}
.client-theme .selected-assignments-table thead > tr {
  background-color: #e9e9e9 !important;
}
@media screen and (min-width: 767px) {
  .client-theme .copy-team-modal {
    width: 50%;
  }
  .client-theme .edit-course-modal {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .new-team-panel {
    width: 50%;
  }
  .client-theme .copy-team-modal {
    width: 40%;
  }
  .client-theme .edit-course-modal {
    width: 40%;
  }
}
.client-theme .add-assignment-modal .add-content-filter .checkbox,
.client-theme .add-assignment-modal .add-content-filter .radio {
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.client-theme .add-assignment-modal .content-list-table {
  width: 100% !important;
}
.client-theme .copy-join-code {
  border: 1px solid #e4e4e4;
  padding: 15px;
  margin-bottom: 20px;
}
.client-theme .team-back-breadcrumb {
  margin-bottom: 20px;
}
.client-theme .team-back-breadcrumb span {
  font-size: 14px;
}
.client-theme .add-content-filter-section {
  padding-top: 10px;
  border-bottom: solid 1px #000000;
}
.client-theme .add-content-filter-section button {
  padding: 2px;
}
.client-theme .add-content-filter-section .glyphicon {
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  .client-theme .order-detail-button {
    float: right;
  }
}
.client-theme .w-ucp-container .glyphicon-check, .client-theme .w-ucp-container .glyphicon-unchecked, .client-theme .w-ucp-container .glyphicon-lock {
  font-size: 24px;
}
.client-theme .w-ucp-container .header {
  padding: 20px;
}
.client-theme .w-ucp-container .header h3 {
  margin-bottom: 8px;
}
.client-theme .w-ucp-container .header .progress {
  border-radius: 0;
  background-color: #979797;
  box-shadow: none;
  width: 100%;
}
.client-theme .w-ucp-container .header .progress-bar {
  box-shadow: none;
  background: #325b5f;
}
.client-theme .w-ucp-container .header .progress-bar-custom {
  background: #325b5f;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .client-theme .w-ucp-container .header .entitlement-image-container {
    text-align: right;
    width: 100%;
  }
}
.client-theme .w-ucp-container .header .widget-entitlement-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .client-theme .w-ucp-container .header .widget-entitlement-img {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .w-ucp-container .header .widget-entitlement-img {
    width: 60px;
    height: 60px;
  }
}
.client-theme .w-ucp-container .header .widget-entitlement-a {
  min-height: initial;
  height: 60px;
}
.client-theme .w-ucp-container .body {
  font-weight: normal;
  padding: 0px 20px;
}
.client-theme .w-ucp-container .glyphicon-check {
  color: #569bbe;
}
.client-theme .w-ucp-container .glyphicon-lock {
  color: #9e100f;
}
.client-theme .w-ucp-container .glyphicon-unchecked {
  color: #979797;
}
.client-theme .w-ucp-container .section-header {
  margin-bottom: 25px;
}
.client-theme .w-ucp-container .section-summary {
  font-style: italic;
}
.client-theme .w-ucp-container .section-courses .course {
  min-height: 34px;
  margin: 0 0 10px 0;
  border: 0px solid red;
}
.client-theme .w-ucp-container .section-courses .course .title {
  padding: 5px 10px;
}
.client-theme .w-ucp-container .col-no-gutters {
  padding: 0;
  margin: 0;
}
.client-theme .w-ucp-container .progress-desc {
  margin-top: -1em;
}
.client-theme .w-ucp-container .progress-desc div {
  display: block;
  float: left;
  text-align: center;
}
.client-theme .w-ucp-container .progress-desc .progress-mark {
  text-align: right;
}
.client-theme .w-ucp-container .progress-desc .progress-mark-zero {
  float: left;
}
.client-theme .w-ucp-container .progress-desc .progress-mark-one {
  float: right;
}
.client-theme .w-ucp-container .progress-desc .progress-mark-one-only {
  width: 100%;
  text-align: right;
}
.client-theme .detail-toggle-container {
  margin-bottom: 35px;
}
.client-theme .detail-toggle-container .btn-view-more {
  margin: 0;
  padding: 0;
}
.client-theme .user-curriculum .detail-toggle-container .btn-view-more:focus {
  outline: solid;
}
.client-theme .widget-user-level-progress-container {
  padding: 30px 40px 30px 40px;
}
.client-theme .widget-user-level-progress-container .max-levels-reached, .client-theme .widget-user-level-progress-container .level-summary, .client-theme .widget-user-level-progress-container .level-progress, .client-theme .widget-user-level-progress-container .level-criteria-progress {
  padding: 0px 30px 0px 30px;
}
.client-theme .widget-user-level-progress-container .level-note p {
  margin: 0px;
  padding: 0px;
}
.client-theme .widget-user-level-progress-container .critera-item {
  min-height: 80px;
}
.client-theme .widget-user-level-progress-container .progress-desc {
  font-size: 0.8em;
  margin-top: -26px;
}
.client-theme .widget-user-level-progress-container .progress-desc div {
  display: block;
  float: left;
  text-align: center;
}
.client-theme .widget-user-level-progress-container .progress-desc .progress-mark {
  text-align: right;
}
.client-theme .widget-user-level-progress-container .progress-desc .progress-mark-zero {
  float: left;
}
.client-theme .widget-user-level-progress-container .progress-desc .progress-mark-one {
  float: right;
}
.client-theme .widget-user-level-progress-container .progress-desc .progress-mark-one-only {
  width: 100%;
  text-align: right;
}
.client-theme .widget-user-level-progress-container .content-name {
  margin-top: 8px;
  padding: 0px 0px 0px 8px;
}
.client-theme .widget-user-level-progress-container .criteria-item-container span.glyphicon {
  font-size: 24px;
}
.client-theme .user-status-overview {
  padding: 20px;
}
.client-theme .status-overview-content div .status-overview-sm-divider {
  border-bottom: 1px solid #979797;
  height: 1px;
  width: 50%;
  margin: 20px auto;
}
@media screen and (min-width: 767px) {
  .client-theme .status-overview-content div .status-overview-sm-divider {
    border-bottom: none;
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .status-overview-content div {
    border-right: 1px solid #979797;
  }
}
.client-theme .status-overview-content div:last-child .status-overview-sm-divider {
  display: none;
}
@media screen and (min-width: 767px) {
  .client-theme .status-overview-content div:last-child {
    border-right: none;
  }
}
.client-theme .status-values {
  font-size: 28px;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .client-theme .status-values {
    font-size: 38px;
    line-height: 1.5em;
  }
}
.client-theme .status-values-four {
  font-size: 26px;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .client-theme .status-values-four {
    font-size: 30px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .widget-userstatusfielo .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .client-theme .widget-userstatusfielo .row > [class*=col-] {
    display: flex;
    flex-direction: column;
  }
}
.client-theme .edit-widget-video .video-poster {
  cursor: pointer;
}
.client-theme .edit-widget-video .video-poster-thumbnail img {
  border: solid 1px transparent;
  cursor: pointer;
}
.client-theme .edit-widget-video .video-poster-thumbnail.selected img {
  border: solid 1px #000000;
}
.client-theme .edit-widget-video .video-poster-thumbnail .glyphicon-ok-sign {
  background-color: #000000;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
}
.client-theme video.widget-video-hide_scrubber::-webkit-media-controls-timeline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .client-theme .widget-video-text-margin-mobile {
    margin-top: 30px;
  }
}
.client-theme .video-wrapper {
  position: relative;
}
.client-theme .video-wrapper > video {
  width: 100%;
  vertical-align: middle;
}
.client-theme .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}
.client-theme .video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: linear-gradient(transparent, #000);
  transition: opacity 150ms;
}
.client-theme .video-overlay-play-button:hover {
  opacity: 1;
}
.client-theme .video-overlay-play-button.is-hidden {
  display: none;
}
.client-theme .widget-video-textleft ol, .client-theme .widget-video-textleft ul, .client-theme .widget-video-textright ol, .client-theme .widget-video-textright ul {
  overflow: hidden;
}
.client-theme .widget-video-textleft .video-text-content-wrapper, .client-theme .widget-video-textright .video-text-content-wrapper {
  float: none;
}
.client-theme .text-left-vid, .client-theme .text-right-vid {
  display: block;
}
@media screen and (min-width: 767px) {
  .client-theme .text-left-vid, .client-theme .text-right-vid {
    max-width: 50%;
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .text-left-vid, .client-theme .text-right-vid {
    max-width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .text-left-vid {
    margin-right: 20px;
  }
}
@media screen and (min-width: 767px) {
  .client-theme .text-right-vid {
    margin-left: 20px;
  }
}
.client-theme .widget-video-text video, .client-theme .widget-video-text iframe {
  width: 100%;
}
.client-theme #widget-mymessages {
  /* @font-face {
      font-family: 'Glyphicons Halflings';
      src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
      src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  } */
}
.client-theme #widget-mymessages .user-profile {
  text-align: center;
  line-height: 1.2em;
  padding-top: 10px;
}
.client-theme #widget-mymessages .user-profile .user-profile-name {
  color: #4183be;
  font-size: 12px;
}
.client-theme #widget-mymessages .user-profile .user-profile-school {
  font-size: 10px;
}
.client-theme #widget-mymessages .user-profile .badge {
  padding: 5px 10px;
  border-radius: 0;
  margin-right: 10px;
  position: relative;
  top: -5px;
  background-color: #4184bf;
}
.client-theme #widget-mymessages .user-profile .badge:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #4184bf;
  border-width: 5px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .user-profile {
    text-align: right;
  }
}
.client-theme #widget-mymessages button.btn.btn-primary.dropdown-toggle {
  padding: 0px;
  margin-top: -5px;
}
.client-theme #widget-mymessages .my-messages-custom-select-trigger {
  color: #337ab7;
  position: relative;
  display: block;
  cursor: pointer;
}
.client-theme #widget-mymessages .my-messages-custom-option.selection:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 12px;
  left: -10px;
}
.client-theme #widget-mymessages .somethingwild {
  color: #ffffff;
  padding: 10px;
}
@media (min-width: 1351px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 60%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 1350px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 65%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 70%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 80%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 90%;
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .client-theme #widget-mymessages .somethingwild {
    width: 100%;
    color: #ffffff;
    padding: 10px;
  }
}
.client-theme #widget-mymessages rand {
  color: #fff;
}
.client-theme #widget-mymessages .page-section {
  margin-bottom: 0;
}
.client-theme #widget-mymessages .page-section p {
  font-size: 20px;
  margin: 0;
}
.client-theme #widget-mymessages .page-titlebar {
  padding: 15px 0;
  position: relative;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .page-section {
    float: left;
    margin-bottom: 0;
  }
}
.client-theme #widget-mymessages .section {
  margin: 10px 0;
}
.client-theme #widget-mymessages .first-section {
  margin: 10px 0 10px 0;
}
.client-theme #widget-mymessages .masthead-container2-messages {
  min-height: 180px;
  background-color: #c2c2c2;
  font-family: Arial, sans-serif;
  font-weight: 200;
  background-image: url("/assets/images/banner-my-messages.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.client-theme #widget-mymessages .masthead-content2 {
  padding: 5px;
}
.client-theme #widget-mymessages .table {
  border-collapse: collapse !important;
}
.client-theme #widget-mymessages .table td, .client-theme #widget-mymessages .table th {
  background-color: #fff !important;
}
.client-theme #widget-mymessages .table-bordered th, .client-theme #widget-mymessages .table-bordered td {
  border: 1px solid #ddd !important;
}
.client-theme #widget-mymessages input, .client-theme #widget-mymessages button, .client-theme #widget-mymessages select, .client-theme #widget-mymessages textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.client-theme #widget-mymessages a {
  color: #337ab7;
  text-decoration: none;
}
.client-theme #widget-mymessages a:hover, .client-theme #widget-mymessages a:focus {
  color: #23527c;
  text-decoration: underline;
}
.client-theme #widget-mymessages a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.client-theme #widget-mymessages figure {
  margin: 0;
}
.client-theme #widget-mymessages .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.client-theme #widget-mymessages .dropup, .client-theme #widget-mymessages .dropdown {
  position: relative;
}
.client-theme #widget-mymessages .dropdown-toggle:focus {
  outline: 0;
}
.client-theme #widget-mymessages .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.client-theme #widget-mymessages .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.client-theme #widget-mymessages .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.client-theme #widget-mymessages .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 100;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.client-theme #widget-mymessages .dropdown-menu > li > a:hover, .client-theme #widget-mymessages .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.client-theme #widget-mymessages .dropdown-menu > .active > a, .client-theme #widget-mymessages .dropdown-menu > .active > a:hover, .client-theme #widget-mymessages .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.client-theme #widget-mymessages .dropdown-menu > .disabled > a, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:hover, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.client-theme #widget-mymessages .dropdown-menu > .disabled > a:hover, .client-theme #widget-mymessages .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.client-theme #widget-mymessages .open > .dropdown-menu {
  display: block;
}
.client-theme #widget-mymessages .open > a {
  outline: 0;
}
.client-theme #widget-mymessages .dropdown-menu-right {
  left: auto;
  right: 0;
}
.client-theme #widget-mymessages .dropdown-menu-left {
  left: 0;
  right: auto;
}
.client-theme #widget-mymessages .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}
.client-theme #widget-mymessages .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.client-theme #widget-mymessages .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.client-theme #widget-mymessages .close:hover, .client-theme #widget-mymessages .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme #widget-mymessages button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.client-theme #widget-mymessages .modal-open {
  overflow: hidden;
}
.client-theme #widget-mymessages .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.client-theme #widget-mymessages .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.client-theme #widget-mymessages .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.client-theme #widget-mymessages .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.client-theme #widget-mymessages .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.client-theme #widget-mymessages .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  max-height: calc(100vh - 125px);
  overflow: auto;
}
.client-theme #widget-mymessages .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.client-theme #widget-mymessages .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.client-theme #widget-mymessages .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client-theme #widget-mymessages .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}
.client-theme #widget-mymessages .modal-header .close {
  margin-top: -2px;
}
.client-theme #widget-mymessages .modal-title {
  margin: 0;
  line-height: 1.42857;
}
.client-theme #widget-mymessages .modal-body {
  position: relative;
  padding: 15px;
}
.client-theme #widget-mymessages .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.client-theme #widget-mymessages .modal-footer:before, .client-theme #widget-mymessages .modal-footer:after {
  content: " ";
  display: table;
}
.client-theme #widget-mymessages .modal-footer:after {
  clear: both;
}
.client-theme #widget-mymessages .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.client-theme #widget-mymessages .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.client-theme #widget-mymessages .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.client-theme #widget-mymessages .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .client-theme #widget-mymessages .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .client-theme #widget-mymessages .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .modal-lg {
    width: 900px;
  }
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-light-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-light-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-light-webfont.svg#knowledgelight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.svg#knowledgelightitalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-light-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-light-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-light-webfont.svg#knowledgelight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-lightitalic-webfont.svg#knowledgelightitalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-medium-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-medium-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-medium-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-medium-webfont.svg#knowledgemedium") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-mediumitalic-webfont.svg#knowledgemediumitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-bold-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-bold-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-bold-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-bold-webfont.svg#knowledgebold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "knowledge";
  src: url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-bolditalic-webfont.svg#knowledgebolditalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "knowledgeblack";
  src: url("/assets/fonts/westlaw/knowledge-black-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-black-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-black-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-black-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-black-webfont.svg#knowledgeblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "knowledgeblackitalic";
  src: url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.eot");
  src: url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.woff") format("woff"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.ttf") format("truetype"), url("/assets/fonts/westlaw/knowledge-blackitalic-webfont.svg#knowledgeblackitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "westlaw";
  src: url("/assets/fonts/westlaw/westlaw.eot?-pt867n");
  src: url("/assets/fonts/westlaw/westlaw.eot?#iefix-pt867n") format("embedded-opentype"), url("/assets/fonts/westlaw/westlaw.woff?-pt867n") format("woff"), url("/assets/fonts/westlaw/westlaw.ttf?-pt867n") format("truetype"), url("/assets/fonts/westlaw/westlaw.svg?-pt867n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.client-theme #widget-mymessages [class^=icon-], .client-theme #widget-mymessages [class*=" icon-"] {
  font-family: "westlaw";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "practice-interests";
  src: url("/assets/fonts/westlaw/practice-interests.eot?-9j1g1b");
  src: url("/assets/fonts/westlaw/practice-interests.eot?#iefix-9j1g1b") format("embedded-opentype"), url("/assets/fonts/westlaw/practice-interests.ttf?-9j1g1b") format("truetype"), url("/assets/fonts/westlaw/practice-interests.woff?-9j1g1b") format("woff"), url("/assets/fonts/westlaw/practice-interests.svg?-9j1g1b#practice-interests") format("svg");
  font-weight: normal;
  font-style: normal;
}
.client-theme #widget-mymessages [class^=interest-], .client-theme #widget-mymessages [class*=" interest-"] {
  font-family: "practice-interests";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.client-theme #widget-mymessages .masthead-container {
  background-color: #c2c2c2;
}
.client-theme #widget-mymessages .masthead-container .masthead-content {
  padding: 20px 20px 20px;
  color: #fff;
  line-height: 27px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    padding: 0 20px 20px;
  }
}
.client-theme #widget-mymessages .masthead-container .btn {
  display: block;
}
.client-theme #widget-mymessages .banner .overlay {
  width: 100%;
  height: 100%;
  position: initial;
  top: 0;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .banner .overlay {
    position: absolute;
  }
}
.client-theme #widget-mymessages .banner.welcome .overlay {
  background-color: #000;
  opacity: 0.5;
}
.client-theme #widget-mymessages .banner.default .overlay {
  background-color: #000;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=1);
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .masthead-container {
    background-color: transparent;
    position: relative;
  }
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
  }
  .client-theme #widget-mymessages .masthead-container .masthead-content.text-light {
    color: #fff;
  }
  .client-theme #widget-mymessages .masthead-container .btn {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .masthead-container .masthead-content {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .client-theme #widget-mymessages .masthead-container.startHere .masthead-content {
    top: 90px;
  }
}
.client-theme #widget-mymessages .modal.my-practice-interests .modal-dialog {
  margin-top: 165px;
}
.client-theme #widget-mymessages table.standard {
  background-color: #edeff0;
}
.client-theme #widget-mymessages table.standard th {
  color: #337ab7;
}
.client-theme #widget-mymessages h1, .client-theme #widget-mymessages h2, .client-theme #widget-mymessages h3, .client-theme #widget-mymessages h4, .client-theme #widget-mymessages h5, .client-theme #widget-mymessages h6 {
  font-style: normal;
  font-family: "knowledge", Arial, sans-serif;
  font-weight: 100;
}
.client-theme #widget-mymessages h1.page-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 200;
  text-transform: capitalize;
  margin: 0;
}
.client-theme #widget-mymessages h2.section-title {
  font-size: 32px;
}
@media (min-width: 768px) {
  .client-theme #widget-mymessages .user-profile {
    text-align: right;
  }
}
.client-theme #widget-mymessages .note {
  color: #fff;
  background-color: #6dc3eb;
  padding: 15px;
}
.client-theme #widget-mymessages .section-progress {
  background-color: #ececec;
  padding: 0 17px 10px;
}
@media (min-width: 992px) {
  .client-theme #widget-mymessages .section-progress {
    padding: 8px 54px 8px;
  }
}
.client-theme #widget-mymessages .section-progress h2 {
  margin-top: 8px;
  margin-bottom: 5px;
}
.client-theme #widget-mymessages .my-messages .glyphicon-trash {
  color: #505050;
}
.client-theme #widget-mymessages .my-messages .modal-header {
  background-color: #4284bf;
  color: #fff;
  padding: 2px 15px;
}
.client-theme #widget-mymessages .my-messages .modal-header .close {
  color: #fff;
  opacity: 1;
  padding-top: 4px;
  margin-left: 30px;
}
.client-theme #widget-mymessages .my-messages .modal-header .sender {
  margin-right: 40px;
}
.client-theme #widget-mymessages .my-messages .modal-title {
  font-style: normal;
  font-family: "knowledge", Arial, sans-serif;
  color: #fff;
  font-weight: 100;
}
.client-theme #widget-mymessages div.row.my-messages-header button.btn.btn-primary,
.client-theme #widget-mymessages div.row.my-messages-header li > a > div > h1.page-title,
.client-theme #widget-mymessages .my-messages-header.btn-primary.active,
.client-theme #widget-mymessages .my-messages-header.btn-group.open,
.client-theme #widget-mymessages .my-messages-header.btn.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header button.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header button.btn-primary.dropdown-toggle:hover,
.client-theme #widget-mymessages .my-messages-header.open,
.client-theme #widget-mymessages .my-messages-header.open > .dropdown-toggle.btn-primary,
.client-theme #widget-mymessages .my-messages-header.open > .dropdown-toggle.btn-primary:hover,
.client-theme #widget-mymessages .my-messages-header.btn-group button.btn.btn-primary.dropdown-toggle,
.client-theme #widget-mymessages .my-messages-header.page-title {
  background-color: #fff;
  color: #337ab7;
}
.client-theme #widget-mymessages .my-messages-header .btn-group {
  vertical-align: bottom;
}
.client-theme .widget-entitlement-img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.client-theme .widget-entitlement-img.active {
  z-index: 3;
  height: 110px;
  width: 110px;
}
.client-theme .widget-entitlement-a {
  position: relative;
  box-sizing: border-box;
  min-height: 210px;
}
@media screen and (min-width: 992px) {
  .client-theme .widget-entitlement-a {
    min-height: 230px;
  }
}
.client-theme .widget-entitlement-info {
  position: absolute;
  left: 0;
  top: -15px;
  padding: 20px;
  border: 1px solid black;
  background-color: white;
  z-index: 2;
  box-shadow: 5px 5px 3px #5a5a5a;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-entitlement-info {
    width: 300px;
  }
}
.client-theme .widget-entitlement-info h3 {
  margin-top: 20px;
}
.client-theme .widget-entitlement-info .widget-entitlement-default-cursor {
  cursor: default;
}
@media screen and (min-width: 767px) {
  .client-theme .widget-entitlement-wrapper div:nth-child(3n+3) .widget-entitlement-info {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .widget-entitlement-wrapper div:nth-child(3n+3) .widget-entitlement-info {
    right: auto;
    left: 0;
  }
  .client-theme .widget-entitlement-wrapper div:nth-child(6n+6) .widget-entitlement-info {
    right: 0;
    left: auto;
  }
}
.client-theme .widget-entitlement-info .close {
  margin-top: -15px;
  margin-right: -15px;
}
.client-theme .widget-entitlement-info-text {
  width: 80%;
  margin: 0 auto;
}
.client-theme .entitlement-notification-image {
  max-width: 420px;
  max-height: 420px;
}
.client-theme .panel > .panel-heading.associatedgroup-heading {
  background-color: #569bbe;
  color: #ffffff;
}
.client-theme .panel > .panel-heading.associatedgroup-primarymember-heading {
  background-color: #979797;
  color: #ffffff;
}
.client-theme .panel > .panel-heading.associatedgroup-associatemembers-heading {
  background-color: #979797;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .client-theme .order-detail-button {
    float: right;
  }
}
.client-theme .participant-activity-filter {
  background-color: #eeeeee;
}
.client-theme .participant-images tr.group td {
  padding: 0;
  border-top: none;
}
.client-theme .participant-images tr.group .group-heading {
  background-color: #569bbe;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .participant-images tr.group:first-of-type .group-heading {
  margin-top: 0;
}
.client-theme .participant-image-preview {
  /* img {
      max-height: 200px;
  } */
}
.client-theme .participant-image-preview .thumbnail {
  width: 250px;
  margin-bottom: 0;
}
.client-theme .participant-image-controls button, .client-theme .participant-image-controls a {
  margin: 0 2px;
}
.client-theme .product-template-preview-fields .panel-heading .glyphicon {
  background-color: white;
  border-radius: 50%;
  padding: 4px;
}
.client-theme .product-template-preview-fields .panel-heading .glyphicon.glyphicon-ok {
  color: green;
}
.client-theme .product-template-preview-fields .panel-heading .glyphicon.glyphicon-remove {
  color: red;
}
.client-theme .product-template-preview-fields .itinerary-selection-container .selected-itinerary-display-toggle {
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-left: none;
}
.client-theme .product-template-preview-fields .itinerary-selection-container .dropdown-menu {
  width: 100%;
}
.client-theme .product-template-preview-fields .selected-itinerary-display {
  flex: 1;
  border-right: none;
  text-align: left;
  background-color: transparent;
  overflow: hidden;
}
.client-theme .product-template-preview-fields .itinerary-table tr.selected {
  background-color: #3c8dbc;
  color: #ffffff;
  vertical-align: middle;
  padding: 1.5em;
}
.client-theme .image-preview-disabled {
  background-color: #000;
  opacity: 0.5;
}
.client-theme .customize-product-preview .btn.btn-default {
  white-space: normal;
  padding-left: 3px;
  padding-right: 3px;
}
.client-theme .customize-product-preview .ajax-loader-container {
  z-index: 999;
}
.client-theme .file-drop-container {
  background: #e7e7e7;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  color: #6d6d6d;
  padding: 100px 0;
  text-align: center;
}
.client-theme .file-drop-container.dragover {
  border: solid 1px #505050;
  color: #505050;
}
.client-theme .file-drop-container span.glyphicon {
  font-size: 30px;
}
.client-theme .file-list td {
  cursor: move;
}
.client-theme .table.uploaded-files-table {
  margin-bottom: 0;
}
.client-theme .icon-input-btn {
  display: inline-block;
  position: relative;
}
.client-theme .icon-input-btn button {
  padding-left: 2em;
}
.client-theme .icon-input-btn .glyphicon {
  display: inline-block;
  position: absolute;
  left: 0.65em;
  top: 30%;
}
.client-theme .dso-mid-level-wrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .client-theme .dso-modal {
    min-width: 60%;
  }
}
.client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
  width: 200px;
}
@media screen and (min-width: 767px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .client-theme #distributor-company-search-modal div.dataTables_wrapper div.dataTables_filter input[type=search] {
    width: 500px;
  }
}
.client-theme .assignment-button {
  white-space: normal !important;
  word-wrap: break-word;
  text-align: left;
}
.client-theme .new-team-panel {
  width: 90%;
}
.client-theme .copy-team-modal {
  width: 90%;
}
.client-theme .edit-course-modal {
  width: 90%;
}
.client-theme .assignments-added-summary {
  margin-top: -1px;
  border: 1px solid #00a65a;
  padding: 20px;
  line-height: 35px;
  margin-left: 1px;
  margin-right: 1px;
}
.client-theme .assignments-added-summary p {
  margin-bottom: 0;
}
.client-theme .assignments-counter {
  color: #FFF;
  display: inline-block;
  border-radius: 50%;
  background-color: #00a65a;
  font-size: 18px;
  line-height: 18px;
  margin-right: 20px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.client-theme .set-all-dates-picker {
  margin-top: 10px;
}
.client-theme .set-all-dates-picker input {
  font-weight: normal;
}
.client-theme .selected-assignments-table thead > tr {
  background-color: #e9e9e9 !important;
}
@media screen and (min-width: 767px) {
  .client-theme .copy-team-modal {
    width: 50%;
  }
  .client-theme .edit-course-modal {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .client-theme .new-team-panel {
    width: 50%;
  }
  .client-theme .copy-team-modal {
    width: 40%;
  }
  .client-theme .edit-course-modal {
    width: 40%;
  }
}
.client-theme .add-assignment-modal .add-content-filter .checkbox,
.client-theme .add-assignment-modal .add-content-filter .radio {
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.client-theme .add-assignment-modal .content-list-table {
  width: 100% !important;
}
.client-theme .copy-join-code {
  border: 1px solid #e4e4e4;
  padding: 15px;
  margin-bottom: 20px;
}
.client-theme .team-back-breadcrumb {
  margin-bottom: 20px;
}
.client-theme .team-back-breadcrumb span {
  font-size: 14px;
}
.client-theme .add-content-filter-section {
  padding-top: 10px;
  border-bottom: solid 1px #000000;
}
.client-theme .add-content-filter-section button {
  padding: 2px;
}
.client-theme .add-content-filter-section .glyphicon {
  font-weight: normal;
}
.client-theme .incentive-section-header {
  font-size: 20px;
}
.client-theme .cruise-incentive-email-note {
  font-size: 14px;
  font-style: italic;
}
.client-theme .sales-engagement-table {
  font-size: 14px;
}
.client-theme .sales-engagement-table button {
  font-size: 14px;
}
.client-theme .customer-engagement-panel-bg {
  background: #f1f1f1;
  height: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}
.client-theme .customer-engagement-more-info-box {
  display: flex;
  flex-flow: row wrap;
}
.client-theme .customer-engagement-more-info-box::before {
  display: block;
}
.client-theme .customer-engagement-more-info-box > div {
  padding-bottom: 10px;
}
.client-theme .sales-engagement-info-panel {
  width: 90%;
}
.client-theme .sales-engagement-info-panel .customer-engagement-group-membership,
.client-theme .sales-engagement-info-panel .customer-engagement-associated-locations {
  max-height: 350px;
  overflow: auto;
}
.client-theme .sales-engagement-pw-panel {
  width: 90%;
}
.client-theme .sales-engagement-email-panel {
  width: 80%;
}
.client-theme .sales-engagement-redeem-promo-code-panel {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .client-theme .sales-engagement-info-panel {
    width: 70%;
  }
  .client-theme .sales-engagement-pw-panel {
    width: 70%;
  }
  .client-theme .sales-engagement-email-panel {
    width: 50%;
  }
}
.client-theme .contact-list-manager-table thead {
  font-size: 13px;
}
.client-theme .contact-list-manager-table tbody {
  font-size: 13px;
}
.client-theme .contact-list-controls {
  width: 125px;
  text-align: right;
}
.client-theme .contact-list-controls .btn.btn-link {
  padding: 5px;
}
.client-theme .featured-item-link-button {
  white-space: normal;
}
.client-theme .activityclaim-list-side-filter button.claim-filter-header {
  width: 100%;
  text-align: left;
}
.client-theme .activityclaim-list-side-filter .claim-filter-wrapper {
  border-top: 1px solid #979797;
}
.client-theme .activityclaim-list-side-filter .claim-filter-wrapper.last-claim-filter {
  border-bottom: 1px solid #979797;
}
.client-theme .activityclaim-list-side-filter .claim-filter-wrapper ul {
  margin-left: 20px;
}
.client-theme .activityclaim-list-side-filter .claim-filter-wrapper button.btn.btn-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.client-theme .claim-item-lookup-panel {
  width: 90% !important;
}
.client-theme .edit-widget-overlay {
  z-index: 100;
  position: absolute;
  background-color: #000;
  opacity: 0.75;
  left: 15px;
  right: 15px;
  bottom: 20px;
  top: 0;
}
.client-theme .edit-widget-overlay .ajax-loader {
  font-size: 40px;
}
.client-theme.edit-widget-display {
  padding: 0 15px;
}
.client-theme .edit-control-bar {
  background: #000000;
}
.client-theme .edit-widget-control-bar .widget-name p {
  padding: 8px 0;
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .client-theme .edit-widget-control-bar .widget-name p {
    text-align: right;
  }
}
.client-theme .edit-control-bar .glyphicon {
  color: #ffffff;
  font-size: 16px;
  margin-top: 5px;
}
.client-theme .edit-control-bar .glyphicon:hover, .client-theme .edit-control-bar .glyphicon:focus, .client-theme .edit-control-bar .glyphicon:active {
  color: black;
}
.client-theme .btn-edit-bar {
  background: #000000;
  color: #ffffff;
  border-radius: 0px !important;
}
.client-theme .btn-edit-bar:disabled, .client-theme .btn-edit-bar:hover, .client-theme .btn-edit-bar:focus, .client-theme .btn-edit-bar:active {
  color: black;
  background: #000000;
}
.client-theme .btn-edit-bar:disabled .glyphicon {
  color: #ffffff;
  background: #000000;
}
.client-theme.editing {
  border: 2px solid #ee3425;
}
.client-theme.editing .edit-widget-display {
  padding: 0;
}
.client-theme.editing .edit-control-bar {
  background: #ee3425;
}
.client-theme.editing .edit-control-bar .glyphicon {
  background: #ee3425;
  color: #ffffff;
}
.client-theme.editing .edit-control-bar .glyphicon:disabled, .client-theme.editing .edit-control-bar .glyphicon:hover, .client-theme.editing .edit-control-bar .glyphicon:focus, .client-theme.editing .edit-control-bar .glyphicon:active {
  color: #ffffff;
}
.client-theme.editing .btn-edit-bar {
  background: #ee3425;
  color: #ffffff;
  border-radius: 0px !important;
}
.client-theme.editing .btn-edit-bar .btn:disabled, .client-theme.editing .btn-edit-bar .btn:hover, .client-theme.editing .btn-edit-bar .btn:focus, .client-theme.editing .btn-edit-bar .btn:active {
  color: #a0180d;
  background: #ee3425;
}
.client-theme.editing .btn-edit-subwidget-add .glyphicon-plus-sign {
  color: #ee3425;
}
.client-theme.editing .btn-edit-subwidget-add .glyphicon-plus-sign:disabled, .client-theme.editing .btn-edit-subwidget-add .glyphicon-plus-sign:hover, .client-theme.editing .btn-edit-subwidget-add .glyphicon-plus-sign:focus, .client-theme.editing .btn-edit-subwidget-add .glyphicon-plus-sign:active {
  color: #a0180d;
}
.client-theme #edit-widget-editor .row {
  margin: 0;
}
.client-theme #edit-widget-editor input[type=text], .client-theme #edit-quiz-editor input[type=text] {
  width: 600px;
}
.client-theme #edit-quiz-question-modal .modal-body {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 150px);
}
.client-theme .edit-widget-file,
.client-theme .edit-widget-open-html,
.client-theme .edit-widget-userstatus,
.client-theme .edit-widget-usercurriculumprogress,
.client-theme .edit-widget-userlevelprogress,
.client-theme .edit-widget-entitlements,
.client-theme .edit-widget-contentsummary,
.client-theme .edit-widget-quickstats {
  margin: 0 15px;
}
.client-theme .edit-widget-settings {
  margin-top: 10px;
}
.client-theme .edit-quiz-question {
  border: solid 1px gray;
  margin-bottom: 12px;
}
.client-theme .content-properties-container .btn, .client-theme .content-edit-quiz-container .btn {
  background: #000000;
  color: #ffffff;
  border-radius: 0px !important;
}
.client-theme .content-properties-container .btn:hover, .client-theme .content-properties-container .btn:focus, .client-theme .content-properties-container .btn:active, .client-theme .content-edit-quiz-container .btn:hover, .client-theme .content-edit-quiz-container .btn:focus, .client-theme .content-edit-quiz-container .btn:active {
  color: black;
}
.client-theme .content-properties-container .btn:hover, .client-theme .content-properties-container .btn:active, .client-theme .content-properties-container .btn:focus {
  color: white;
}
.client-theme .add-bar .glyphicon {
  color: #000000;
  font-size: 20px;
}
.client-theme .content-creator-menu {
  margin-top: 15px;
  margin-bottom: 15px;
}
.client-theme .content-properties-container, .client-theme .content-edit-quiz-container {
  border: 1px solid black;
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .content-properties-section-description, .client-theme .content-edit-quiz-section-description {
  font-weight: bold;
}
.client-theme .textarea-medium {
  height: 60px;
  width: 80%;
}
.client-theme .textbox-medium {
  width: 80%;
}
.client-theme ul.content-properties-view li {
  background: #d4d4d4;
  list-style-type: none;
  float: left;
  margin: 0 5px;
  padding: 5px 15px;
}
.client-theme ul.content-properties-view {
  margin-left: -25px;
}
.client-theme ul.multiselect-container li.disabled {
  background: none !important;
}
.client-theme .edit-quiz-question-display {
  padding: 10px;
}
.client-theme #edit-quiz-question-editor label {
  display: inline;
  font-weight: normal;
}
.client-theme .image-src, .client-theme .video-src {
  border: dashed 1px gray;
}
.client-theme .file-imageupload, .client-theme .file-videoupload {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.client-theme .widget-settings-color-sample {
  display: inline-block;
  margin-right: 15px;
}
.client-theme .widget-settings-color-sample button {
  border: 1px solid black !important;
  border-radius: 0px !important;
  height: 30px;
  width: 30px;
}
.client-theme .add-widget-img-container {
  min-height: 1px;
  width: 100%;
}
.client-theme .add-widget-img {
  margin: 0px auto 15px auto;
}
.client-theme.cke_editable {
  padding: 15px;
}
.client-theme .ckeditor-container {
  margin: 20px 0;
}
.client-theme .selectedContentLinkHighlight {
  background-color: #dff0d8 !important;
}
.client-theme .hiddenContentFilter {
  display: none;
}
.client-theme .show-all-content-filters {
  color: #ffffff;
}
.client-theme .show-all-content-filters:hover, .client-theme .show-all-content-filters:active, .client-theme .show-all-content-filters:focus {
  color: #cccccc;
  text-decoration: underline;
}
.client-theme button.no-color, .client-theme button.no-color:hover, .client-theme button.no-color:focus {
  background-color: inherit;
}
.client-theme button.no-color span, .client-theme button.no-color:hover span, .client-theme button.no-color:focus span {
  display: block;
  margin-left: -3px;
  margin-top: -2px;
}
.client-theme .no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.client-theme .link-picker > .modal-dialog {
  width: 80% !important;
}
.client-theme .link-picker-iframe {
  width: 100% !important;
  height: 600px !important;
}
.client-theme .preview-menu {
  border: 1px solid #000000;
  background-color: #ffffff;
}
.client-theme .user-summary-list dd {
  padding-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .client-theme .user-summary-list dt {
    padding-bottom: 10px;
  }
}
.client-theme .equal {
  display: flex;
  flex-wrap: wrap;
}
.client-theme .equal > div[class*=col-] {
  display: flex;
  flex-direction: column;
}
.client-theme #setPageModal .modal-dialog {
  max-width: 1500px;
}
.client-theme #setPageModal .modal-dialog .dataTable {
  width: inherit !important;
}
.client-theme .entitlement-properties-container {
  /*border: 1px solid black;*/
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .entitlement-properties-section-description {
  font-weight: bold;
}
.client-theme .entitlement-properties-image {
  width: 120px;
  height: 120px;
  border: 2px solid gray;
}
.client-theme .btn-entitlement-properties-image, .client-theme .notification-display-part-asset-delete {
  background: #000000;
  color: #ffffff;
}
.client-theme .file-entitlement-properties-image {
  width: 50%;
  margin-top: 5px;
}
.client-theme .group-properties-container {
  /*border: 1px solid black;*/
  margin-bottom: 10px;
  padding: 10px;
}
.client-theme .asset-actions {
  display: inline-block;
}
.client-theme .textbox-medium {
  width: 80%;
}
.client-theme .disabled-panel {
  pointer-events: none;
  opacity: 0.4;
}
.client-theme .modal-body {
  position: relative;
  padding: 15px;
}
.client-theme #entitlement-detail-modal .modal-header .close {
  margin-top: -10px;
  margin-right: -7px;
}
.client-theme #customize-asset-modal {
  overflow-x: auto;
}
.client-theme #customize-asset-modal .modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  /*min-width: 300px;*/
}
.client-theme .notification-display-part-asset {
  /*width: 174px;
  height: 174px;*/
  border: 2px solid gray;
}
.client-theme .remove-image-icon {
  padding: 5px;
  padding-bottom: 0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
}
.client-theme .remove-image-icon:active, .client-theme .remove-image-icon:focus, .client-theme .remove-image-icon:hover {
  background: rgba(0, 0, 0, 0.5);
}
.client-theme .remove-image-icon .glyphicon {
  color: #FFF;
}
.client-theme .advanced-import-options {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.client-theme .required label:after, .client-theme .required strong:after {
  color: #e32;
  content: " *";
  display: inline;
}
.client-theme .table.table-nested {
  background-color: transparent;
  margin: 10px;
  font-size: 12px;
}
.client-theme .table.table-nested td {
  padding: 0;
  border-top: none;
}
.client-theme .js-action-fields .alert {
  margin-bottom: 0px;
}
.client-theme .metric-summary .metric-toolbar .fa {
  font-size: 14px;
}
.client-theme .metric-summary .metric-toolbar .title {
  width: 85%;
  overflow: hidden;
}
.client-theme .metric-summary .metric-toolbar .configure-menu .dropdown-menu a {
  font-size: 12px;
}
.client-theme .metric-summary .metric-footer {
  font-size: 12px;
  position: absolute;
  right: 35px;
  bottom: 25px;
}
.client-theme .metric-summary.metric-summary-chart, .client-theme .metric-summary.metric-summary-topx {
  padding-bottom: 15px;
}
.client-theme .metric-summary.metric-summary-chart .metric-footer, .client-theme .metric-summary.metric-summary-topx .metric-footer {
  position: static;
  padding-top: 20px;
  margin-right: 13px;
  text-align: right;
}

/* Libre Franklin Font */
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin/LibreFranklin-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin/LibreFranklin-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin/LibreFranklin-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin/LibreFranklin-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.client-theme footer .container {
  border-top: 2px solid #e6e6e6;
}
.client-theme footer .container p.copyright-text {
  line-height: 60px;
}
.client-theme header .navbar {
  min-height: 90px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
.client-theme header .navbar .navbar-header {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .client-theme header .navbar .navbar-header .navbar-brand img {
    max-width: 220px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .client-theme header .navbar .navbar-header {
    float: none;
  }
}
.client-theme header .navbar .navbar-nav > li > a {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
}
.client-theme header .navbar .navbar-nav > li.active a {
  color: #ee3425;
}
.client-theme header .navbar .navbar-nav > li.active a:hover, .client-theme header .navbar .navbar-nav > li.active a:active, .client-theme header .navbar .navbar-nav > li.active a:focus {
  color: #ee3425;
}
.client-theme header .navbar .navbar-nav a,
.client-theme header .navbar .navbar-nav a span.glyphicon {
  font-size: 15px;
}
.client-theme header .navbar .navbar-nav .open .dropdown-menu > li > a {
  font-size: 15px;
  line-height: 30px;
}
.client-theme h1, .client-theme .h1, .client-theme h2, .client-theme .h2 {
  font-weight: 700;
}