@charset "UTF-8";
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #575757;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #575757;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: none;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.5.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #e9e9e9;
  border-radius: .1em;
}
.icon-pull-left {
  float: left;
}
.icon-pull-right {
  float: right;
}
.icon.icon-pull-left {
  margin-right: .3em;
}
.icon.icon-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-upload:before {
  content: "\f093";
}
.icon-lemon-o:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-feed:before,
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard-o:before {
  content: "\f11c";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-square:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184";
}
.icon-sun-o:before {
  content: "\f185";
}
.icon-moon-o:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-slack:before {
  content: "\f198";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}
.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-pied-piper:before {
  content: "\f1a7";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-spoon:before {
  content: "\f1b1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-square:before {
  content: "\f1b5";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-square:before {
  content: "\f1b7";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}
.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-ra:before,
.icon-rebel:before {
  content: "\f1d0";
}
.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}
.icon-git-square:before {
  content: "\f1d2";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}
.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-header:before {
  content: "\f1dc";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-plug:before {
  content: "\f1e6";
}
.icon-slideshare:before {
  content: "\f1e7";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-yelp:before {
  content: "\f1e9";
}
.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-paypal:before {
  content: "\f1ed";
}
.icon-google-wallet:before {
  content: "\f1ee";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-bell-slash:before {
  content: "\f1f6";
}
.icon-bell-slash-o:before {
  content: "\f1f7";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-birthday-cake:before {
  content: "\f1fd";
}
.icon-area-chart:before {
  content: "\f1fe";
}
.icon-pie-chart:before {
  content: "\f200";
}
.icon-line-chart:before {
  content: "\f201";
}
.icon-lastfm:before {
  content: "\f202";
}
.icon-lastfm-square:before {
  content: "\f203";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-bus:before {
  content: "\f207";
}
.icon-ioxhost:before {
  content: "\f208";
}
.icon-angellist:before {
  content: "\f209";
}
.icon-cc:before {
  content: "\f20a";
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}
.icon-meanpath:before {
  content: "\f20c";
}
.icon-buysellads:before {
  content: "\f20d";
}
.icon-connectdevelop:before {
  content: "\f20e";
}
.icon-dashcube:before {
  content: "\f210";
}
.icon-forumbee:before {
  content: "\f211";
}
.icon-leanpub:before {
  content: "\f212";
}
.icon-sellsy:before {
  content: "\f213";
}
.icon-shirtsinbulk:before {
  content: "\f214";
}
.icon-simplybuilt:before {
  content: "\f215";
}
.icon-skyatlas:before {
  content: "\f216";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-motorcycle:before {
  content: "\f21c";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-venus:before {
  content: "\f221";
}
.icon-mars:before {
  content: "\f222";
}
.icon-mercury:before {
  content: "\f223";
}
.icon-intersex:before,
.icon-transgender:before {
  content: "\f224";
}
.icon-transgender-alt:before {
  content: "\f225";
}
.icon-venus-double:before {
  content: "\f226";
}
.icon-mars-double:before {
  content: "\f227";
}
.icon-venus-mars:before {
  content: "\f228";
}
.icon-mars-stroke:before {
  content: "\f229";
}
.icon-mars-stroke-v:before {
  content: "\f22a";
}
.icon-mars-stroke-h:before {
  content: "\f22b";
}
.icon-neuter:before {
  content: "\f22c";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-server:before {
  content: "\f233";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-hotel:before,
.icon-bed:before {
  content: "\f236";
}
.icon-viacoin:before {
  content: "\f237";
}
.icon-train:before {
  content: "\f238";
}
.icon-subway:before {
  content: "\f239";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-battery-4:before,
.icon-battery-full:before {
  content: "\f240";
}
.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241";
}
.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242";
}
.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243";
}
.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255";
}
.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon-hand-spock-o:before {
  content: "\f259";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-tv:before,
.icon-television:before {
  content: "\f26c";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-industry:before {
  content: "\f275";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-vimeo:before {
  content: "\f27d";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-edge:before {
  content: "\f282";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-modx:before {
  content: "\f285";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-usb:before {
  content: "\f287";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-pause-circle-o:before {
  content: "\f28c";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stop-circle-o:before {
  content: "\f28e";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-percent:before {
  content: "\f295";
}
.text-hide {
  font: 0px/0px a;
  color: transparent;
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.inline-list-scroll-extend {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.inline-list-scroll-extend > * > * {
  white-space: normal;
}
.js .inline-list-scroll-extend {
  overflow: hidden;
}
/*!
 * jQuery UI CSS Framework @VERSION
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI Datepicker @VERSION
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 15em;
  padding: 0;
  margin-top: 2px;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .4em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 0!important;
  box-shadow: none!important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 3px;
}
.ui-datepicker .ui-datepicker-next {
  right: 3px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #e0e2df;
  text-shadow: 0 -1px 0 black;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  padding: 0;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0;
  margin-left: 1px;
}
.ui-datepicker th {
  padding: .3em .3em;
  text-align: center;
  font-weight: normal;
  border: 0;
  text-shadow: 0 1px 0 white;
}
.ui-datepicker thead th {
  text-transform: uppercase;
  font-size: 10px;
  color: #676767;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(#f7f7f7, #f1f1f1);
  background-image: -moz-linear-gradient(#f7f7f7, #f1f1f1);
  background-image: -o-linear-gradient(#f7f7f7, #f1f1f1);
  background-image: linear-gradient(#f7f7f7, #f1f1f1);
}
.ui-datepicker td {
  border: 0;
  padding: 0px;
}
.ui-datepicker table a:hover {
  position: relative;
  z-index: 5;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-timepicker-div {
  margin-top: 5px;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/*!
 * jQuery UI Progressbar @VERSION
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
/*!
 * jQuery UI Slider @VERSION
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
  box-shadow: none!important;
  border: 1px solid #E5E5E5;
  border-radius: 1.2em;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 4px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.1em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*!
 * jQuery UI Draggable @VERSION
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/*!
 * jQuery UI Sortable @VERSION
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/*!
 * jQuery UI Resizable @VERSION
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%2326292E&bgTextureHeader=fine_grain&bgImgOpacityHeader=15&borderColorHeader=%23ffffff&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23ffffff&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23E4E4E4&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23BFBFBF&fcDefault=%23585858&iconColorDefault=%23585858&bgColorHover=%23dadada&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%230086F7&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%230b5b9f&fcHighlight=%23ffffff&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=flat&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23a9a9a9&bgTextureShadow=flat&bgImgOpacityShadow=50&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  background: #ffffff;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  background: #26292E url("../images/jquery-ui/ui-bg_fine-grain_15_26292E_60x60.png") 50% 50% repeat;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #BFBFBF;
  background: #E4E4E4;
  font-weight: bold;
  color: #646464;
  font-size: 12px;
  margin: -1px 0 0 -1px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #585858;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #56828f;
  background: #0086F7;
  color: #ffffff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_585858_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -32px -16px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -16px;
}
.ui-icon-circle-triangle-w {
  background-position: -96px -16px;
}
.ui-icon-circle-triangle-n {
  background-position: 0 -16px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #a9a9a9;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px 10px 10px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background: url("../images/datatables/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("../images/datatables/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("../images/datatables/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../images/datatables/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("../images/datatables/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
  cursor: pointer;
}
table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.right,
table.dataTable td.right {
  text-align: right;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */
table.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
/*
 * Edited:		Breezy 2015
 *
 *
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables
 *
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */
/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
  position: relative;
  float: right;
  margin-bottom: 1em;
}
.ColVis_collection li {
  margin: 0;
  padding: 0;
}
button.DTTT_button,
div.DTTT_button,
a.DTTT_button,
button.ColVis_Button,
.ColVis_collection label {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 12px;
  color: #3d3b3c;
  background: #f2f2f2;
  border-top: 1px solid #d6d6d6;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
button.DTTT_button:first-child,
div.DTTT_button:first-child,
a.DTTT_button:first-child,
button.ColVis_Button:first-child {
  border: 0;
}
.ColVis_collection li:first-child label {
  border: 0;
}
/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover,
.ColVis_collection label:hover,
button.ColVis_Button:hover {
  border-color: #0087fa;
  color: white;
  background: #0087fa;
}
button.DTTT_disabled,
div.DTTT_disabled,
a.DTTT_disabled {
  color: #999;
  border-color: #d0d0d0;
  background: #ffffff;
}
/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable tr.DTTT_selected.odd,
table.dataTable tr.DTTT_selected.odd td.sorting_1,
table.dataTable tr.DTTT_selected.odd td.sorting_2,
table.dataTable tr.DTTT_selected.odd td.sorting_3 {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.even,
table.dataTable tr.DTTT_selected.even td.sorting_1,
table.dataTable tr.DTTT_selected.even td.sorting_2,
table.dataTable tr.DTTT_selected.even td.sorting_3 {
  background-color: #B0BED9;
}
/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */
div.DTTT_collection,
ul.ColVis_collection {
  width: 150px;
  padding: 0;
  border: 1px solid #d6d6d6;
  background-color: #f3f3f3;
  overflow: hidden;
  z-index: 2002;
  border-radius: 2px;
  margin: 5px 0 0 0;
}
div.DTTT_collection_background,
div.ColVis_collectionBackground {
  z-index: 2001;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button,
ul.ColVis_collection label {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  font-weight: normal;
}
/*
 * PRINTING
 * Print display styles
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
div.ColVis {
  float: right;
  margin-bottom: 1em;
}
ul.ColVis_collection li span {
  display: inline-block;
  padding-left: 0.5em;
  cursor: pointer;
}
ul.ColVis_collection li.ColVis_Special {
  border-color: #555;
  background: #ededed;
}
ul.ColVis_collection li.ColVis_Special:hover {
  background: #e2e2e2;
}
span.ColVis_radio {
  display: inline-block;
  width: 20px;
}
div.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}
/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in

a.DTTT_button_csv,
a.DTTT_button_xls,
a.DTTT_button_copy,
a.DTTT_button_pdf,
a.DTTT_button_print {
	padding-right: 0px;
}

a.DTTT_button_csv span,
a.DTTT_button_xls span,
a.DTTT_button_copy span,
a.DTTT_button_pdf span,
a.DTTT_button_print span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
}


a.DTTT_button_csv span { background: url(../images/datatables/csv.png) no-repeat bottom right; }
a.DTTT_button_csv:hover span { background: url(../images/datatables/csv_hover.png) no-repeat center right; }

a.DTTT_button_xls span { background: url(../images/datatables/xls.png) no-repeat center right; }
a.DTTT_button_xls:hover span { background: #f0f0f0 url(../images/datatables/xls_hover.png) no-repeat center right; }

a.DTTT_button_copy span { background: url(../images/datatables/copy.png) no-repeat center right; }
a.DTTT_button_copy:hover span { background: #f0f0f0 url(../images/datatables/copy_hover.png) no-repeat center right; }

a.DTTT_button_pdf span { background: url(../images/datatables/pdf.png) no-repeat center right; }
a.DTTT_button_pdf:hover span { background: #f0f0f0 url(../images/datatables/pdf_hover.png) no-repeat center right; }

a.DTTT_button_print span { background: url(../images/datatables/print.png) no-repeat center right; }
a.DTTT_button_print:hover span { background: #f0f0f0 url(../images/datatables/print_hover.png) no-repeat center right; }
button.DTTT_button_collection span {
	padding-right: 17px;
}

button.DTTT_button_collection:hover span {
	padding-right: 17px;
	background: #f0f0f0;
}

 */
@media screen and (max-width: 640px) {
  div.DTTT_container {
    float: none !important;
    text-align: center;
  }
  div.DTTT_container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.ajaxify-lightbox-fullscreen .fancybox-close {
  top: 10px;
  right: 10px;
  background: none;
  width: 30px;
  height: 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.ajaxify-lightbox-fullscreen .fancybox-close:hover {
  color: white;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container .ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container .ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container .ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-y,
.ps-container .ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 5px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover,
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/* jQuery Resize And Crop (jrac) */
.jrac_container {
  margin-bottom: 1em;
}
.jrac_viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 640px;
  height: 480px;
  background-image: url('../images/jarc/viewport_background.gif');
  border: dashed 5px #999;
}
.jrac_loading {
  background-image: url('../images/jarc/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jrac_crop {
  position: absolute;
  border: 2px solid yellow;
}
.jrac_crop_drag_handler {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: .1;
  /* FX/Opera/Safari/Chrome */
  -ms-filter: "alpha(opacity=10)";
  /* IE8 */
}
.jrac_viewport img,
.jrac_crop_drag_handler {
  cursor: pointer;
}
.jrac_zoom_slider_label {
  margin-top: .5em;
}
/*
 * jQuery File Upload UI Plugin CSS 9.0.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url("../images/progressbar/progressbar.gif") !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/progressbar/loading.gif") center no-repeat;
  background-size: contain;
}
.files audio,
.files video {
  max-width: 300px;
}
@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
  .files img,
  .files canvas {
    max-width: 100%;
  }
}
.lth-crop {
  position: relative;
}
.lth-crop.fl-left {
  float: left;
  margin: 0px 10px 10px 0px;
}
.lth-crop.fl-right {
  float: right;
  margin: 0px 0px 10px 10px;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  /*   float: left; */
  /*   margin-right: 20px; */
}
.img-wrapper.ui-widget-content {
  border: none !important;
}
.img-edit-container {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.img-wrapper {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.img-wrapper img {
  display: block;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.segrip,
.egrip,
.sgrip,
.swgrip,
.wgrip {
  width: 16px;
  height: 16px;
  background-color: #008CF9;
  border: 1px solid #008CF9 !important;
  z-index: 2000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.sgrip {
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}
.egrip {
  right: -8px;
  top: 50%;
  margin-top: -8px;
}
.segrip {
  bottom: -6px;
  right: -6px;
  margin-left: -6px;
}
.swgrip {
  bottom: -6px;
  left: -6px;
  margin-left: 0px;
}
.wgrip {
  left: -8px;
  top: 50%;
  margin-top: -8px;
}
.img-size-label,
.img-zoom-label,
.style-bar {
  position: absolute;
  color: #ffffff;
  padding: 5px 4px 5px 24px;
  font-size: 11px;
  font-weight: bold;
}
.img-size-label {
  background: rgba(0, 0, 0, 0.2) url('../images/croptool/ico_size.png') no-repeat 4px 3px;
  left: 5px;
  top: 5px;
}
.img-zoom-label {
  background: rgba(0, 0, 0, 0.2) url('../images/croptool/ico_zoom.png') no-repeat 4px 3px;
  right: 5px;
  top: 5px;
}
.style-bar {
  background-color: rgba(0, 0, 0, 0.2);
  left: 5px;
  bottom: 5px;
  padding-left: 0px;
}
.ico-fl-left,
.ico-fl-right,
.ico-fl-none,
.ico-delete {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  text-indent: -9999px;
  margin-left: 5px;
}
.ico-fl-left {
  background: transparent url('../images/croptool/ico_float_left.png') no-repeat top left;
}
.ico-fl-right {
  background: transparent url('../images/croptool/ico_float_right.png') no-repeat top left;
}
.ico-fl-none {
  background: transparent url('../images/croptool/ico_float_none.png') no-repeat top left;
}
.ico-delete {
  background: transparent url('../images/croptool/ico_delete.png') no-repeat top left;
}
.img-wrapper img.draggable {
  cursor: move;
}
.img-action {
  display: block;
  position: absolute;
  bottom: 10px;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}
.ico-crop {
  background-image: url('../images/croptool/ico_crop.png');
  right: 12px;
}
.img-bar {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  left: 0px;
  border: 1px solid #E3E3E3;
  border-top: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.action-buttons a {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  float: left;
  margin-left: 5px;
  line-height: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.action-buttons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 15%;
}
.tooltip-theme {
  border-radius: 7px;
  border: 2px solid #E3E3E3;
  background: #ffffff;
  color: #000000;
}
.tooltip-theme .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
.slider {
  width: auto !important;
  margin: 0px 15px !important;
  top: 11px;
}
.slider > .track,
.slider > .highlight-track,
.slider > .dragger {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.slider > .track,
.slider > .highlight-track {
  background: #EBEBEB !important;
  height: 5px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.slider > .dragger {
  /*   background: #FCC52B !important; */
  background: #008CF9 !important;
  width: 16px;
  height: 16px;
}
.slider {
  width: 300px;
}
.slider > .dragger {
  background: #8DCA09;
  background: -webkit-linear-gradient(top, #8DCA09, #72A307);
  background: -moz-linear-gradient(top, #8DCA09, #72A307);
  background: linear-gradient(top, #8DCA09, #72A307);
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #496805;
  width: 16px;
  height: 16px;
}
.slider > .dragger:hover {
  background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
}
.slider > .track,
.slider > .highlight-track {
  background: #ccc;
  background: -webkit-linear-gradient(top, #bbb, #ddd);
  background: -moz-linear-gradient(top, #bbb, #ddd);
  background: linear-gradient(top, #bbb, #ddd);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #aaa;
  height: 4px;
}
.slider > .highlight-track {
  background-color: #8DCA09;
  background: -webkit-linear-gradient(top, #8DCA09, #72A307);
  background: -moz-linear-gradient(top, #8DCA09, #72A307);
  background: linear-gradient(top, #8DCA09, #72A307);
  border-color: #496805;
}
/*
 * Select2 plugin style
 *
 * Edited: Breezy 2016
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 2px 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 28px;
  color: #444;
  line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
}
.inp-icon .select2-container .select2-selection--single .select2-selection__arrow {
  right: 37px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #575757 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--open .select2-selection--single border-ro .select2-selection__arrow b {
  border-color: transparent transparent #575757 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container .select2-selection--multiple {
  cursor: text;
  height: auto !important;
  padding-right: 42px !important;
}
.select2-selection__clear {
  display:none;
}
.select2-container .select2-selection--multiple .selection {
  height: auto;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: -5px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 13px;
}
.select2-container .select2-selection--multiple li {
  background-image: none;
  padding: 0;
  margin: 0;
}
.select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  display: inline-block;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  background-image: none;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
  padding: 3px 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container .select2-search--inline {
  display: inline-block;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container.select2-container--disabled .select2-selection--multiple {
  background-color: #e9e9e9;
  cursor: default;
}
.select2-container.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-dropdown {
  background-color: white;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 252;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  background-image: none;
  padding: 6px 10px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
}
.select2-search--dropdown {
  display: block;
  padding: 0;
}
.select2-search--dropdown .select2-search__field {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 6px;
  height: auto;
  box-shadow: none;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0087fa;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.colorPicker {
  margin: 0;
  display: none;
  clear: both;
  white-space: nowrap;
}
.colorPicker .twod {
  display: inline-block;
  margin: 0;
  cursor: crosshair;
  position: relative;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  width: 89%;
  height: 150px;
}
.colorPicker .twod .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.colorPicker .twod .bg1 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.colorPicker .twod .bg2 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.colorPicker .twod .pointer {
  z-index: 2;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  margin: -7px;
  border-radius: 10px;
  box-shadow: inset 0 0 2px black, 0 0 2px black;
  pointer-events: none;
  will-change: top, left;
}
/* main dimensions */
.colorPicker .oned {
  width: 8%;
  height: 150px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.colorPicker .oned .bg {
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjZmZmZjAwIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMGZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjMDAwMGZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
  background-image: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
  background-image: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
  background-image: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
}
.colorPicker .oned .pointer {
  position: relative;
  z-index: 2;
}
.colorPicker .oned .pointer .shape {
  position: absolute;
  margin-left: -1px;
  margin-top: -3px;
  width: 100%;
  height: 2px;
  border: 2px solid white;
  box-shadow: 0 0 1px black;
}
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
}
/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: black;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
  /* Hack to make IE7 behave */
  *zoom: 1;
  *display: inline;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.CodeMirror-code {
  outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span {
  *vertical-align: text-bottom;
}
/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px;
}
@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: '';
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}
/*

    Name:       Base16 Default Dark
    Author:     Chris Kempson (http://chriskempson.com)

    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/
.cm-s-base16-dark.CodeMirror {
  background: #151515;
  color: #e0e0e0;
}
.cm-s-base16-dark div.CodeMirror-selected {
  background: #303030;
}
.cm-s-base16-dark .CodeMirror-line::selection,
.cm-s-base16-dark .CodeMirror-line > span::selection,
.cm-s-base16-dark .CodeMirror-line > span > span::selection {
  background: rgba(48, 48, 48, 0.99);
}
.cm-s-base16-dark .CodeMirror-line::-moz-selection,
.cm-s-base16-dark .CodeMirror-line > span::-moz-selection,
.cm-s-base16-dark .CodeMirror-line > span > span::-moz-selection {
  background: rgba(48, 48, 48, 0.99);
}
.cm-s-base16-dark .CodeMirror-gutters {
  background: #151515;
  border-right: 0px;
}
.cm-s-base16-dark .CodeMirror-guttermarker {
  color: #ac4142;
}
.cm-s-base16-dark .CodeMirror-guttermarker-subtle {
  color: #505050;
}
.cm-s-base16-dark .CodeMirror-linenumber {
  color: #505050;
}
.cm-s-base16-dark .CodeMirror-cursor {
  border-left: 1px solid #b0b0b0;
}
.cm-s-base16-dark span.cm-comment {
  color: #8f5536;
}
.cm-s-base16-dark span.cm-atom {
  color: #aa759f;
}
.cm-s-base16-dark span.cm-number {
  color: #aa759f;
}
.cm-s-base16-dark span.cm-property,
.cm-s-base16-dark span.cm-attribute {
  color: #90a959;
}
.cm-s-base16-dark span.cm-keyword {
  color: #ac4142;
}
.cm-s-base16-dark span.cm-string {
  color: #f4bf75;
}
.cm-s-base16-dark span.cm-variable {
  color: #90a959;
}
.cm-s-base16-dark span.cm-variable-2 {
  color: #6a9fb5;
}
.cm-s-base16-dark span.cm-def {
  color: #d28445;
}
.cm-s-base16-dark span.cm-bracket {
  color: #e0e0e0;
}
.cm-s-base16-dark span.cm-tag {
  color: #ac4142;
}
.cm-s-base16-dark span.cm-link {
  color: #aa759f;
}
.cm-s-base16-dark span.cm-error {
  background: #ac4142;
  color: #b0b0b0;
}
.cm-s-base16-dark .CodeMirror-activeline-background {
  background: #202020;
}
.cm-s-base16-dark .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}
/* The lint marker gutter */
.CodeMirror-lint-markers {
  width: 16px;
}
.CodeMirror-lint-tooltip {
  background-color: #ffd;
  border: 1px solid black;
  border-radius: 4px 4px 4px 4px;
  color: black;
  font-family: monospace;
  font-size: 10pt;
  overflow: hidden;
  padding: 2px 5px;
  position: fixed;
  white-space: pre;
  white-space: pre-wrap;
  z-index: 100;
  max-width: 600px;
  opacity: 0;
  transition: opacity .4s;
  -moz-transition: opacity .4s;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -ms-transition: opacity .4s;
}
.CodeMirror-lint-mark-error,
.CodeMirror-lint-mark-warning {
  background-position: left bottom;
  background-repeat: repeat-x;
}
.CodeMirror-lint-mark-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==");
}
.CodeMirror-lint-mark-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-error,
.CodeMirror-lint-marker-warning {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  position: relative;
}
.CodeMirror-lint-message-error,
.CodeMirror-lint-message-warning {
  padding-left: 18px;
  background-position: top left;
  background-repeat: no-repeat;
}
.CodeMirror-lint-marker-error,
.CodeMirror-lint-message-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-warning,
.CodeMirror-lint-message-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=");
}
.CodeMirror-lint-marker-multiple {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
}
.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 2px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid silver;
  background: white;
  font-size: 90%;
  font-family: monospace;
  max-height: 20em;
  overflow-y: auto;
}
.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}
li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}
.CodeMirror-foldmarker {
  color: blue;
  text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
  font-family: arial;
  line-height: .3;
  cursor: pointer;
}
.CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}
/* *
	** BASE **
* */
/*!
 *	Simply fast class
 */
.reset {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.reset td,
.reset th {
  border: none;
  background: none;
  padding: 0;
}
.reset > li,
.reset > dt,
.reset > dd {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  float: none;
  width: auto;
}
.cb {
  clear: both;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cfx {
  zoom: 1;
}
.cfx:after,
.cfx:before {
  content: '';
  display: table;
  clear: both;
}
.break {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.ctx {
  zoom: 1;
  display: table-cell;
}
.ie7 .ctx {
  display: block;
}
.ctx:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0px !important;
  line-height: 0px;
  font-size: xx-large;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}
.hide,
.js .jsHide {
  display: none;
}
.out,
.js .jsOut {
  position: absolute;
  left: -5000px;
  top: -5000px;
}
.vhide {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.lower {
  text-transform: lowercase;
}
.upper {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.thin {
  font-weight: normal;
}
.italic {
  font-style: italic;
}
.normal {
  font-style: normal;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
.big {
  font-size: 20px;
}
.bigger {
  font-size: 24px;
}
.small {
  font-size: 12px;
}
.error,
.red {
  color: #cc3300;
}
.green {
  color: #33cc00;
}
.grey {
  color: #737070;
}
.blue {
  color: #0189f9;
}
.nowrap {
  white-space: nowrap;
}
/*!
 * Typo
 */
body {
  font: normal 13px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #575757;
}
/* Titles*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin: 1em 0 .5em;
  color: #1b1b1b;
}
h1,
.h1 {
  font-size: 25px;
}
h1 span,
.h1 span {
  font-size: 13px;
  color: #737070;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 16px;
}
/* Paragraph */
p {
  margin: 0 0 1.5em;
}
hr {
  background: #e9e9e9;
  height: 1px;
  border: none;
  margin: 40px 0;
}
.row + hr {
  margin-top: 25px;
}
#main > hr {
  margin-left: -40px;
  margin-right: -40px;
}
/* Blockquote */
blockquote {
  margin: 0 0 1.5em;
  background: #e9e9e9;
  padding: 20px;
  font-style: italic;
}
blockquote p {
  margin: 0;
}
/* Links */
a {
  color: #575757;
  tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #008efb;
}
/* Lists */
ul,
ol {
  margin: 0 0 1.5em 20px;
  list-style: none;
  padding: 0;
}
li {
  padding: 0 0 0 20px;
  margin: 0 0 .5em;
}
li ol,
li ul {
  margin: .5em 0 0;
}
ul li {
  background: url('../images/bg/li.png') 3px 0.6em no-repeat;
}
ul.no-bull {
  margin-left: 0;
}
ul.no-bull li {
  background: none;
  padding-left: 0;
}
ol {
  counter-reset: item;
}
ol li {
  background: none;
  position: relative;
}
ol li:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  font-weight: bold;
  text-align: left;
}
dl {
  margin: 0 0 1.5em;
}
dt {
  font-weight: bold;
  margin: 0 0 .25em;
}
dd {
  margin: 0 0 1em;
  padding: 0;
}
/* Tables */
table {
  width: 100%;
  clear: both;
  margin: 0 0 1.5em;
  empty-cells: show;
  border-collapse: collapse;
  border: none;
}
caption {
  font-weight: bold;
  text-align: left;
  padding: 0px 0px 10px;
  caption-side: top;
}
td,
th {
  vertical-align: top;
  padding: 11px 10px;
  border: none;
}
tbody tr:nth-child(2n-1) td,
tbody tr:nth-child(2n-1) th {
  background: #fafafa;
}
tbody tr:hover td,
tbody tr:hover th {
  background: #fbfdd9;
}
th {
  font-weight: bold;
  text-align: left;
}
thead th {
  background: #ebebeb;
}
@media (max-width: 960px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 600px) {
  .l {
    float: left;
    display: inline;
  }
  .r {
    float: right;
    display: inline;
  }
  img.r {
    margin: .6em 0 1.25em 20px;
  }
  img.l {
    margin: .6em 20px 1.25em 0;
  }
}
/* *
	** CORE **
* */
.tooltip {
  position: absolute;
  z-index: 2010;
  display: block;
  font-size: 11px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.fade {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #444;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #dfdfdf;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #dfdfdf;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #dfdfdf;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #dfdfdf;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
  max-width: 400px;
  width: 350px;
  padding: 20px 30px;
  font-size: 11px;
  text-align: left;
  background-color: #000;
  background-clip: padding-box;
  color: #dfdfdf;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover input {
  width: 100%;
  margin: 2px 0;
}
.popover .btn {
  margin: 2px 0;
}
.popover form {
  margin-right: 20px;
  display: block;
  width: 300px;
}
.popover-title,
.popover .title {
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: white;
}
.popover-content {
  padding: 0;
}
.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #000;
  bottom: -10px;
}
.popover.right > .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: #000;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #000;
  top: -10px;
}
.popover.left > .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: #000;
}
/* *
	** LAYOUT **
* */
html {
  height: 100%;
}
body {
  position: relative;
  color: #575757;
  height: 100%;
}
.only-mobile {
  display: block;
}
.only-desktop,
.only-tablet,
.only-tablet-desktop {
  display: none;
}
@media (min-width: 600px) {
  .only-mobile {
    display: none;
  }
  .only-tablet,
  .only-tablet-desktop {
    display: block;
  }
}
@media (min-width: 960px) {
  .only-desktop {
    display: block;
  }
  .only-tablet {
    display: none;
  }
}
/*!
 *	Grid
 */
.row {
  position: relative;
  padding: 0;
  *zoom: 1;
  zoom: 1;
}
.row:before,
.row:after {
  content: '';
  display: table;
  clear: both;
}
.row-main {
  position: relative;
  padding: 0;
  *zoom: 1;
  zoom: 1;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 10px;
}
.row-main:before,
.row-main:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 600px) {
  .col {
    display: inline;
    float: left;
    left: 100%;
    position: relative;
    padding: 0;
  }
  .grid-1 {
    width: 6.38297872%;
  }
  .grid-2 {
    width: 14.89361702%;
  }
  .grid-3 {
    width: 23.40425532%;
  }
  .grid-4 {
    width: 31.91489362%;
  }
  .grid-5 {
    width: 40.42553191%;
  }
  .grid-6 {
    width: 48.93617021%;
  }
  .grid-7 {
    width: 57.44680851%;
  }
  .grid-8 {
    width: 65.95744681%;
  }
  .grid-9 {
    width: 74.46808511%;
  }
  .grid-10 {
    width: 82.9787234%;
  }
  .grid-11 {
    width: 91.4893617%;
  }
  .grid-12 {
    width: 100%;
  }
  .grid-h {
    width: 48.5%;
  }
  .grid-q {
    width: 22.75%;
  }
  .grid-3q {
    width: 74.25%;
  }
  .grid-t {
    width: 31.333%;
  }
  .grid-2t {
    width: 65.666%;
  }
  .col-12 {
    margin-left: -6.38297872%;
  }
  .col-11 {
    margin-left: -14.89361702%;
  }
  .col-10 {
    margin-left: -23.40425532%;
  }
  .col-9 {
    margin-left: -31.91489362%;
  }
  .col-8 {
    margin-left: -40.42553191%;
  }
  .col-7 {
    margin-left: -48.93617021%;
  }
  .col-6 {
    margin-left: -57.44680851%;
  }
  .col-5 {
    margin-left: -65.95744681%;
  }
  .col-4 {
    margin-left: -74.46808511%;
  }
  .col-3 {
    margin-left: -82.9787234%;
  }
  .col-2 {
    margin-left: -91.4893617%;
  }
  .col-1 {
    margin-left: -100%;
  }
  .col-h-1 {
    margin: 0 0 0 -100%;
  }
  .col-h-2 {
    margin: 0 0 0 -48.5%;
  }
  .col-q-1 {
    margin: 0 0 0 -100%;
  }
  .col-q-2 {
    margin: 0 0 0 -74.25%;
  }
  .col-q-3 {
    margin: 0 0 0 -48.5%;
  }
  .col-q-4 {
    margin: 0 0 0 -22.75%;
  }
  .col-t-1 {
    margin: 0 0 0 -100%;
  }
  .col-t-2 {
    margin: 0 0 0 -65.666%;
  }
  .col-t-3 {
    margin: 0 0 0 -31.333%;
  }
}
#panel {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e9e9e9;
  z-index: 201;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#panel-main {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 65px;
  background: #1a1a1a;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  z-index: 150;
}
#panel-main .tool {
  position: absolute;
  bottom: 10px;
  left: 100%;
  text-decoration: none;
  color: #737070;
  font-size: 12px;
  width: 100%;
  text-align: center;
  -webkit-transition: left 400ms;
  transition: left 400ms;
}
#panel-main .tool:hover {
  color: #fff;
}
.hide-panel #panel-main .tool {
  left: 0;
}
#panel-secondary {
  position: absolute;
  left: 65px;
  top: 0;
  bottom: 0;
  width: 200px;
  background: #1f2227;
  overflow: visible;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 100;
}
#panel-secondary h2 {
  margin-right: 50px;
  margin-bottom: 20px;
  color: #008efb;
}
#panel-secondary .inner {
  padding: 25px;
  width: 150px;
}
#panel-secondary .tool {
  position: absolute;
  left: 25px;
  bottom: 10px;
  text-decoration: none;
  color: #737070;
  font-size: 12px;
}
#panel-secondary .tool:hover {
  color: #fff;
}
.hide-panel #panel-secondary {
  left: -135px;
}
.scroller {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 30px;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px 25px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.scroller.scrolled {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
}
.fancybox-editor {
  background: black;
}
.fancybox-editor #panel h3 {
  margin: 3.5em 0 .5em;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.fancybox-editor #panel .backlink {
  color: #aaaaaa;
  text-decoration: none;
  margin-top: 20px;
  display: block;
}
.fancybox-editor #panel .backlink i {
  margin-right: 5px;
  font-size: 16px;
}
.fancybox-editor .lightbox-message {
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 230px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.fancybox-editor .lightbox-message.show {
  visibility: visible;
  opacity: 1;
}
.fancybox-editor .lightbox-message-container {
  color: white;
  color: rgba(255, 255, 255, 0.7);
  display: table;
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.fancybox-editor .lightbox-message .icon {
  display: block;
  font-size: 40px;
  margin-bottom: 8px;
}
.fancybox-editor .lightbox-message .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fancybox-editor .scroller {
  padding: 0px 35px 15px;
}
.fancybox-editor #panel-secondary {
  font-size: 14px;
  left: 0;
  width: 230px;
  box-shadow: inset -2px 0px 3px rgba(0, 0, 0, 0.3);
  background: #131518;
}
.fancybox-editor #panel-secondary .inner {
  padding-left: 36px;
}
.fancybox-editor #panel-secondary .app a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #454545;
  display: block;
  position: absolute;
  left: -19px;
  margin-top: 7px;
  border-radius: 4px;
}
.fancybox-editor .box-gallery .header {
  left: 230px;
}
.fancybox-editor .box-gallery .editor {
  left: 280px;
}
#header {
  position: fixed;
  left: 265px;
  right: 0;
  top: 0;
  z-index: 200;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
#header h1 {
  font-size: 20px;
  margin: -2px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.ie7 #header h1 {
  display: inline;
  zoom: 1;
}
#header p {
  margin: 0;
}
#header .inner {
  max-width: 1080px;
  background: #fcfcfc;
  border-bottom: 1px solid #e9e9e9;
}
.full-layout #header .inner {
  max-width: none;
}
#header .row {
  padding: 22px 40px;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
#header .title {
  float: left;
  display: inline;
  margin: 2px 0;
  width: 55%;
}
#header .controls {
  float: right;
  display: inline;
  text-align: right;
  width: 45%;
}
.scrolled #header h1 {
  height: 30px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scrolled #header .row {
  padding-top: 12px;
  padding-bottom: 12px;
}
#header .menu {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  color: #737070;
}
.ie7 #header .menu {
  display: inline;
  zoom: 1;
}
#header .menu:hover ul {
  display: block;
}
#header .menu:hover strong {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
#header .menu strong {
  background: #e9e9e9;
  display: block;
  padding: 0 22px 0 8px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
#header .menu strong:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin-top: -2px;
  border-width: 4px 4px 0 4px;
  border-style: solid dashed;
  border-color: #737070 transparent;
}
#header .menu ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #e9e9e9;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
#header .menu li {
  border-top: 1px solid #fcfcfc;
}
#header .menu a {
  display: block;
  text-decoration: none;
  padding: 0 8px;
}
.hide-panel #header {
  left: 65px;
}
#main {
  padding: 30px 40px;
}
#content {
  background: #fff;
  padding-top: 120px;
  margin-left: 265px;
  position: relative;
  max-width: 1080px;
  min-height: 100%;
  z-index: 200;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: margin 0.5s, max-width 0.3s;
  transition: margin 0.5s, max-width 0.3s;
}
.full-layout #content {
  max-width: 2800px;
}
.hide-panel #content {
  margin-left: 65px;
}
.hide-headermenu #content {
  padding-top: 80px;
}
#content.no-header {
  padding-top: 0;
}
#content.with-footer {
  padding-bottom: 73px;
}
.template-setting #content {
  height: 100%;
  box-shadow: none;
}
#footer {
  position: fixed;
  left: 265px;
  right: 0;
  bottom: 0;
  z-index: 12;
}
#footer p {
  margin: 0;
}
#footer .l {
  padding-top: 5px;
}
.hide-panel #footer {
  left: 65px;
}
#footer .inner {
  max-width: 1080px;
  background: #fcfcfc;
  border-top: 1px solid #e9e9e9;
  padding: 20px 40px;
  box-sizing: border-box;
  *zoom: 1;
  zoom: 1;
}
#footer .inner:before,
#footer .inner:after {
  content: '';
  display: table;
  clear: both;
}
.full-layout #footer .inner {
  max-width: none;
}
/* *
	** MENU **
* */
#menu-main {
  text-align: center;
}
#menu-main ul {
  position: relative;
}
#menu-main a {
  display: block;
  position: relative;
  padding: 15px 0;
  color: #888;
  text-decoration: none;
}
#menu-main i {
  font-size: 26px;
  color: #888;
}
#menu-main .active > a i,
#menu-main a:hover i {
  color: #008efb;
}
#menu-main a:hover .tooltip {
  left: 100%;
  z-index: 1000;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#menu-main .site {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  width: 65px;
  height: 65px;
  font-style: italic;
}
#menu-main .site a {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 220px;
  height: 65px;
  white-space: nowrap;
  line-height: 65px;
  text-align: right;
  color: #fff;
  padding: 0;
  margin: 80px 0 0 -80px;
}
#menu-main .site a:hover {
  color: #008efb;
}
#menu-main .site span {
  color: #888;
}
#menu-secondary {
  line-height: 20px;
}
#menu-secondary a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: #888;
  overflow: hidden;
}
#menu-secondary a .r {
  padding-top: 3px;
  font-size: 12px;
  color: #888;
}
#menu-secondary .with-submenu {
  margin-left: -16px;
}
#menu-secondary .with-submenu > a {
  padding-left: 16px;
}
#menu-secondary span.toggleItem {
  position: absolute;
  padding-top: 4px;
  cursor: pointer;
}
#menu-secondary span.toggleItem i {
  font-size: 11px;
}
#menu-secondary .active > span.toggleItem,
#menu-secondary span.toggleItem:hover {
  color: #fff;
}
#menu-secondary .active > a,
#menu-secondary a:hover {
  color: #fff;
}
#menu-secondary .submenu {
  overflow: hidden;
  position: relative;
  zoom: 1;
  display: none;
}
#menu-secondary .show-submenu .submenu {
  display: block;
}
#menu-secondary > ul {
  position: relative;
}
#menu-secondary > ul ul {
  margin: 10px 0 15px;
}
#menu-secondary > ul ul:before {
  content: '';
  position: absolute;
  left: 5px;
  top: -5px;
  bottom: 15px;
  width: 1px;
  background: #3f4246;
}
#menu-secondary > ul ul li {
  padding-left: 30px;
  position: relative;
}
#menu-secondary > ul ul li:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 14px;
  height: 1px;
  width: 12px;
  background: #3f4246;
}
#menu-secondary > ul ul li:last-child:after {
  content: '';
  background: #1f2227;
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 15px;
}
#menu-lang {
  position: absolute;
  left: 135px;
  top: 27px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.08), inset 1px 1px 0 rgba(0, 0, 0, 0.55);
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 25px;
  text-align: left;
  color: #888;
  cursor: pointer;
  z-index: 10;
}
#menu-lang:hover ul {
  display: block;
}
#menu-lang a {
  display: block;
  text-decoration: none;
  padding: 0 7px;
  color: #888;
}
#menu-lang a:hover {
  color: #fff;
}
#menu-lang strong {
  font-weight: normal;
  padding: 0 20px 0 7px;
}
#menu-lang strong:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin-top: -2px;
  border-width: 5px 4px 0;
  border-color: #737070 transparent;
  border-style: solid dashed;
}
#menu-lang ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
#menu-lang li {
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.08), inset 1px 1px 0 rgba(0, 0, 0, 0.55);
  background: #1F2227;
}
#menu-header {
  padding: 0 25px;
  font-size: 13px;
  line-height: 40px;
  border-top: 1px solid #e9e9e9;
  -webkit-transition: line-height 0.3s;
  transition: line-height 0.3s;
}
#menu-header ul {
  *zoom: 1;
  zoom: 1;
}
#menu-header ul:before,
#menu-header ul:after {
  content: '';
  display: table;
  clear: both;
}
#menu-header li {
  float: left;
  display: inline;
}
#menu-header a {
  text-decoration: none;
  display: block;
  padding: 0 15px;
}
#menu-header .active > a,
#menu-header a:hover {
  color: #0189f9;
}
.scrolled #menu-header {
  line-height: 30px;
}
.scrolled .menu-section {
  position: fixed;
}
.scrolled .menu-section.static {
  position: static;
}
.menu-section .active a {
  color: #008efb;
}
/* *
	** FORM **
* */
.form-std {
  margin: 0 0 20px;
}
.message {
  background: #e9e9e9;
  padding: 10px 15px 1px;
  margin: 0 0 20px;
}
.message > * {
  margin: 0 0 9px;
}
.message.error {
  background: #cc3300;
  color: #fff;
}
.message.ok {
  background: #33cc00;
  color: #fff;
}
.inp-text,
input[type="text"],
input[type="number"],
input[type="search"],
.select2-container .select2-selection--multiple {
  display: block;
  padding: 8px 10px;
  border: 1px solid #e9e9e9;
  border-width: 2px 1px 1px 2px;
  background: #fff;
  color: #575757;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
  outline: none;
}
.error .inp-text,
.error input[type="text"],
.error input[type="number"],
.error input[type="search"] {
  border-color: #cc3300;
}
.inp-text:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
.select2-container.select2-container--focus .select2-selection--multiple {
  background-color: #fbfdd9;
}
textarea.inp-text,
textareainput[type="text"],
textareainput[type="number"],
textareainput[type="search"] {
  height: auto;
  min-height: 100px;
}
.inp-text.big,
input[type="text"].big,
input[type="number"].big,
input[type="search"].big {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.inp-text.cke_dialog_ui_input_text,
input[type="text"].cke_dialog_ui_input_text,
input[type="number"].cke_dialog_ui_input_text,
input[type="search"].cke_dialog_ui_input_text {
  height: auto !important;
}
select,
select.cke_dialog_ui_input_select {
  display: block;
  border: none;
  padding: 8px 20px 8px 10px;
  border: 1px solid #e9e9e9;
  border-width: 2px 1px 1px 2px;
  background: #fff url('../images/bg/inp-select.png') 100% 50% no-repeat;
  color: #575757;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
  -webkit-appearance: none;
  outline: none;
}
.error select,
.error select.cke_dialog_ui_input_select {
  border-color: #cc3300;
}
select:focus,
select.cke_dialog_ui_input_select:focus {
  background-color: #fbfdd9;
}
select.big,
select.cke_dialog_ui_input_select.big {
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}
select::-ms-expand,
select.cke_dialog_ui_input_select::-ms-expand {
  display: none;
}
/*.select2-container.cms-select{
	strong + &{
		margin-top: .25em;
	}
	.select2-choice{
		border: none !important;
		padding: 0;
		background: none !important;
		.box-shadow(none);
		line-height: 16px;
		height: 16px;
		position: static;
		.select2-chosen{
			margin-right: 15px;
		}
		.select2-arrow{
			background: none;
			border: none;
			.border-radius(0);
			display: block;
			width: 0px;
			height: 0px;
			right: 10px;
			top: 50%;
			overflow: hidden;
			margin-top: -3px;
			border-width: 6px 6px 0;
			border-color: @colorLight transparent;
			border-style: solid dashed;
			b{
				display: none;
			}
		}
	}
	&.select2-dropdown-open{
		.select2-arrow{
			border-width: 0 6px 6px;
		}
	}
}

div.select2-drop.select2-drop-active{
	.box-shadow(none);
	border: 1px solid @border !important;
	border-width: 2px 1px 0 2px !important;
	.border-radius(0px);
	margin: 0;
	padding: 10px;
	.box-sizing(border-box);
	.select2-search{
		display: block;
		padding: 0;
		margin: 0;
		input{
			margin: 0;
			padding: 8px 10px;
			border: 1px solid @border;
			border-width: 1px;
			background: #fff;
		}
	}
	.select2-results{
		margin: 0;
		padding: 0;
		border: 1px solid @border;
		border-width: 0 1px;
		li{
			margin: 0;
			padding: 0;
			border-bottom: 1px solid @border;
		}
		.select2-no-results,
		.select2-result-label{
			padding: 5px 10px;
			background: @backgroundLight;
			.transition(background .2s);
		}
		.select2-no-results{
			background: @red;
			color: #fff;
		}
		.select2-highlighted{
			.select2-result-label{
				background: @backgroundHighlight;
				color: @color;
			}
		}
	}
}*/
label {
  font-weight: bold;
}
label + .inp-fix,
label + .inp-fix-select,
label + .inp-icon,
label + .inp-select {
  margin-top: .25em;
}
label.vhide + .inp-fix,
label.label + .inp-fix,
label.vhide + .inp-fix-select,
label.label + .inp-fix-select,
label.vhide + .inp-icon,
label.label + .inp-icon,
label.vhide + .inp-select,
label.label + .inp-select {
  margin-top: 0;
}
label.big {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin: 0 0 10px;
}
.fancybox-inner label {
  color: white;
}
.inp-fix {
  position: relative;
  display: block;
  padding: 0 23px 0 0;
}
.inp-fix .inp-text {
  width: 100%;
  margin: 0 -23px 0 0;
}
.ie7 .inp-fix .inp-text {
  margin-top: -1px;
}
.inp-fix-select {
  display: block;
}
.inp-row .label {
  font-weight: bold;
  font-size: 13px;
}
.inp-icon {
  display: block;
  position: relative;
}
.inp-icon.inp-fix {
  padding-right: 58px;
}
.inp-icon .icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
.inp-icon .big + .icon-wrap {
  width: 45px;
  line-height: 45px;
}
.inp-icon .big + .icon-wrap .icon {
  font-size: 18px;
}
.inp-icon .icon {
  vertical-align: middle;
  color: #737070;
}
.inp-icon .cms-select ~ .icon-wrap {
  line-height: 36px;
  border-left: 1px solid #e9e9e9;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.inp-icon .cms-select ~ .icon-wrap:hover {
  background-color: #e9e9e9;
}
.inp-icon .inp-text {
  padding-right: 45px;
  margin-right: -58px;
}
.inp-add-block {
  height: 16px;
  position: relative;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.inp-add-block:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 1px;
  background: #000;
}
.inp-add-block span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  background: #000;
  margin-left: -8px;
}
.inp-add-block span:before {
  content: '';
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}
.inp-add-block span:after {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 50%;
  width: 2px;
  background: #fff;
  margin-left: -1px;
}
.inp-add-block:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.inp-item {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 15px 0 0;
  font-weight: normal;
}
/* BUTTON */
.btn,
a.cke_dialog_ui_button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  outline: none;
}
.btn span,
a.cke_dialog_ui_button span {
  border: 1px solid #e9e9e9;
  position: relative;
  display: block;
  padding: 5px 15px;
  font: bold 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  color: #575757;
  background: #e9e9e9;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.btn:focus span,
a.cke_dialog_ui_button:focus span,
.btn:hover span,
a.cke_dialog_ui_button:hover span {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}
.btn-primary span {
  border-color: #424549;
  background: #424549;
  color: #fff;
  box-shadow: none;
}
.btn-primary:focus span,
.btn-primary:hover span {
  border-color: #008efb;
  background: #008efb;
}
.btn-secondary span {
  border-color: #008efb;
  background: #008efb;
  color: #fff;
  box-shadow: none;
}
.btn-secondary:focus span,
.btn-secondary:hover span {
  border-color: #424549;
  background: #424549;
}
.btn + a,
.btn-group + a,
* + .btn,
* + .btn-group {
  margin-left: .4em;
}
.btn + a,
.btn-group + a {
  display: inline-block;
  vertical-align: middle;
}
.btn-icon span {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  color: #737070;
}
.btn-group {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  zoom: 1;
}
.btn-group:before,
.btn-group:after {
  content: '';
  display: table;
  clear: both;
}
.btn-group .btn {
  float: left;
  display: inline;
  margin-left: 0;
}
.btn-group .btn span {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-left-width: 0px;
}
.btn-group .btn:first-child span {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group .btn:last-child span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-row {
  position: relative;
  display: block;
}
.btn-row .inp-fix {
  padding-right: 73px;
}
.btn-row .inp-text {
  margin-right: -73px;
  padding-right: 60px;
}
.btn-row .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
}
.btn-row .icon {
  vertical-align: middle;
}
.btn-add {
  margin: 0;
  text-align: center;
  font-size: 16px;
  display: block;
  border: 2px dashed #e9e9e9;
  text-decoration: none;
  padding: 10px 50px 10px 10px;
  position: relative;
  color: #dfdfdf;
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
.btn-add:hover {
  color: #575757;
  border-color: #737070;
}
.btn-add:hover .icon {
  color: #737070;
}
.btn-add .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  color: #dfdfdf;
}
.input-colorpicker-wrapper .input-swatch {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99999 !important;
}
.input-colorpicker-wrapper .input-color {
  float: right;
  font-family: monospace;
  display: block;
  opacity: 0;
}
.input-colorpicker-wrapper .input-color input {
  display: inline-block;
  width: 55px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 3px 2px 1px;
  outline: none;
  margin: 0 5px;
}
.input-colorpicker-wrapper .colorPicker {
  position: absolute;
  top: 30px;
  width: 251px;
  right: 0;
  z-index: 99999 !important;
}
.inp-fix:hover .input-color {
  opacity: 1;
}
.input-range {
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  width: 80px;
  margin: 2px 0;
  padding: 0;
  position: relative;
}
.input-range:focus {
  outline: none;
}
.input-range::-webkit-slider-runnable-track {
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  border-radius: 2px;
  border: 0;
  background: rgba(105, 118, 128, 0.2);
  height: 2px;
  width: 100%;
}
.input-range::-webkit-slider-thumb {
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #b5bbbf;
  margin-top: -6px;
}
.input-range::-moz-range-track {
  border: 0;
  box-shadow: none;
  cursor: pointer;
  border-radius: 2px;
  background: rgba(105, 118, 128, 0.2);
  height: 2px;
  width: 100%;
}
.input-range::-moz-range-thumb {
  box-shadow: none;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #b5bbbf;
  margin-top: -6px;
}
.input-range::-ms-expand {
  display: none;
}
.input-range::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 7px 0;
  color: transparent;
}
.input-range::-ms-fill-lower,
.input-range::-ms-fill-upper {
  background: #E1E3E6;
  border: none;
  border-radius: 50px;
}
.input-range::-ms-thumb {
  border: 1px solid #b5bbbf;
  height: 13px;
  width: 13px;
  border-radius: 7px;
  background: white;
  cursor: pointer;
}
.input-range.dark {
  background: transparent;
}
.input-range.dark::-webkit-slider-runnable-track {
  background: #727272;
}
.input-range.dark::-moz-range-track {
  background: #727272;
}
.input-range.dark::-ms-fill-lower {
  background: #727272;
}
.input-range.dark::-ms-fill-upper {
  background: #727272;
}
.input-range.dark::-webkit-slider-thumb {
  background: #727272;
  border-color: #c4c4c4;
}
.input-range.dark::-moz-range-thumb {
  background: #727272;
  border-color: #c4c4c4;
}
.input-range.dark::-ms-thumb {
  background: #727272;
  border-color: #c4c4c4;
}
.inp-small {
  width: 30px;
  text-align: center;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 10px;
  border: 0;
  outline: none;
}
.inp-img {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 15px 0 0;
  font-weight: normal;
}
.inp-img .img {
  width: 130px;
  height: 95px;
  border-radius: 3px;
  display: block;
  background-color: grey;
}
.inp-img .img + span {
  opacity: 0.7;
  text-align: center;
  display: block;
}
.inp-img input[type="radio"] {
  display: none;
}
.inp-img input[type="radio"]:checked + .img {
  background-color: #4d4d4d;
}
.inp-img input[type="radio"]:checked + .img + span {
  opacity: 1;
}
.inp-group {
  *zoom: 1;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inp-group:before,
.inp-group:after {
  content: '';
  display: table;
  clear: both;
}
.inp-group input {
  display: none;
}
.inp-group span {
  position: relative;
  float: left;
  display: inline;
  margin-left: 0;
  padding: 13px 15px;
  font: bold 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  text-decoration: none;
  color: #dddddd;
  background: #292929;
  border-left: 1px solid black;
  width: 33.33%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.inp-group label {
  display: block !important;
}
.inp-group label:first-child span {
  border-left-width: 0px;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
.inp-group label:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
.inp-group input:checked + span {
  background: #3d3d3d;
}
@media (min-width: 600px) {
  .inp-row {
    padding-left: 130px;
    line-height: 34px;
  }
  .inp-row .label {
    float: left;
    margin-left: -130px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.page-login {
  background: #1f2227;
  color: #fff;
  text-align: center;
  height: 100%;
}
.page-login:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: -0.25em;
  height: 100%;
}
.form-login {
  display: inline-block;
  vertical-align: middle;
  width: 265px;
  text-align: left;
}
.ie7 .form-login {
  display: inline;
  zoom: 1;
}
.form-login fieldset > :last-child {
  margin-bottom: 0;
}
.form-login h1 {
  color: #fff;
  font-size: 31px;
  margin: 0 0 .75em;
  text-align: center;
}
.form-login p {
  margin: 0 0 15px;
}
.form-login a {
  color: #737070;
  text-decoration: none;
}
.form-login a:hover {
  color: #0189f9;
}
.form-login .inp-text {
  background: #0f1015;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  padding: 18px 50px 18px 15px;
  margin-right: -65px;
  outline: none;
}
.form-login .inp-text::-webkit-input-placeholder {
  color: #979696;
}
.form-login .inp-text:-moz-placeholder {
  color: #979696;
}
.form-login .inp-text::-moz-placeholder {
  color: #979696;
}
.form-login .inp-text:-ms-input-placeholder {
  color: #979696;
}
.form-login .inp-text:focus {
  background: #000;
}
.form-login .inp-fix {
  padding-right: 65px;
}
.form-login .auto-login {
  padding-bottom: 10px;
  padding-right: 0px;
}
.form-login .auto-login label {
  color: #737070;
  font-size: 12px;
}
.form-login .auto-login label input {
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.form-login .btn {
  display: block;
  width: 100%;
}
.form-login .btn span {
  border-radius: 0;
  background: #0081dd;
  border: none;
  font-size: 16px;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
}
.form-login .btn:focus span,
.form-login .btn:hover span {
  background: #0072c4;
}
.login-label,
.login-spinner {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.login-spinner {
  height: 30px;
  width: 30px;
  border: 3px solid transparent;
  border-top-color: white;
  border-radius: 100%;
  z-index: 1001;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 9px;
  -webkit-animation: rotation 0.8s infinite linear;
  -moz-animation: rotation 0.8s infinite linear;
  -o-animation: rotation 0.8s infinite linear;
  animation: rotation 0.8s infinite linear;
}
body.loading .login-spinner {
  visibility: visible;
  opacity: 1;
}
body.loading .login-label {
  visibility: hidden;
  opacity: 0;
}
/* *
	** BOX **
* */
.box-images {
  margin: 0 0 1.25em;
}
.box-images .title {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 .5em;
}
.box-images ul {
  font-family: 'Courier New', monospace;
  letter-spacing: -0.63em;
  word-spacing: -0.63em;
  font-size: 0px;
  margin: 0 0 -10px -20px;
}
.box-images ul > * {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-size: 13px;
}
.ie7 .box-images ul > * {
  display: inline;
  zoom: 1;
}
.box-images .inner {
  margin: 0 0 10px 20px;
  position: relative;
  text-align: center;
  width: 150px;
  height: 113px;
  line-height: 113px;
  overflow: hidden;
}
.box-images .inner:hover .overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.box-images .new {
  border: 2px dashed #e9e9e9;
  line-height: 109px;
  height: 109px;
  display: block;
  color: #dfdfdf;
  text-decoration: none;
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
.box-images .new:hover {
  color: #737070;
  border-color: #737070;
}
.box-images .new span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.box-images .new .icon {
  display: block;
  font-size: 30px;
  line-height: 1;
  -webkit-transition: none;
  transition: none;
}
.box-images .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  line-height: 29px;
  padding: 0 10px;
  font-size: 11px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.box-images .overlay a {
  color: #fff;
  text-decoration: none;
}
.box-images .overlay a:hover {
  text-decoration: underline;
}
.box-block {
  margin: 0 0 1.25em;
}
.box-block .title {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 .5em;
}
.box-block .box {
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.box-block .box a {
  display: block;
  border: 2px dashed #e9e9e9;
  text-decoration: none;
  padding: 10px 50px 10px 10px;
  position: relative;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.box-block .box a:hover {
  color: #575757;
  border-color: #737070;
}
.box-block .box a:hover .icon {
  color: #737070;
}
.box-block .box .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  color: #dfdfdf;
}
.box-dashboard {
  background: #fcfcfc;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 40px;
  position: relative;
  min-height: 170px;
}
.box-dashboard .content {
  margin-right: 400px;
}
.box-dashboard .img {
  position: absolute;
  right: 40px;
  bottom: 0;
  background: url('../images/bg/web.png') 0 0 no-repeat;
  width: 359px;
  padding-top: 12px;
  height: 190px;
  text-align: center;
  overflow: hidden !important;
}
.box-dashboard .img a {
  color: #737070;
}
.box-dashboard .img a:hover {
  color: #008efb;
}
.box-dashboard .img .zoomer-wrapper {
  position: absolute !important;
  top: 11px;
  left: 11px;
}
.box-dashboard .img .zoomer-wrapper .zoomer-small {
  background-color: #FFFFFF !important;
}
.visit-statistics-list {
  list-style-type: none !important;
  margin: 10px 0px 0px 0px !important;
}
.visit-statistics-list li {
  display: block;
  float: left;
  list-style-type: none !important;
  background: none !important;
  padding-left: 0px !important;
  padding-right: 40px;
  line-height: 1.8em !important;
  color: #575757;
}
.visit-statistics-list li span {
  color: #1B1B1B;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 25px;
}
#ga-filter-form > fieldset > .inp-fix {
  padding: 0;
}
#ga-filter-form > fieldset > .inp-fix input {
  height: 33px;
}
.box-gallery {
  height: 100%;
  background: #000;
  color: #fff;
}
.box-gallery .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  z-index: 100;
  padding: 35px 50px 0;
  height: 65px;
}
.box-gallery .header a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}
.box-gallery .header a:hover {
  color: #737070;
}
.box-gallery .header .title {
  margin: 0 50px 0 0;
  font-size: 25px;
  float: left;
  display: inline;
  line-height: 35px;
}
.box-gallery .header .search {
  float: left;
  display: inline;
  width: 300px;
  margin: 0 25px 0 0;
}
.box-gallery .header .inp-text {
  background: #555;
  color: #fff;
  border-color: #373737;
}
.box-gallery .header .links {
  float: left;
  display: inline;
  line-height: 35px;
  margin: 0;
}
.box-gallery .header .links a {
  margin-right: 15px;
}
.box-gallery .header .r {
  margin: 0;
}
.box-gallery .header .r a {
  margin-left: 15px;
}
.box-gallery ul {
  padding: 101px 50px 50px 51px;
  text-align: center;
  background: #000;
  *zoom: 1;
  zoom: 1;
}
.box-gallery ul:before,
.box-gallery ul:after {
  content: '';
  display: table;
  clear: both;
}
.box-gallery ul a {
  display: block;
  text-decoration: none;
  color: #737070;
  border: 1px solid #333;
  margin: -1px 0 0 -1px;
  padding: 15px;
}
.box-gallery li {
  float: left;
  display: inline;
  width: 100%;
  position: relative;
}
.box-gallery li:hover {
  z-index: 5;
}
.box-gallery li:hover a {
  border-color: #606060;
  color: #fff;
}
.box-gallery li:hover span.gallery-checkbox {
  visibility: visible;
}
.box-gallery li:hover span.gallery-checkbox i {
  color: #606060;
}
.box-gallery li span.gallery-checkbox {
  display: block;
  position: absolute;
  visibility: hidden;
  width: 18px;
  height: 18px;
  overflow: hidden;
  right: 10px;
  top: 10px;
}
.box-gallery li span.gallery-checkbox i {
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 18px;
}
.box-gallery li span.gallery-checkbox i:before {
  font-size: 18px;
  line-height: 18px;
}
.box-gallery li.active {
  z-index: 10;
}
.box-gallery li.active a {
  border-color: #008efb;
  color: #fff;
}
.box-gallery li.active span.gallery-checkbox {
  visibility: visible;
}
.box-gallery li.active span.gallery-checkbox i {
  color: #008efb;
}
.box-gallery .editor {
  clear: both;
  position: absolute;
  top: 110px;
  right: 15px;
  bottom: 15px;
  left: 50px;
  font-size: 15px;
  overflow: auto;
  z-index: 10000;
}
.box-gallery .img {
  line-height: 180px;
  display: block;
}
.box-gallery .img img {
  vertical-align: bottom;
}
.box-gallery .name {
  padding-top: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-gallery .dib {
  vertical-align: middle;
  display: inline-block;
  font-size: 28px;
  line-height: 36px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 440px) {
  .box-gallery li {
    width: 50%;
  }
}
@media (min-width: 660px) {
  .box-gallery li {
    width: 33.33%;
  }
}
@media (min-width: 880px) {
  .box-gallery li {
    width: 25%;
  }
}
@media (min-width: 1100px) {
  .box-gallery li {
    width: 20%;
  }
}
@media (min-width: 1320px) {
  .box-gallery li {
    width: 16.66%;
  }
}
@media (min-width: 1540px) {
  .box-gallery li {
    width: 14.285%;
  }
}
@media (min-width: 1760px) {
  .box-gallery li {
    width: 12.5%;
  }
}
@media (min-width: 2000px) {
  .box-gallery li {
    width: 220px;
  }
}
#box-jump {
  position: fixed;
  top: 150px;
  left: 50%;
  width: 650px;
  margin-left: -325px;
  background-color: black;
  color: white;
  border-radius: 3px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
  z-index: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#box-jump.show {
  display: block;
}
#box-jump.typing .inner {
  display: block;
}
#box-jump.typing .after {
  visibility: visible;
}
#box-jump ::selection {
  background-color: white;
}
#box-jump .inp-fix {
  padding-right: 80px;
  position: relative;
  z-index: 1;
}
#box-jump .inp-fix:before {
  content: "\f002";
  font-family: 'FontAwesome';
  color: white;
  font-size: 25px;
  position: absolute;
  top: 18px;
  left: 20px;
  pointer-events: none;
}
#box-jump .inp-text {
  font-size: 25px;
  background-color: transparent;
  border: 0;
  color: white;
  padding: 20px 20px 19px 60px;
  height: auto;
  line-height: 1.5em;
}
#box-jump .inp-text-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding: 20px 20px 19px 60px;
  font-size: 0;
  z-index: 0;
}
#box-jump .before {
  border: 0;
  color: white;
  height: auto;
  display: inline-block;
  line-height: 1.5em;
  font-size: 25px;
}
#box-jump .after {
  display: inline-block;
  visibility: hidden;
  line-height: 1.5em;
  font-size: 25px;
  color: #a1a1a1;
}
#box-jump .inner {
  display: none;
  max-height: 500px;
  position: relative;
}
#box-jump .heading {
  color: #a1a1a1;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 10px 2px 60px;
  cursor: default;
  letter-spacing: 0.05px;
}
#box-jump .reset {
  margin-bottom: 20px;
}
#box-jump .reset a {
  padding: 6px 20px 6px 60px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: white;
}
#box-jump .reset li:hover a,
#box-jump .reset li.active a {
  background-color: #323337;
}
/* *
	** CROSSROAD **
* */
.crossroad-dashboard {
  margin-left: -40px;
  margin-right: -40px;
}
.crossroad-dashboard:first-child {
  margin-top: -30px;
}
.crossroad-dashboard li {
  border-bottom: 1px solid #e9e9e9;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.crossroad-dashboard li:hover {
  background: #fcfcfc;
}
.crossroad-dashboard li:hover .icon {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.crossroad-dashboard li:hover:before {
  background: #008efb;
  color: #fff;
  border-color: #008efb;
}
.crossroad-dashboard li:before {
  position: absolute;
  left: 30px;
  top: 50%;
  border: 1px solid #e9e9e9;
  background: #fff;
  width: 28px;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  margin-top: -15px;
  font-weight: normal;
  pointer-events: none;
  font-size: 12px;
  -webkit-transition: background 0.2s, border-color 0.2s, color 0.2s;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.crossroad-dashboard p {
  margin: 0;
}
.crossroad-dashboard .inner {
  display: block;
  padding: 30px 50px 30px 90px;
  text-decoration: none;
  color: #575757;
}
.crossroad-dashboard .inner:hover {
  color: #575757;
}
.crossroad-dashboard .inner:hover .title {
  color: #008efb;
}
.crossroad-dashboard .title {
  font-size: 20px;
  margin: 0 0 .25em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.crossroad-dashboard .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #737070;
  text-decoration: none;
  font-size: 16px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.crossroad-dashboard .icon:hover {
  color: #008efb;
}
.crossroad-gallery {
  height: 100%;
  background: #000;
  color: #fff;
  text-align: center;
}
.crossroad-gallery ul {
  display: table;
  width: 100%;
  height: 100%;
}
.crossroad-gallery li {
  height: 100%;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.crossroad-gallery li:first-child .content {
  margin-top: 20px;
}
.crossroad-gallery li:hover {
  background: #575757;
}
.crossroad-gallery li form .inp-fix {
  padding: 0px;
}
.crossroad-gallery p {
  color: #bdbcbc;
}
.crossroad-gallery .inner {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 100%;
}
.crossroad-gallery .inner:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -0.25em;
}
.crossroad-gallery .content {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  max-width: 98%;
}
.ie7 .crossroad-gallery .content {
  display: inline;
  zoom: 1;
}
.crossroad-gallery .title {
  font-size: 25px;
}
.crossroad-gallery #progress {
  height: 15px;
}
.crossroad-gallery #progress .progress-bar {
  height: 20px;
  background: #008efb;
  width: 0px;
}
#main #order-detail .order-info {
  display: inline-block;
  float: left;
}
#main #order-detail .order-info h2 {
  margin-bottom: 0px;
  line-height: 1;
}
#main #order-detail .order-info p {
  color: #1b1b1b;
}
#main #order-detail .order-info + div a {
  margin: 0 0 0.5em;
}
#main #order-detail .client-info div.heading h2 {
  text-decoration: underline;
  display: inline-block;
}
#main #order-detail .client-info div.heading h2 a {
  color: #1b1b1b;
}
#main #order-detail .client-info div.heading h2 a:hover {
  color: #008efb;
}
#main #order-detail .client-info div.heading span {
  color: #1b1b1b;
}
#main #order-detail .client-info p {
  color: #1b1b1b;
}
#main #order-detail .status-in {
  margin: 0 0 1.5em;
}
#main #order-detail .status-in label {
  font-weight: normal;
}
#main #order-detail .status-in .line strong {
  color: #1b1b1b;
}
#main #order-detail .status-out label {
  color: #1b1b1b;
  margin: 0 0 0.5em;
  display: block;
}
#main #order-detail .status-out .list-item-select {
  margin: 0 0 0.5em;
  display: block;
}
#main #order-detail .billing-address label,
#main #order-detail .delivery-address label {
  color: #1b1b1b;
  margin: 0 0 0.5em;
  display: block;
}
#main #order-detail .billing-address address,
#main #order-detail .delivery-address address {
  color: #1b1b1b;
  font-style: normal;
}
#main #order-detail .row table {
  color: #1b1b1b;
}
#main #order-detail .row table tr.total td {
  background: #ebebeb;
}
#main #order-detail .row table th.column-price,
#main #order-detail .row table td.column-price,
#main #order-detail .row table td.column-total-price {
  text-align: right;
}
#main #order-detail .messages label {
  color: #1b1b1b;
  margin: 0 0 0.5em;
  display: block;
}
#main #order-detail .messages textarea {
  overflow: hidden;
  word-wrap: break-word;
  resize: none;
  min-height: 120px;
  width: 100%;
  padding: 10px;
}
/* *
  ** CUSTOM **
* */
.page-login .languages_switcher {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 20px;
  color: #737070;
}
.page-login .languages_switcher:before {
  content: "\f0ac";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  padding: 21px 10px 21px 0;
  color: #585555;
}
.page-login .languages_switcher li {
  background: 0;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.page-login .languages_switcher li a {
  color: #737070;
  padding: 20px 10px;
  display: block;
  text-decoration: none;
}
.page-login .languages_switcher li a:hover {
  color: #aba7a7;
}
#content .notifications {
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 5000;
}
textarea,
input,
select {
  resize: none !important;
}
img {
  max-width: 100%;
}
.form-std-filter {
  margin: 0 0 20px;
  display: none;
}
.status-wrap {
  padding: 4px 13px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.icon-times:before {
  content: "\f00d";
}
/* *
  ** Library extension **
* */
table.dataTable {
  margin: 0 0 20px;
}
table.dataTable.no-footer {
  border: none;
}
table.dataTable thead th,
table.dataTable thead td {
  border: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: #ebebeb !important;
}
table.dataTable .column-actions {
  text-align: right;
}
table.dataTable .column-actions .action {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
table.dataTable .column-actions .action + .action {
  margin-left: 10px;
}
table.dataTable tr:hover .column-actions .action {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
table.dataTable .column-select {
  width: 20px;
}
table.dataTable .icon {
  font-size: 18px;
}
table.dataTable .DTTT_selected td,
table.dataTable .DTTT_selected th {
  background: #fbfdd9 !important;
}
table.dataTable .DTTT_selected:nth-child(2n-1) td,
table.dataTable .DTTT_selected:nth-child(2n-1) th {
  background: #f8fcc1 !important;
}
.dataTables_wrapper .dataTables_filter {
  float: left;
  width: 33%;
}
.dataTables_wrapper .dataTables_filter input {
  width: 100%;
  margin: 0;
}
.dataTables_wrapper .DTTT_button,
.dataTables_wrapper .ColVis_Button {
  height: auto;
  font-size: 100%;
  float: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -webkit-background-clip: padding-box;
  -moz-border-radius: none;
  -moz-background-clip: padding;
  border-radius: none;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  outline: none;
}
.dataTables_wrapper .DTTT_button:hover,
.dataTables_wrapper .ColVis_Button:hover {
  background: none;
  border: none;
  box-shadow: none;
}
.dataTables_wrapper .DTTT_button span,
.dataTables_wrapper .ColVis_Button span {
  border: 1px solid #e9e9e9;
  position: relative;
  display: block;
  padding: 5px 15px;
  font: bold 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  color: #575757;
  background: #e9e9e9;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.dataTables_wrapper .DTTT_button .icon,
.dataTables_wrapper .ColVis_Button .icon {
  margin: 0 -5px;
}
.dataTables_wrapper .DTTT_button .icon-caret-down,
.dataTables_wrapper .ColVis_Button .icon-caret-down {
  margin: -10px -16px -10px 0px;
  padding: 10px 16px 10px 5px;
}
.dataTables_wrapper .DTTT_button:focus span,
.dataTables_wrapper .ColVis_Button:focus span,
.dataTables_wrapper .DTTT_button:hover span,
.dataTables_wrapper .ColVis_Button:hover span {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}
.dataTables_wrapper .DTTT_button + *,
.dataTables_wrapper .ColVis_Button + * {
  margin-left: 5px;
}
.dataTables_wrapper .DTTT_container {
  margin-left: 5px;
}
.dataTables_wrapper .dataTables_info {
  color: #737070;
  line-height: 37px;
  padding: 0;
}
.dataTables_wrapper .dataTables_length {
  float: right;
  margin-left: 20px;
}
.dataTables_wrapper .dataTables_paginate {
  line-height: 37px;
  padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none !important;
  background: none !important;
  outline: none;
  color: #575757 !important;
  border: none;
  min-width: 1px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-left: 10px;
  text-decoration: underline !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border: none;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #008efb !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  font-weight: bold;
  color: #008efb !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #e9e9e9;
  cursor: default;
  text-decoration: none !important;
}
.cke_dialog_ui_select .select2 {
  width: 100%!important;
  position: relative!important;
  cursor: pointer!important;
}
.html-code {
  width: 100%;
}
.html-code span.cm-comment {
  color: #a86 !important;
}
.html-code span.cm-keyword {
  line-height: 1em;
  font-weight: bold;
  color: blue !important;
}
.html-code span.cm-string {
  color: #a22 !important;
}
.html-code span.cm-builtin {
  line-height: 1em;
  font-weight: bold;
  color: #077 !important;
}
.html-code span.cm-special {
  line-height: 1em;
  font-weight: bold;
  color: #0aa !important;
}
.html-code span.cm-variable {
  color: black !important;
}
.html-code span.cm-number,
.html-code span.cm-atom {
  color: #3a3 !important;
}
.html-code span.cm-meta {
  color: #555 !important;
}
.html-code span.cm-link {
  color: #3a3 !important;
}
.html-code .CodeMirror-activeline-background {
  background: #0f0f0f !important;
}
.html-code .CodeMirror-matchingbracket {
  outline: 1px solid grey;
  color: black !important;
}
.CodeMirror-lint-tooltip {
  z-index: 10000 !important;
}
#gallery-wrapper {
  padding: 65px 0 0;
  position: relative;
}
#gallery-wrapper .gallery {
  padding: 0px;
  width: 100%;
}
#gallery-wrapper .cell {
  border: 1px solid #333333;
  margin: -1px 0 0 -1px;
  width: 258px;
  height: 258px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  position: relative;
}
#gallery-wrapper .cell:hover,
#gallery-wrapper .cell.chosen {
  border: 1px solid #606060 !important;
  cursor: pointer;
  z-index: 1;
}
#gallery-wrapper .cell.chosen {
  border: 2px solid #008EFB !important;
}
#gallery-wrapper .cell .img {
  display: block;
  line-height: 220px;
  margin: 0 0 10px;
}
#gallery-wrapper .cell .img + span {
  display: block;
  width: 100%;
  color: #BDBCBC;
  font-size: 12px;
}
#gallery-wrapper .cell img {
  max-width: 180px;
  max-height: 180px;
  margin-top: 20px;
}
#gallery-wrapper .cell:hover span,
#gallery-wrapper .cell.chosen span {
  color: #FFFFFF;
}
#gallery-wrapper span.title {
  display: block;
  color: #FFFFFF;
  font-size: 1.5em !important;
  font-weight: normal !important;
  float: left;
  line-height: 33px;
}
#gallery-wrapper.clear {
  clear: both;
}
#gallery-wrapper .right-buttons {
  float: right;
  line-height: 33px;
}
#gallery-wrapper .right-buttons a {
  display: block;
  float: left;
  margin-left: 10px;
}
#gallery-wrapper .right-buttons .btn.btn-link {
  text-decoration: none !important;
  color: #FFFFFF !important;
  font-weight: bold !important;
  font-size: 1em !important;
}
#gallery-wrapper .search {
  float: left;
  margin: 0px 40px 0px 80px;
  width: 275px;
  height: 31px;
  border: 1px solid #383838 !important;
  background-color: #555555 !important;
  padding: 0px 10px !important;
  /*   line-height: 31px; */
  font-size: 14px;
  color: #FFFFFF !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#gallery-wrapper .label {
  color: #FFFFFF;
  line-height: 35px;
}
#gallery-wrapper .button,
.gallery-button {
  display: block;
  height: 33px;
  background-color: #EAEAEA !important;
  padding: 0px 20px;
  text-decoration: none !important;
  color: #3C3C3C !important;
  font-size: 0.9em;
  line-height: 33px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
#gallery-wrapper .button:hover,
.gallery-button:hover {
  color: #000000 !important;
}
#gallery-wrapper #files-gallery-filter-form {
  float: left !important;
}
#gallery-wrapper .actions {
  float: right;
}
#gallery-wrapper .btn.btn-link {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
#gallery-wrapper .btn.btn-link:hover {
  text-decoration: underline !important;
}
#gallery-wrapper .fixed-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.gallery-col-upload input[type=file] {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  display: block;
  width: 180px;
  height: 33px;
  background-color: #EAEAEA !important;
  padding: 0px 20px;
  text-decoration: none !important;
  color: #3C3C3C !important;
  font-size: 12px;
  line-height: 33px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
}
.gallery-col-upload input[type=file]::-webkit-file-upload-button {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 0;
  display: none;
}
.gallery-col-upload x::-webkit-file-upload-button,
.gallery-col-upload input[type=file]:after {
  content: 'Vyberte cestu k obrázku';
  text-align: center;
  display: inline-block;
}
.gallery-col-upload .errors .error {
  color: red !important;
}
.rotating-spinner {
  height: 30px;
  width: 30px;
  position: fixed;
  top: 50%;
  margin-top: -15px !important;
  -webkit-animation: rotation 0.8s infinite linear;
  -moz-animation: rotation 0.8s infinite linear;
  -o-animation: rotation 0.8s infinite linear;
  animation: rotation 0.8s infinite linear;
  border: 4px solid;
  border-radius: 100%;
  z-index: 1001;
  display: none;
}
.development .rotating-spinner,
.testing .rotating-spinner {
  border-color: rgba(1, 137, 249, 0.15);
  border-top-color: rgba(1, 137, 249, 0.8);
}
.stage .rotating-spinner {
  border-color: rgba(252, 197, 43, 0.15);
  border-top-color: rgba(252, 197, 43, 0.8);
}
.production .rotating-spinner {
  border-color: rgba(246, 63, 14, 0.15);
  border-top-color: rgba(246, 63, 14, 0.8);
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.modal-spinner {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
body.loading {
  /* overflow: hidden scrolls to top*/
}
body.loading .modal-spinner,
body.loading .rotating-spinner {
  display: block;
}
.fancybox-skin {
  background: #000 !important;
}
.fancybox-skin h1,
.fancybox-skin h2,
.fancybox-skin h3,
.fancybox-skin h4,
.fancybox-skin h5,
.fancybox-skin h6 {
  color: #fff;
}
.ajaxify-lightbox-content {
  position: relative;
  height: 100%;
}
.fancybox-inner .title {
  color: white;
}
.fancybox-inner div#delete-item > p {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.fancybox-inner div#delete-item > p span.grey-row {
  display: block;
}
.fancybox-inner .actions {
  text-align: right;
}
.fancybox-inner .blocks-popup {
  padding: 50px;
}
.fancybox-inner .wrap-css-frontend {
  margin-bottom: 20px;
}
.fancybox-inner .blocks-popup .css-frontend {
  background-color: #ffffff !important;
}
.fancybox-inner .blocks-popup .css-frontend h1,
.fancybox-inner .blocks-popup .css-frontend h2,
.fancybox-inner .blocks-popup .css-frontend h3,
.fancybox-inner .blocks-popup .css-frontend h4,
.fancybox-inner .blocks-popup .css-frontend h5,
.fancybox-inner .blocks-popup .css-frontend h6 {
  color: #000000 !important;
}
.fancybox-inner .blocks-category {
  display: block;
  width: 33%;
  float: left;
}
.fancybox-inner .blocks-category ul {
  list-style: square;
}
.fancybox-inner .blocks-category ul li {
  padding: 0;
  color: #888;
}
.fancybox-inner .blocks-category ul li a {
  color: #888;
}
.noScrollbar {
  overflow: hidden;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: auto !important;
}
.cms-blocks,
.favorites-block {
  margin-left: 0px !important;
}
.cms-blocks li,
.favorites-block li {
  display: block;
  border: 1px #C8C8C8 dashed;
  background: transparent url('../images/bg/block-list-icon.png') 15px 15px no-repeat;
  padding: 0px 13px 0px 38px;
  height: 39px;
  line-height: 39px;
  margin-bottom: 11px;
  position: relative;
}
.cms-blocks li a,
.favorites-block li a {
  text-decoration: none;
}
.cms-blocks li .dd-icons,
.favorites-block li .dd-icons {
  position: absolute;
  top: 0;
  right: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cms-blocks li .dd-icons a:hover,
.favorites-block li .dd-icons a:hover {
  color: black;
}
.cms-blocks li:hover .dd-icons,
.favorites-block li:hover .dd-icons {
  opacity: 1;
}
.focuspoint-target {
  position: relative;
  width: 285px;
  overflow: hidden;
  margin-bottom: 1em;
}
.focuspoint-target img {
  display: block;
  max-width: 100%;
  height: auto;
}
.focuspoint-target img.focuspoint-overlay,
.focuspoint-target img.focuspoint-reticle {
  position: absolute;
  top: 0;
  left: 0;
}
.focuspoint-target img.focuspoint-overlay {
  cursor: pointer;
  opacity: 0.01;
}
:first-child {
  margin-top: 0;
}
.popover-content .gallery-tooltip {
  width:100%;
  margin-right:0;
}
.popover-content .gallery-tooltip input{
  box-sizing: border-box;
  height:auto;

  
}