/*!
 *  Font Awesome 4.6.3 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('../fonts/fontAwesome/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontAwesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontAwesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontAwesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontAwesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontAwesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.picker {
    font-size: 16px;
    display: none;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .picker.picker--opened {
        display: block;
    }

.picker__input {
    cursor: pointer;
}

    .picker__input.picker__input--active {
        border-color: #0089ec;
    }

.picker__holder {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

.picker {
    width: 100%;
}

.picker__holder {
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    border-top-width: 0;
    border-bottom-width: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: -webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;
    -moz-transition: -moz-transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;
    -o-transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;
    transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;
}

.picker__frame {
    padding: 1px;
}

.picker__wrap {
    margin: -1px;
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: -webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
    -moz-transition: -moz-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
    -o-transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
    transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
    -webkit-box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
    -moz-box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
    box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
}

.picker__box {
    padding: 0 1em;
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}

.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic;
}

.picker__select--month, .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em;
}

@media (min-width:24.5em) {
    .picker__select--month, .picker__select--year {
        margin-top: -.5em;
    }
}

.picker__select--month {
    width: 35%;
}

.picker__select--year {
    width: 22.5%;
}

    .picker__select--month:focus, .picker__select--year:focus {
        border-color: #0089ec;
    }

.picker__nav--next, .picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em;
}

@media (min-width:24.5em) {
    .picker__nav--next, .picker__nav--prev {
        top: -.33em;
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width:24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em;
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width:24.5em) {
    .picker__nav--next {
        padding-left: 1.5em;
    }
}

.picker__nav--next:before, .picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
}

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

@media (min-height:33.875em) {
    .picker__table {
        margin-bottom: .75em;
    }
}

.picker__table td {
    margin: 0;
    padding: 0;
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500;
}

@media (min-height:33.875em) {
    .picker__weekday {
        padding-bottom: .5em;
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.picker__day--today {
    position: relative;
}

    .picker__day--today:before {
        content: " ";
        position: absolute;
        top: 2px;
        right: 2px;
        width: 0;
        height: 0;
        border-top: .5em solid #0059bc;
        border-left: .5em solid transparent;
    }

.picker__day--disabled:before {
    border-top-color: #aaa;
}

.picker__day--outfocus {
    color: #ddd;
}

    .picker__day--infocus:hover, .picker__day--outfocus:hover {
        cursor: pointer;
        color: #000;
        background: #b1dcfb;
    }

.picker__day--highlighted {
    border-color: #0089ec;
}

    .picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
        cursor: pointer;
        color: #000;
        background: #b1dcfb;
    }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    background: #0089ec;
    color: #fff;
}

.picker__day--disabled, .picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb;
}

.picker__footer {
    text-align: center;
}

.picker__button--clear, .picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}

    .picker__button--clear:hover, .picker__button--today:hover {
        cursor: pointer;
        color: #000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb;
    }

    .picker__button--clear:focus, .picker__button--today:focus {
        background: #b1dcfb;
        border-color: #0089ec;
        outline: 0;
    }

    .picker__button--clear:before, .picker__button--today:before {
        position: relative;
        display: inline-block;
        height: 0;
    }

    .picker__button--today:before {
        content: " ";
        margin-right: .45em;
        top: -.05em;
        width: 0;
        border-top: .66em solid #0059bc;
        border-left: .66em solid transparent;
    }

    .picker__button--clear:before {
        content: "\D7";
        margin-right: .35em;
        top: -.1em;
        color: #e20;
        vertical-align: top;
        font-size: 1.1em;
    }

.picker__list {
    list-style: none;
    padding: 0.75em 0 4.2em;
    margin: 0;
}

.picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
    .picker__list-item {
        padding: .5em 1em;
    }
}

.picker__list-item:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10;
}

.picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10;
}

    .picker__list-item--highlighted:hover,
    .picker--focused .picker__list-item--highlighted {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background: #0089ec;
    color: #ffffff;
    z-index: 10;
}

.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    z-index: auto;
}

.picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}

    .picker--time .picker__button--clear:hover,
    .picker--time .picker__button--clear:focus {
        color: #000000;
        background: #b1dcfb;
        border-color: #0089ec;
        cursor: pointer;
        outline: none;
    }

    .picker--time .picker__button--clear:before {
        content: "\D7";
        margin-right: .35em;
        top: -.1em;
        color: #e20;
        vertical-align: top;
        font-size: 1.1em;
    }

    .picker--time .picker__button--clear:hover:before,
    .picker--time .picker__button--clear:focus:before {
        color: #e20;
        border-color: #ffffff;
    }

.picker--time {
    min-width: 256px;
    max-width: 320px;
}

    .picker--time .picker__holder {
        background: #f2f2f2;
        overflow-y: auto;
    }

@media (min-height: 40.125em) {
    .picker--time .picker__holder {
        font-size: .875em;
    }
}

.picker--time .picker__box {
    padding: 0;
    position: relative;
}

.hubox .picker__select--month {
    width: 35%;
}

.hubox .picker__select--year {
    width: 25%;
}

.hubox input[type=text].picker__input,
.hubox input[type=date].picker__input {
    width: 100px;
}

.hubox .picker__header select,
.hubox .picker__header input {
    display: inline-block;
}

.picker__select--month,
.picker__select--year {
    display: inline-block;
    padding: 0 12px;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        border-radius: 3px;
    }

    .lightbox a img {
        border: none;
    }

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('data:image/gif;base64,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') no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==') left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC') right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999;
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==') top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

/*!
 * Cropper v0.3.9
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright 2014 Fengyuan Chen
 * Released under the MIT license
 */

.cropper-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.cropper-container img {
    max-width: none !important;
    max-height: none !important;
}

.cropper-container .cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.cropper-container .cropper-dragger {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}

.cropper-container .cropper-preview {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    border-color: #69f;
    border-color: rgba(51, 102, 255, .75);
    border-style: solid;
    border-width: 1px;
}

.cropper-container .cropper-dashed {
    position: absolute;
    display: block;
    filter: alpha(opacity=50);
    border: 0 dashed #fff;
    opacity: .5;
}

.cropper-container .dashed-h {
    top: 33.3%;
    left: 0;
    width: 100%;
    height: 33.3%;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.cropper-container .dashed-v {
    top: 0;
    left: 33.3%;
    width: 33.3%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
}

.cropper-container .cropper-face,
.cropper-container .cropper-line,
.cropper-container .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10);
    opacity: .1;
}

.cropper-container .cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background-color: #fff;
}

.cropper-container .cropper-line {
    background-color: #69f;
}

.cropper-container .line-e {
    top: 0;
    right: -2px;
    width: 5px;
    cursor: e-resize;
}

.cropper-container .line-n {
    top: -2px;
    left: 0;
    height: 5px;
    cursor: n-resize;
}

.cropper-container .line-w {
    top: 0;
    left: -2px;
    width: 5px;
    cursor: w-resize;
}

.cropper-container .line-s {
    bottom: -2px;
    left: 0;
    height: 5px;
    cursor: s-resize;
}

.cropper-container .cropper-point {
    width: 5px;
    height: 5px;
    background-color: #69f;
    filter: alpha(opacity=75);
    opacity: .75;
}

.cropper-container .point-e {
    top: 49%;
    right: -2px;
    cursor: e-resize;
}

.cropper-container .point-n {
    top: -2px;
    left: 49%;
    cursor: n-resize;
}

.cropper-container .point-w {
    top: 49%;
    left: -2px;
    cursor: w-resize;
}

.cropper-container .point-s {
    bottom: -2px;
    left: 49%;
    cursor: s-resize;
}

.cropper-container .point-ne {
    top: -2px;
    right: -2px;
    cursor: ne-resize;
}

.cropper-container .point-nw {
    top: -2px;
    left: -2px;
    cursor: nw-resize;
}

.cropper-container .point-sw {
    bottom: -2px;
    left: -2px;
    cursor: sw-resize;
}

.cropper-container .point-se {
    right: -2px;
    bottom: -2px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    filter: alpha(opacity=100);
    opacity: 1;
}

.cropper-container .point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    background-color: #69f;
    filter: alpha(opacity=0);
    opacity: 0;
}

@media (min-width: 768px) {
    .cropper-container .point-se {
        width: 15px;
        height: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-container .point-se {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-container .point-se {
        width: 5px;
        height: 5px;
        filter: alpha(opacity=75);
        opacity: .75;
    }
}

.cropper-hidden {
    display: none !important;
}


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin  {
	right: -15px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
.noUi-vertical.noUi-extended {
	padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin  {
	bottom: -15px;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/*! jQuery UI - v1.11.2 - 2014-10-29
* http://jqueryui.com
* Includes: core.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?tr%26ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=888888&bgTextureHeader=highlight_hard&bgImgOpacityHeader=15&borderColorHeader=404040&fcHeader=ffffff&iconColorHeader=cccccc&bgColorContent=121212&bgTextureContent=gloss_wave&bgImgOpacityContent=16&borderColorContent=404040&fcContent=eeeeee&iconColorContent=bbbbbb&bgColorDefault=adadad&bgTextureDefault=highlight_soft&bgImgOpacityDefault=35&borderColorDefault=cccccc&fcDefault=333333&iconColorDefault=666666&bgColorHover=dddddd&bgTextureHover=highlight_soft&bgImgOpacityHover=60&borderColorHover=dddddd&fcHover=000000&iconColorHover=c98000&bgColorActive=121212&bgTextureActive=inset_soft&bgImgOpacityActive=15&borderColorActive=000000&fcActive=ffffff&iconColorActive=f29a00&bgColorHighlight=555555&bgTextureHighlight=highlight_hard&bgImgOpacityHighlight=55&borderColorHighlight=404040&fcHighlight=cccccc&iconColorHighlight=aaaaaa&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden,
.ui-tabs-hide {
    display: none !important;
}

.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;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAAFklEQVR4Xu3AMQEAAABAMP1TS+EzApsCWAABXdUwuQAAAABJRU5ErkJggg==') /*images/ui-bg_flat_0_aaaaaa_40x100.png*/ 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}


.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}


.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                padding: 6px 12px;
                display: block;
            }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
        color: #404040;
    }

.ui-widget-content {
    border: 1px solid #404040;
    background: #121212 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAABkEAAAAAAFPEHiAAAACXBIWXMAAABIAAAASABGyWs+AAAAAmJLR0T//xSrMc0AAA40SURBVHja7ZlPiFvXFcYvaJGAwIHOeMYee/xnxjZMYAReaCFooYUuKigo0EAD3ggM7SJQQWGyEHShRQVZZBGooAEtsigo0IEWuhQ0oEUKhddFoQMNdDHQQgoJ1DCLLAZSzTw9vXvP+c59T9YkrZ8//5D03r3nnj/fOddxqXt0TAipOo4SEMKLTgjhRSeE8KITQnjRCSG86IQQXnRCCC86IYQXnRBedEIILzohhBedEMKLTgjhRSeE8KITQnjRCSG86ITwog+97/B3KI4N4e4w2B16HoeL76Ha1561pY4i/R6LiGGmMj8UeyiiSU/DIO4xyE76GxpRtD7Hwo/2ZjOE/o5BxbJ6rECs10jTUIch9DZUeequDY2ZG0aysLVA/bYUGUajHIPpsaqWMzKM3JVwGoZGzVa/j6H+x8a8LS76kBBSdeRF785ZxUG3cKdbwtb22lXfWZbdK8zRr70LVOiq524prbqlqhtGY3VLV1NcF9pZxX83st4tsESadk0/XbOWYbQXXdWZLszBzi/87pbSvFvQ5a7qRVGX0S3S6uDeddENdItmE0IqjHvUIoRUHV50QnjRCSHVuOgbi8eNBa3FZ2Ox2vLWNwIr/d0S58MTLe8ptNyAb2Gk0Jv271u2QNyW8tJScVGUDaMetBpXpShDrLu/0jLVyf22VF4tpSKOI3VqiV5tKO+tSF9axnsL6mv30upRy+wa0i8+X8UZohpbojctdQtaYOJa0SluGTnh7Fqmji058e7hFxc/+ffDL1Kyw+mztMr3sl25mtnmPrM3aZfjZ4A8hV5973kOMnfkw48W+gt95n6kEn4+/mmpiVQmjOKvhnXYu2H+yKPfL5mbzl1H9isPNbBmxZqLsPO4l1ox7VH2OdZbP9vQXvYMdc2fI6lGOOly6lCHta66H7oPSDepAeqersHvidPXjRBSNdzDPxFCqg4vOiG86ISQalz0DwkhVcc97BNCqg4vOiEvxUV/M6Av3t+8NIvt2+uWbRmLfrAbe+qLDOUu9lqujj747sNM+yvWVlQdskadiNfeX1HtfkSHfsku9gv63n+OCemvND92z8v1pF+qmv6Kk13uFsUmtDiTvm3pHjYIIVUnveivXn40aKex+G5A6/C9ATyFq42oB5xTlnFDnGlEfRTl6/ttRKttiOzzU8XahFk3hI9XoV5xXRpGz4qVtWPacZDyqIbcrlHQF9TdhlIN91dbxqzjVTaMal+FEex5aEC1GrCeRkHnGqWy1lGBAq6U/ISQFxpedEJehov+4NRjOke/TxekK6fCQp7KLafKS2iV+5VvYaSp8OvHlWemRhXTIF+5rnOWkU7BOW09VdGmooKp8aYzOg1ythWfAruplw3WTmahlT1VvTkV2elZmAodTmGNSMlT5R8jVZN5yZhWX6dwaqdAXdwLWSVS+1SdQV5wFXJi5XRN1fzK3EVX3YOR18rR4uO/y6erYGSujdb0IvdGQWUjWOX6FYxg/qOSuZaNNVrJvvjUVWn9vHmum1PZqRqtMUOjyE0YiblaJ9/RipWNjDfTj7tMkxBSadyD3iX5Uvrmr2Yr8pM9aYtsdbT8lSs6KrL17XoqwxHIMcxJRugFcUaq6hGseqQqHYFKw6j6bA/Ir+uQ1fXMDGWfQsvw5Mh8R4qEHmU3RrCWnqkj6rvWqBfUoydSrvfM3Z7wF+bUA9OJZkGfCzXoAf11lSNwKja5eCLkPUDzLdeU/tlFbwvBesv1tvkWO5XttZe/yL4d8dteevE9tdXJHnhqR3LrwVio5rbw3jbrwKd70TiWp7b5FNOwKBrqJeqB1rsN9G8bdbeN3mjtwmht01dRp6yqembOfpa6J23TZ7swh3Z0LvCclJ/UtllvO3KzlrhFcYSQCsOLTsjLcNH3zx/s7Z8X8WAvs8LWMR/+ydAu85r+4r3QT2Yfi1FUhXU6rNGq2I6Ns7ZyRNVJX3jfihHTwK/G7kdcO9nJFGnhZ+jnXMY/Uj30hRXCWlpqoXzCvKVlVqmle7kJ0PMd+kRPZfSKqZDvu/2TOeeX3yeXBifeynmwkj2dCCv9fGJY+r60v3NxMox8Ho2GsztXe9hD7Gy+fq6+UR65Rf7BNZ4HGfoepTrnMMa54UlngU6cwA7oqOdBFScFVcd1xrZFnUUTg3yeRLArw5lZ3ydCz3N1S04iKqO7g6fFvm9o/UTlozRxUXkIIZXA7f/+BeHp3uPy3H90771VufvR3WYxq3rdqxs5PnthlCcVwO2/e1XsPZsPtce9T+/9VDK/Kq9Jdt/ffVty6/OXk0CFfwQ6feTreP9jT+lnV9dDUlXc/tOMvbfu/2vJB+H1vPPvJe/sfj9nPpyfkP8TPs+6cqeW9mr+74/0rwWXdnX+V8JT8nLibn1IXjZuf7l754I74zuzC+59L+X+xxfs1XktXjT26mnvsk6mfb0zTvt8+8tbH7pbfUIgn6Rjsvv2/C+EOXdfu7dzyXv3P8jYe2v/O+TqmV/cTONHC9XnzP+VNk6Z/7vtsjfzf8eV7Ka79SNCroLbrdtfZsz/x8M7GXf/cvcsI/8rYsHH+9vVYu+ZrPHep3n9KfP/1i7V2X17qdovv87uuFuvLDk0nstzGFk99J4OC6IcrhjhKk8/j/1h4Ztf8aF4x/ofrtEHFPuwsLJ4/w9V7q9Am8PCrA+LIt/+rWb+V8frijfAWrA+/39SBPP/Hr5eijdyL7vvL/P4q8xrfonK1Buqchjt1Ctr30Nw1u2cEkKqjtuZEkKqjtv5FSGk6ridnxFCqo7b+QEhpOq4m+c5O3vp98Vv+uyvh5ZyTdtIr/67bY18hh6kv3h0bYHO4xh+pUiD8vFwtkiZcugehd6tnTI6oczDk6tqn55Pvdk5r7KO/JabSF97X0WUGe5MbonuSd7TWO4oV3tOypwuunvu5t8IIVXH3fwdIaTquJvvEkKqjrv5lBBSddzNbxNCqo678R9CSNVxN/5MCKk67sZvCCFVx934BSGk6rgbPyaEVB134/GC+pz8+TGgrt7r0DJcrYPT2L9FvXAnnnvdyKIoWj0aWUasm7HjFdUL89HW9ZIK5h2qmxrVC+p6XKBeHdZfN7zjKYp590/WleJ5bThS3ZjXuuG7HtG9vOZaAUvXeokZQJNWNqOlhdv+JyGk6rjtPxJCqo7b/jUhpOq47Z8TQqqO2/4hIaTquK2vtr7afihBa3LHtwnt7dM2z+fhwi77lI+R/q52poy9ZRtqnOar1ZNZyXgXZ8Jay3cJd/kqQNmg6nQtsQmyTvi/+Gy4K3/93PDeKjnZ1VgzZ834et3Jo1t+tr5yW38nhFQdt/UHQkjVcVvvEUKqjtv6CSGk6rit7xJCqo7b2iGEVB13/ex6Mv+cXf4m3tvZcvXMWEmCE/5TAtZ0hMR7Qp61dRLsohOWt/ApCXI7M9YScPJMnUIeE+AhrmioTyIqyiOgLJEv2Q1fT5S/RWLaJKDqJDI9CdQuUaf0RCUw00R16ExNGjqfwFlPwARgD0lEM5l7IhRMwB1Ammgvci+BtxGpvDjnLn8ml5/J8ilZvifLd/9pEjRpsiDxPhNhkwQ+J16cxMsgPDkRb4mwT+CZcHcC8kfVJiVq1dYJqFJXheIn5jmsnc52IiwnwP9EKaVzwlXauk5U5xPoUfcd9XVi+kA9nMC6JiCfMpMrPU9UnkhDPXtWtROzvwnIMqZfke0kMk1JdtHT8gZLyVdlEJwdeO8DZRk7me0PQC6D4GkAPQ7U7kRlIm0GEV86L//JUmIA401AnkWrOsdBRNOBqcKgoMNhzgPlY6A6M1jWOoAqWX3LPAyiU5D7xz0aCL2L9B2oOvCM4azj3SrT24GpPapr4MUcRO9J0U0SVu76E0JI1bm46M0r4yp9rRfnm8rkm9PkCXx/8kL0K4/2ZKXqvo4ZeLKmGuta/Y8m012/tqQpfiXNxXfTe5bWTeWnCXxkfuT5ZiQ6tsh8NNUerqapKkERm16GzaVdGDPMx6ryGjjZ9Hxfg3k3TZ1l7U2QU5k8Yor7MZtG3dfMMyjf1XKT2TVLTELTmNNrRl5IU3v64n26FvTU1gvflGa0AuyhWboLy0zmF33zs/T14nfzs/Q7fcpId8P3zDY7mVnknnKb/D3Dj5LbSstsN9/Xefpx/bcwgr/nZ+b7CzNGdes1naOfq61cWJ/MIfQXxgrfw3xRpdZprTRekfrKPOW0hBGRglop3Qs8J3LaULfCfGQOYRXIVnbC75ecLlkBniIcGU10qDfyYU0Oum9h/W5zRgipOm5zrJiBtXEpu1lpy9WYrbEbOzErPDuLRpqVzmBWKpvnrWmVk7M1dF+3j887P6v6mhm+Zl9LNbMVtCueg9kKMZGCMxzbbR7NGV9+8u+j5apcyazClfHSh/Yz9iIcKbsjaO2jd8aBt3GQ5zjI90jEkWexjazqCGiCvscqe6zrEVCrKG6o/ljVF2YxFgqPDfXCX70mO3YElUXzoLshezZWXnSleHpkdiiLI2OexuBtrCLLWzBW2lndPCqoBXkYmzMaZjNWMfD7GPg4cpsdQkjVcZsH858DAVrpmHv2arjXUXaZ105kL/TTMfMrzgPHOfC8hplin3G1OpEMOiIazsGK1AGZldfAr8bux0FBF6U+HZVvJ8iws0KcjjFnHaFMp0TFuI8Hkbo70LYT1GrPfrkJ0PMdKtgpdZu0XjEVlvsXF70mDGoR97Xlby349XdrcPUA2MuV2vK95r1L65rhrebt1pSFjOJHOxCnYtVYFdWieh2oKLZ9vL6YGlalB1EvB2YnD8w+FlOLZIA7H2ZSi2RRK62ZPX12fmV6WaQgmquaimnFqcHZsxSxlPRta255PQghlcV9i3/4h38q/+e/sOLYUJR1W20AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMTAtMjlUMDU6NTA6MzAtMDc6MDDjgaqGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTEwLTI5VDA1OjUwOjMwLTA3OjAwktwSOgAAAABJRU5ErkJggg==') /*images/ui-bg_gloss-wave_16_121212_500x100.png*/ 50% top repeat-x;
    color: #eee;
}

    .ui-widget-content a {
        color: #eee;
    }

.ui-widget-header {
    border: 1px solid #404040;
    background: #888888 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkEAAAAAAy19n/AAAACXBIWXMAAABIAAAASABGyWs+AAAAAmJLR0T//xSrMc0AAAA2SURBVBjTY5jswcTAMHDoHdP/qUwMcUz/rZj+azD9FwMjFjASB7EZgOI+TP/jmBh2DKg7QQgAf64Q11BhtdwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMTAtMjlUMDU6NTA6MzEtMDc6MDBF9qEyAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTEwLTI5VDA1OjUwOjMxLTA3OjAwNKsZjgAAAABJRU5ErkJggg==') /*images/ui-bg_highlight-hard_15_888888_1x100.png*/ 50% 50% repeat-x;
    color: #FFFFFF;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #fff;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #ccc;
        background: #adadad url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkEAAAAAAy19n/AAAACXBIWXMAAABIAAAASABGyWs+AAAAAmJLR0T//xSrMc0AAABFSURBVBjTY9j3nYmBgS7oMRNDPtP/fIa9Gkz/g5j+mzH9N2ViAJISTP8lwUgCRv4By0qAZcEqQRqDGNaxMP1fSS/XYkEADjsbtyMSWWEAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMTAtMjlUMDU6NTA6MzAtMDc6MDDjgaqGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTEwLTI5VDA1OjUwOjMwLTA3OjAwktwSOgAAAABJRU5ErkJggg==') /*images/ui-bg_highlight-soft_35_adadad_1x100.png*/ 50% 50% repeat-x;
        font-weight: normal;
        color: #333;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #333;
            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 #ddd;
        background: #ddd url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkEAAAAAAy19n/AAAAAmJLR0T//xSrMc0AAAAJcEhZcwAAAEgAAABIAEbJaz4AAABZSURBVBjTxcK7EUBAAEDBV4FAKjAihRixXCg0owM9KESoBg2IJPdxzv2q0AU7S6r5aE5ciS1BEgb8gW9wGy7jGbE7tuKeMSem5FrQCd2jFKpDBuSELBDixy/p242XQoQgsQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNC0xMC0yOVQwNTo1MDozMS0wNzowMEX2oTIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTQtMTAtMjlUMDU6NTA6MzEtMDc6MDA0qxmOAAAAAElFTkSuQmCC') /*images/ui-bg_highlight-soft_60_dddddd_1x100.png*/ 50% 50% repeat-x;
        font-weight: normal;
        color: #000;
    }

        .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: #000;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #000;
        background: #121212 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkEAAAAAAy19n/AAAACXBIWXMAAABIAAAASABGyWs+AAAAAmJLR0T//xSrMc0AAABLSURBVBjTYxASYmJgGDiUzSDMy8RwnZlblYnxNxPjdSbGX0yM8mC2E5DBIPOXiUkOLAJEcmBxEGIW5mZQ/cQsosMswsbEoEIf1wIANkYNCIHl8jYAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMTAtMjlUMDU6NTA6MzAtMDc6MDDjgaqGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTEwLTI5VDA1OjUwOjMwLTA3OjAwktwSOgAAAABJRU5ErkJggg==') /*images/ui-bg_inset-soft_15_121212_1x100.png*/ 50% 50% repeat-x;
        font-weight: normal;
        color: #fff;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #fff;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #404040;
        background: #555 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkEAAAAAAy19n/AAAACXBIWXMAAABIAAAASABGyWs+AAAAAmJLR0T//xSrMc0AAAA6SURBVBjTY+hdzsTAMFCI2f0r07/TTH82MP35zGz3kem3ORjdYPp9E8r+85npbxBQAbPWuwF0JwQBABOmGD6lq6KYAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTI5VDA1OjUwOjMxLTA3OjAwRfahMgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0yOVQwNTo1MDozMS0wNzowMDSrGY4AAAAASUVORK5CYII=') /*images/ui-bg_highlight-hard_55_555555_1x100.png*/ 50% top repeat-x;
        color: #ccc;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #ccc;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQEAIAAACwqkHPAAAACXBIWXMAAABIAAAASABGyWs+AAAABmJLR0T///////8JWPfcAAAAh0lEQVRIx2P4n/Dd44sOEwMYjFKj1Cg1So1StKYY/v37+PHNG4b/TJ/U35oy/Of6NP/tDYb/Ip9V3/UxMXAzTGE8ycTAw7iO8Q2c4mPYw/ifiYGXEUpB5BjWMb4FKVnIcIuJgYtxMuMJJgZOhkrGJUwMbAwBDLkg+/gYhEaDfJQapUapkU4BAEctKGQZSb0jAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTI5VDA1OjUwOjAzLTA3OjAwXOa3+AAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0yOVQwNTo1MDowMy0wNzowMC27D0QAAAAASUVORK5CYII=') /*images/ui-bg_glass_95_fef1ec_1x400.png*/ 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url('data:image/png;base64,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') /*images/ui-icons_bbbbbb_256x240.png*/;
}

.ui-widget-header .ui-icon {
    background-image: url('data:image/png;base64,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') /*images/ui-icons_cccccc_256x240.png*/;
}

.ui-state-default .ui-icon {
    background-image: url('data:image/png;base64,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') /*images/ui-icons_666666_256x240.png*/;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEXJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgADJgAD7b2BhAAAAWXRSTlMAGRAzBAhQv4KZLyJVcUBmYBoTMswNITwWQkhLIB5aIycxUyyFNIeAw2rIz8Y4RRy8uL58q7WljKqorR+yKf0BnlEk7woGAgOPomKUSqCvbd+cR2M/b3+RaPlAXvEAAA0ISURBVHhe7JuBiqwwDEUb//L8/488kPeedA97izgyDpMDy7LexCZprHacHU+gaZqivjx/Hl6By+EVUaSgJmPqjR0IMAesCYIfaoHUgwINIP/JGOp9HQiA5sgF8AxatbsHsLFcbsHxxxSCXkAF73B2A6UR7wXKCboDcod4hmMHhADUAW/BISo/EQwKFuWF0hrwHXcBX0K7MdUPQk3TNE3TNF/xJFiPehDzszxUSIgdVK/8eUD4QKjQKW7FAagANvhpTv1er/LpqLh51CluwPHniINcQIV6xXoaYP+5G3fwQaWIy+ZOuFI9ZR464E0Ud34e4CvEa0DfBb6CpmmapmkarnkDXDo/701gAPGAxZNwbnwckP6wHj3i+RnYZHbHWhpAAUhdj5/zQbJ0qSEDD8cPEYmxg+SAxTx+3C7jAgSZnZxBco8BOEF2ZgNmc3Y0/okS5RaGVX2dMdndAZwb4UR6Vm0AOpD1IbB/bugwoGUfyirjIjzUP98mm6ZpmqZprn8tFS4HEPeLWWNnBLJacC6AMICsYgY5gPm1EjVJGSptoBmjyAX0KHl8HVIC0nIAAPOLRahJix0EFQtQGm7dZrECEPNHoo7Ynbk+hw8jdJC3wy4wPsJYB4BUnUARyl+6/C2j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') /*images/ui-icons_c98000_256x240.png*/;
}

.ui-state-active .ui-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEXymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgDymgBlCC/rAAAAWXRSTlMAGRAzBAhQv4KZLyJVcUBmYBoTMswNITwWQkhLIB5aIycxUyyFNIeAw2rIz8Y4RRy8uL58q7WljKqorR+yKf0BnlEk7woGAgOPomKUSqCvbd+cR2M/b3+RaPlAXvEAAA0ISURBVHhe7JuBiqwwDEUb//L8/488kPeedA97izgyDpMDy7LexCZprHacHU+gaZqivjx/Hl6By+EVUaSgJmPqjR0IMAesCYIfaoHUgwINIP/JGOp9HQiA5sgF8AxatbsHsLFcbsHxxxSCXkAF73B2A6UR7wXKCboDcod4hmMHhADUAW/BISo/EQwKFuWF0hrwHXcBX0K7MdUPQk3TNE3TNF/xJFiPehDzszxUSIgdVK/8eUD4QKjQKW7FAagANvhpTv1er/LpqLh51CluwPHniINcQIV6xXoaYP+5G3fwQaWIy+ZOuFI9ZR464E0Ud34e4CvEa0DfBb6CpmmapmkarnkDXDo/701gAPGAxZNwbnwckP6wHj3i+RnYZHbHWhpAAUhdj5/zQbJ0qSEDD8cPEYmxg+SAxTx+3C7jAgSZnZxBco8BOEF2ZgNmc3Y0/okS5RaGVX2dMdndAZwb4UR6Vm0AOpD1IbB/bugwoGUfyirjIjzUP98mm6ZpmqZprn8tFS4HEPeLWWNnBLJacC6AMICsYgY5gPm1EjVJGSptoBmjyAX0KHl8HVIC0nIAAPOLRahJix0EFQtQGm7dZrECEPNHoo7Ynbk+hw8jdJC3wy4wPsJYB4BUnUARyl+6/C2j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') /*images/ui-icons_f29a00_256x240.png*/;
}

.ui-state-highlight .ui-icon {
    background-image: url('data:image/png;base64,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') /*images/ui-icons_aaaaaa_256x240.png*/;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url('data:image/png;base64,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') /*images/ui-icons_cd0a0a_256x240.png*/;
}

.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-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEWqqqoRfvv5AAAADklEQVQYGWMYBaOABgAAAlgAARbiVEcAAAAASUVORK5CYII=') /*images/ui-bg_flat_0_aaaaaa_40x100.png*/ 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.share {
    
}

.share-affix {
    position: fixed;
    top:50px;
    left:0px;
}

.share-icon {
    background-repeat: no-repeat;
    background-image:url('../js/vendors/jquery-share/css/images/social-icons.png');
    height:40px;
    width:40px;
    display: inline-block;
    text-indent: -99999px;
    margin:2px;
    opacity: .9;
    filter:Alpha(Opacity=90);
}

.share-icon:hover {
    opacity: 1;
    filter:Alpha(Opacity=100);
}

.share-icon-digg {
    background-position: -526px 0;
}
.share-icon-email {
    background-position: -614px 0;
}
.share-icon-flickr {
    background-position: -261px 0;
}
.share-icon-foursquare {
    background-position: 0 0;
}
.share-icon-rss {
    background-position: -305px 0;
}
.share-icon-facebook {
    background-position: -131px 0;
}
.share-icon-twitter {
    background-position: -174px 0;
}
.share-icon-tumblr {
    background-position: -87px 0;
}
.share-icon-linkedin {
    background-position: -438px 0;
}
.share-icon-vimeo {
    background-position: -393px 0;
}
.share-icon-instagram {
    background-position: -44px 0;
}
.share-icon-pinterest {
    background-position: -349px 0;
}
.share-icon-googleplus {
    background-position: -218px 0;
}
.share-icon-in1 {
    background-position: -482px 0;
}
.share-icon-stumbleupon {
    background-position: -570px 0;
}

/**a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.foursquare, a.googleplus, a.in1, a.instagram, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube {*/
.share-square {
    -moz-transition: all 0.2s linear 0s;
    background: url("../js/vendors/jquery-share/css/images/social-icons.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 32px;
    line-height: 0;
    margin: 2px;
    width: 32px;
}
.share-square-behance {
    background-position: -544px -44px;
}
.share-square-behance:hover {
    background-position: -544px -77px;
}
.share-square-delicious {
    background-position: -512px -44px;
}
.share-square-delicious:hover {
    background-position: -512px -77px;
}
.share-square-deviantart {
    background-position: -480px -44px;
}
.share-square-deviantart:hover {
    background-position: -480px -77px;
}
.share-square-digg {
    background-position: -448px -44px;
}
.share-square-digg:hover {
    background-position: -448px -77px;
}
.share-square-dribbble {
    background-position: -416px -44px;
}
.share-square-dribbble:hover {
    background-position: -416px -77px;
}
.share-square-email {
    background-position: -674px -44px;
}
.share-square-email:hover {
    background-position: -674px -77px;
}
.share-square-facebook {
    background-position: -384px -44px;
}
.share-square-facebook:hover {
    background-position: -384px -77px;
}
.share-square-flickr {
    background-position: -352px -44px;
}
.share-square-flickr:hover {
    background-position: -352px -77px;
}
.share-square-forrst {
    background-position: -320px -44px;
}
.share-square-forrst:hover {
    background-position: -320px -77px;
}
.share-square-googleplus {
    background-position: -288px -44px;
}
.share-square-googleplus:hover {
    background-position: -288px -77px;
}
.share-square-in1 {
    background-position: -576px -44px;
}
.share-square-in1:hover {
    background-position: -576px -77px;
}
.share-square-instagram {
    background-position: -608px -44px;
}
.share-square-instagram:hover {
    background-position: -608px -77px;
}
.share-square-lastfm {
    background-position: -256px -44px;
}
.share-square-lastfm:hover {
    background-position: -256px -77px;
}
.share-square-linkedin {
    background-position: -224px -44px;
}
.share-square-linkedin:hover {
    background-position: -224px -77px;
}
.share-square-pinterest {
    background-position: -192px -44px;
}
.share-square-pinterest:hover {
    background-position: -192px -77px;
}
.share-square-rss {
    background-position: -160px -44px;
}
.share-square-rss:hover {
    background-position: -160px -77px;
}
.share-square-skype {
    background-position: -128px -44px;
}
.share-square-skype:hover {
    background-position: -128px -77px;
}
.share-square-stumbleupon {
    background-position: -640px -44px;
}
.share-square-stumbleupon:hover {
    background-position: -640px -77px;
}
.share-square-tumblr {
    background-position: -96px -44px;
}
.share-square-tumblr:hover {
    background-position: -96px -77px;
}
.share-square-twitter {
    background-position: -64px -44px;
}
.share-square-twitter:hover {
    background-position: -64px -77px;
}
.share-square-vimeo {
    background-position: -32px -44px;
}
.share-square-vimeo:hover {
    background-position: -32px -77px;
}
.share-square-youtube {
    background-position: 0 -44px;
}
.share-square-youtube:hover {
    background-position: 0 -77px;
}



/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../js/vendors/owlCarousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}

.me-plugin {
    position: absolute;
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs-fullscreen {
    /* set it to not show scroll bars so 100% will work */
    overflow: hidden !important;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

    .mejs-container-fullscreen .mejs-mediaelement,
    .mejs-container-fullscreen video {
        width: 100%;
        height: 100%;
    }

.mejs-clear {
    clear: both;
}

/* Start: LAYERS */
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

:root .mejs-poster img {
    display: none;
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(/app_resource/static/js/vendors/MediaElementJS/images/bigplay.svg) no-repeat;
}

    .no-svg .mejs-overlay-button {
        background-image: url(/app_resource/static/js/vendors/MediaElementJS/images/bigplay.png);
    }

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(/app_resource/static/js/vendors/MediaElementJS/images/background.png);
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

    .mejs-overlay-loading span {
        display: block;
        width: 80px;
        height: 80px;
        background: transparent url(/app_resource/static/js/vendors/MediaElementJS/images/loading.gif) 50% 50% no-repeat;
    }

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(/app_resource/static/js/vendors/MediaElementJS/images/background.png);
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    height: 30px;
    width: 100%;
}

    .mejs-container .mejs-controls div {
        list-style-type: none;
        background-image: none;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 26px;
        font-size: 11px;
        line-height: 11px;
        font-family: Helvetica, Arial;
        border: 0;
    }

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(/app_resource/static/js/vendors/MediaElementJS/images/controls.svg) no-repeat;
}

    .no-svg .mejs-controls .mejs-button button {
        background-image: url(/app_resource/static/js/vendors/MediaElementJS/images/controls.png);
    }

    /* :focus for accessibility */
    .mejs-controls .mejs-button button:focus {
        outline: solid 1px yellow;
    }

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .mejs-container .mejs-controls .mejs-time span {
        color: #fff;
        font-size: 11px;
        line-height: 12px;
        display: block;
        float: left;
        margin: 1px 2px 0 0;
        width: auto;
    }
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
    width: 200px;
    padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60,170,200,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
    background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

    .mejs-controls .mejs-volume-button .mejs-volume-slider {
        display: none;
        height: 115px;
        width: 25px;
        background: url(/app_resource/static/js/vendors/MediaElementJS/images/background.png);
        background: rgba(50, 50, 50, 0.7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: -115px;
        left: 0;
        z-index: 1;
        position: absolute;
        margin: 0;
    }

    .mejs-controls .mejs-volume-button:hover {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    /*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.5);
        margin: 0;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.9);
        margin: 0;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
        position: absolute;
        left: 4px;
        top: -3px;
        width: 16px;
        height: 6px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.9);
        cursor: N-resize;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        margin: 0;
    }

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 60px;
    position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
    position: relative;
}

    .mejs-controls .mejs-captions-button button {
        background-position: -48px 0;
    }

    .mejs-controls .mejs-captions-button .mejs-captions-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(/app_resource/static/js/vendors/MediaElementJS/images/background.png);
        background: rgba(50,50,50,0.7);
        border: solid 1px transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        /*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

        .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden;
        }

            .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
                margin: 0 0 6px 0;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px;
                }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0 0;
                    line-height: 15px;
                    font-family: helvetica, arial;
                    font-size: 10px;
                }

    .mejs-controls .mejs-captions-button .mejs-captions-translations {
        font-size: 10px;
        margin: 0 0 5px 0;
    }

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

    .mejs-chapters .mejs-chapter {
        position: absolute;
        float: left;
        background: #222;
        background: rgba(0, 0, 0, 0.7);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
        background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
        background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
        background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
        background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
        background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
        overflow: hidden;
        border: 0;
    }

        .mejs-chapters .mejs-chapter .mejs-chapter-block {
            font-size: 11px;
            color: #fff;
            padding: 5px;
            display: block;
            border-right: solid 1px #333;
            border-bottom: solid 1px #333;
            cursor: pointer;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
            border-right: none;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
            background: #666;
            background: rgba(102,102,102, 0.7);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
            background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
            background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
            background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
            background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
            background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
            font-size: 12px;
            font-weight: bold;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 0 3px 0;
            line-height: 12px;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
            font-size: 12px;
            line-height: 12px;
            margin: 3px 0 4px 0;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}

    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline;
    }

    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: normal;
    }

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 45px;
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(/app_resource/static/js/vendors/MediaElementJS/images/background.png);
    background: rgba(20, 20, 20, 0.8);
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

    .me-cannotplay a {
        color: #fff;
        font-weight: bold;
    }

    .me-cannotplay span {
        padding: 15px;
        display: block;
    }
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001; /* make sure it shows on fullscreen */
}

    .mejs-contextmenu .mejs-contextmenu-separator {
        height: 1px;
        font-size: 0;
        margin: 5px 6px;
        background: #333;
    }

    .mejs-contextmenu .mejs-contextmenu-item {
        font-family: Helvetica, Arial;
        font-size: 12px;
        padding: 4px 6px;
        cursor: pointer;
        color: #333;
    }

        .mejs-contextmenu .mejs-contextmenu-item:hover {
            background: #2C7C91;
            color: #fff;
        }

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

    .mejs-controls .mejs-sourcechooser-button button {
        background-position: -128px 0;
    }

    .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(/app_resource/static/js/vendors/MediaElementJS/images/background.png);
        background: rgba(50,50,50,0.7);
        border: solid 1px transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden;
        }

            .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
                margin: 0 0 6px 0;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px;
                }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0 0;
                    line-height: 15px;
                    font-family: helvetica, arial;
                    font-size: 10px;
                }
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/app_resource/static/js/vendors/MediaElementJS/images/background.png);
    background: rgba(50,50,50,0.7);
    z-index: 1000;
    overflow: hidden;
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/app_resource/static/js/vendors/MediaElementJS/images/background.png);
    background: rgba(50,50,50,0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}
/* End: Postroll */

/* TED player */
.mejs-container.mejs-ted {

}
.mejs-ted .mejs-controls {
	background: #eee;
	height: 65px;
}

.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
	position: absolute;
	background: #ddd;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: none;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) repeat-x 0 -52px;
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: none;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) repeat-x 0 -52px;
	width: 0;
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 6px;
	background-color: none;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) repeat-x 0 -59px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
	margin: 0;
	width: 14px;
	height: 21px;
	top: -7px;
	border: 0;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) no-repeat 0 0;	
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-ted .mejs-controls .mejs-playpause-button  {
	top: 29px;
	left: 9px;
	width: 49px;
	height: 28px;
}
.mejs-ted .mejs-controls .mejs-playpause-button  button {
	width: 49px;
	height: 28px;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) no-repeat -50px -23px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-pause button  {
	background-position: 0 -23px;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button  {
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background : none;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button  button {
	width: 19px;
	height: 17px;
	background: transparent url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) no-repeat 0 -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-unfullscreen  button {
	background: transparent url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) no-repeat -21px -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button  {
	top: 30px;
	right: 35px;
	width: 24px;
	height: 22px;
}
.mejs-ted .mejs-controls .mejs-mute button {
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) no-repeat -15px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-unmute button {
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) no-repeat -40px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;	
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: #fff;
	border: solid 1px #aaa;
	border-width: 1px 1px 0 1px;
	width: 22px;
	height: 65px;
	top: -65px;
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-total {
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-current {
	left: 8px;
	width: 6px;	
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}

.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-handle {
	display: none;
}

.mejs-ted .mejs-controls .mejs-time span {
	color: #333;
}
.mejs-ted .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}
.mejs-ted .mejs-controls .mejs-duration-container  {

	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-ted .mejs-controls .mejs-time  button{
	color: #333;
}
.mejs-ted .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: TED player */


/* WMP player */
.mejs-container.mejs-wmp {

}
.mejs-wmp .mejs-controls {
	background: transparent url(/app_resource/static/js/vendors/MediaElementJS/images/controls-wmp-bg.png) center 16px no-repeat;
	height: 65px;
}

.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
	position: absolute;
	background: transparent;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: transparent;
	border: solid 1px #ccc;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255,255,255,0.3);
	width: 0;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 1px;
	background-color: #014CB6;
	border: solid 1px #7FC9FA;
	border-width: 1px 0;
	border-color: #7FC9FA #fff #619FF2 #fff;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
	margin: 0;
	width: 16px;
	height: 9px;
	top: -3px;
	border: 0;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-wmp.png) no-repeat 0 -80px;	
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-wmp .mejs-controls .mejs-playpause-button  {
	top: 10px;
	left: 50%;
	margin: 10px 0 0 -20px;	
	width: 40px;
	height: 40px;
	
}
.mejs-wmp .mejs-controls .mejs-playpause-button  button {
	width: 40px;
	height: 40px;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-wmp.png) no-repeat 0 0;	
	margin: 0;
	padding: 0;
}
.mejs-wmp .mejs-controls .mejs-pause button  {
	background-position: 0 -40px;
}

.mejs-wmp .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -93px;
}
.mejs-wmp .mejs-controls .mejs-duration-container  {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -58px;
}


.mejs-wmp .mejs-controls .mejs-volume-button  {
	top: 32px;
	right: 50%;
	margin-right: -55px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-wmp.png) no-repeat -42px -17px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-wmp.png) no-repeat -42px 0;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgba(102,102,102,0.6);
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button  {
	top: 32px;
	right: 50%;
	margin-right: -82px;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button  button {
	margin: 0;
	padding: 0;
	background: url(/app_resource/static/js/vendors/MediaElementJS/images/controls-wmp.png) no-repeat -63px 0;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: WMP player */




/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;
    
    border: 0;
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat 100% -22px;
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat -37px -22px;
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
    background: #fff url('/app_resource/static/js/vendors/select2/images/select2-spinner.gif') no-repeat 100%;
    background: url('/app_resource/static/js/vendors/select2/images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/app_resource/static/js/vendors/select2/images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/app_resource/static/js/vendors/select2/images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/app_resource/static/js/vendors/select2/images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/app_resource/static/js/vendors/select2/images/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/app_resource/static/js/vendors/select2/images/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/app_resource/static/js/vendors/select2/images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/app_resource/static/js/vendors/select2/images/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/App_Resource/static/fonts/openSans/opensans-bold-webfont.eot');
    src: url('/App_Resource/static/fonts/openSans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/App_Resource/static/fonts/openSans/opensans-bold-webfont.woff') format('woff'), url('/App_Resource/static/fonts/openSans/opensans-bold-webfont.ttf') format('truetype'), url('/App_Resource/static/fonts/openSans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('/App_Resource/static/fonts/openSans/opensans-light-webfont.eot');
    src: url('/App_Resource/static/fonts/openSans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/App_Resource/static/fonts/openSans/opensans-light-webfont.woff') format('woff'), url('/App_Resource/static/fonts/openSans/opensans-light-webfont.ttf') format('truetype'), url('/App_Resource/static/fonts/openSans/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/App_Resource/static/fonts/openSans/opensans-regular-webfont.eot');
    src: url('/App_Resource/static/fonts/openSans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/App_Resource/static/fonts/openSans/opensans-regular-webfont.woff') format('woff'), url('/App_Resource/static/fonts/openSans/opensans-regular-webfont.ttf') format('truetype'), url('/App_Resource/static/fonts/openSans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/App_Resource/static/fonts/openSans/opensans-semibold-webfont.eot');
    src: url('/App_Resource/static/fonts/openSans/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/App_Resource/static/fonts/openSans/opensans-semibold-webfont.woff') format('woff'), url('/App_Resource/static/fonts/openSans/opensans-semibold-webfont.ttf') format('truetype'), url('/App_Resource/static/fonts/openSans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('/App_Resource/static/fonts/openSans/opensans-extrabold-webfont.eot');
    src: url('/App_Resource/static/fonts/openSans/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/App_Resource/static/fonts/openSans/opensans-extrabold-webfont.woff2') format('woff2'), url('/App_Resource/static/fonts/openSans/opensans-extrabold-webfont.woff') format('woff'), url('/App_Resource/static/fonts/openSans/opensans-extrabold-webfont.ttf') format('truetype'), url('/App_Resource/static/fonts/openSans/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hubox-icon';
    src: url('/App_Resource/static/fonts/huboxIcon/hubox-icon.eot?-r5qfo4');
    src: url('/App_Resource/static/fonts/huboxIcon/hubox-icon.eot?#iefix-r5qfo4') format('embedded-opentype'), url('/App_Resource/static/fonts/huboxIcon/hubox-icon.woff?-r5qfo4') format('woff'), url('/App_Resource/static/fonts/huboxIcon/hubox-icon.ttf?-r5qfo4') format('truetype'), url('/App_Resource/static/fonts/huboxIcon/hubox-icon.svg?-r5qfo4#hubox-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
}

\:article,
\:aside,
\:details,
\:figcaption,
\:figure,
\:footer,
\:header,
\:hgroup,
\:main,
\:nav,
\:section,
\:summary {
    display: block;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*#region Structure */

.AdminMode {
    padding-top: 44px;
}

.hubox {
    font-size: 12px;
}

    .hubox:before,
    .hubox:after {
        display: table;
        content: ' ';
    }

    .hubox:after {
        clear: both;
    }

/*#endregion */

/*#region Listas */

ul.lista-horizontal, ul.lista-vertical {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.lista-horizontal li {
        float: left;
    }

    ul.lista-vertical li {
        padding-top: 2px;
        padding-bottom: 2px;
        clear: both;
    }

/*#endregion */

/*#region Margins & Paddings */

.hubox .no-margin,
.hubox.no-margin {
    margin: 0 !important;
}

.hubox .margin,
.hubox.margin {
    margin: 12px !important;
}

.hubox .margin-top,
.hubox.margin-top {
    margin-top: 12px !important;
}

.hubox .margin-bottom,
.hubox.margin-bottom {
    margin-bottom: 12px !important;
}

.hubox .margin-left,
.hubox.margin-left {
    margin-left: 12px !important;
}

.hubox .margin-top-double,
.hubox.margin-top-double {
    margin-top: 24px !important;
}

.hubox .margin-left-double,
.hubox.margin-left-double {
    margin-left: 24px !important;
}

.hubox .margin-bottom-double,
.hubox.margin-bottom-double {
    margin-bottom: 24px !important;
}

.hubox .padding,
.hubox.padding {
    padding: 12px !important;
}

.hubox .padding-top,
.hubox.padding-top {
    padding-top: 12px !important;
}

.hubox .padding-bottom,
.hubox.padding-bottom {
    padding-bottom: 12px !important;
}

.hubox .padding-top-double,
.hubox.padding-top-double {
    padding-top: 24px !important;
}

.hubox .padding-bottom-double,
.hubox.padding-bottom-double {
    padding-bottom: 24px !important;
}

/*#endregion */

/*#region Miscs */

.relative {
    position: relative;
}

.obrigatorio {
    font-weight: bold;
    color: #F00 !important;
}

.message.error {
    color: red;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.pointer {
    cursor: pointer !important;
}

.italic {
    font-style: italic !important;
}

.bold {
    font-weight: bold !important;
}

/*#endregion */

/*#region Aligns */

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/*#endregion */

/*#region Backgrounds */

.hubox .bg-dark-gray,
.hubox.bg-dark-gray {
    background: #343439 !important;
}

.hubox .bg-gray,
.hubox.bg-gray {
    background: #44444D !important;
}

/*#endregion */

.hubox,
.hubox a,
.hubox span,
.hubox p {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    color: #FFFFFF;
}

    .hubox a {
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
    }

        .hubox a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

    .hubox h2 {
        font-family: "open_sanslight";
        font-size: 220%;
        margin-top: 8px;
        margin-bottom: 24px;
        color: #FFFFFF;
        line-height: 1em;
        font-weight: normal;
    }

    .hubox h3 {
        font-family: "open_sanslight";
        font-size: 150%;
        margin-bottom: 20px;
        padding: 0;
        color: #FFFFFF;
        font-weight: normal;
        line-height: 1;
    }

    .hubox h4 {
        font-family: Tahoma;
        font-weight: normal;
        margin: 0;
        margin-bottom: 16px;
        font-size: 1.1em;
        color: #FFFFFF;
    }

    .hubox h3 + h4 {
        margin-top: -14px;
    }

    .hubox.reverse-color h1,
    .hubox.reverse-color h2,
    .hubox.reverse-color h3,
    .hubox.reverse-color h4 {
        color: #44444D;
    }

    .hubox.reverse-color p {
        color: #5c5c60;
    }

    .hubox.reverse-color time {
        color: #A6A6A6;
        display: block;
    }

    .hubox h2 + time {
        margin-top: -10px;
    }

    .hubox time + p {
        margin-top: 24px;
    }

/*#region Code */
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
/*#endregion */

.hubox-table {
    position: relative;
    border: 1px solid #2E2E2E;
    width: 100%;
}

.client-table {
    width: 100%;
    position: relative;
}

.hubox-table thead th {
    background: #282830;
    color: #FFFFFF;
}

.hubox-table th a {
    display: block;
}

.hubox-table .asc {
    background-color: transparent;
    background: url('/app_resource/static/images/icon-set.png') no-repeat #282830;
    background-position: right -450px;
    position: relative;
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    float: none !important;
    margin: 0 !important;
}

.hubox-table .desc {
    background-color: transparent;
    background: url('/app_resource/static/images/icon-set.png') no-repeat #282830;
    background-position: right -550px;
    position: relative;
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    float: none !important;
    margin: 0 !important;
}

.hubox-table th,
.hubox-table td {
    padding: 8px 12px;
    text-align: left;
}

.hubox-table td {
    border-top: 1px solid transparent;
    border-right: 1px solid #2E2E2E;
    line-height: 1.4em;
}

    .hubox-table td[ng-click] {
        cursor: pointer;
    }

.hubox-table.bordered td {
    border-top: 1px solid #2E2E2E;
}

.hubox-table tbody tr:nth-child(even) td {
    background: #4F4F5A;
}

.hubox-table tbody tr.selected td,
.hubox.reverse-color .hubox-table tbody tr.selected td {
    background: #343439;
    border-top: 1px solid #2E2E2E;
}

.hubox.reverse-color .hubox-table td {
    background-color: #44444D;
    color: #FFFFFF;
}

.hubox.reverse-color .hubox-table tbody tr:nth-child(even) td {
    background: #4F4F5A;
}

.hubox.reverse-color .hubox-table tbody tr.selected:nth-child(even) td {
    background: #343439;
}

.hubox-table td label {
    font-family: Tahoma;
    font-size: 1em;
}

    .hubox-table td label input {
        display: inline-block;
        margin-bottom: 8px;
    }

.hubox-table .empty-row td {
    text-align: center;
}

.hubox-table td.thumb {
    width: 30%;
    text-align: center;
}

.hubox-table td.truncated {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
}

.hubox-table img {
    max-width: 100%;
}

.hubox-table .check-list {
    width: 30px;
    text-align: center;
}

    .hubox-table .check-list label {
        font-family: Tahoma;
        font-size: 1em;
    }

    .hubox-table .check-list input {
        cursor: pointer;
        display: inline-block;
        margin: 0;
    }

.hubox-table .actions {
    text-align: center;
    width: 85px;
    vertical-align: middle;
    white-space: nowrap;
}

    .hubox-table .actions.three {
        width: 120px;
    }

    .hubox-table .actions.four {
        width: 165px;
    }

    .hubox-table .actions.five {
        width: 205px;
    }

    .hubox-table .actions .hubox-icon:last-child:before {
        padding-right: 0;
    }

.hubox-table td .radio-group.horizontal,
.hubox-table td .checkbox-group.horizontal {
    margin-bottom: 0;
}

    .hubox-table td .radio-group.horizontal label,
    .hubox-table td .checkbox-group.horizontal label {
        margin-bottom: 4px;
    }

.hubox .hubox-table .checkbox-group input,
.hubox .hubox-table .radio-group input {
    top: 0;
}

.hubox .hubox-table label,
.hubox .hubox-table .checkbox-group label,
.hubox .hubox-table .radio-group label,
.hubox.reverse-color .hubox-table label,
.hubox.reverse-color .hubox-table .checkbox-group label,
.hubox.reverse-color .hubox-table .radio-group label {
    color: #FFFFFF;
}


.hubox-table.loading {
    margin-bottom: 125px;
}

    .hubox-table.loading:before {
        position: absolute;
        background: #44444D url("/App_resource/static/images/hubox-loader-white.gif") center center no-repeat;
        content: ' ';
        height: 105px;
        border: 1px solid #2E2E2E;
        left: 0;
        top: 100%;
        right: -1px;
    }

    .hubox-table.loading thead,
    .hubox-table.loading tbody {
        display: none;
    }

.hubox-table .hubox-icon {
    border: 0;
    background: transparent;
}

.hubox-table.disabled,
.hubox-table.disabled thead th,
.hubox-table.disabled .hubox-icon:before,
.hubox-table.disabled .hubox-icon:hover:before {
    color: #b4b4b4;
}

.hubox-table .hubox-icon,
.hubox-table .hubox-icon:before,
.reverse-color .hubox-table .hubox-icon,
.reverse-color .hubox-table .hubox-icon:before {
    font-size: 32px;
    color: #C4C4C4;
}

    .hubox-table .hubox-icon.search:before {
        font-size: 21px;
    }

    .hubox-table .hubox-icon.wizard:before {
        font-size: 25px;
    }

    .hubox-table .hubox-icon:hover:before {
        color: #FFFFFF;
    }

.hubox-table .help {
    font-size: 0.9em;
}

.hubox.reverse-color .hubox-table .help {
    color: #AAAAAA;
}

.hubox-table .small-cell {
    width: 15%;
}

.hubox-table p,
.hubox.reverse-color .hubox-table p {
    color: #FFFFFF;
    font-size: 1em;
}

.hubox-table + .pagination {
    margin-top: 12px;
}

.hubox.reverse-color .hubox-table .btn.btn-primary {
    background: #FFFFFF !important;
    color: #000000 !important;
}

    .hubox.reverse-color .hubox-table .btn.btn-primary:hover {
        background: #d0d0d0 !important;
        color: #000000 !important;
    }

    .hubox.reverse-color .hubox-table .btn.btn-primary:active,
    .hubox.reverse-color .hubox-table .btn.btn-secondary:active {
        background: #000000 !important;
        color: #FFFFFF !important;
    }

.hubox-table .order-icon {
    float: right;
    line-height: 15px;
}

    .hubox-table .order-icon:before {
        font-size: 18px;
    }

.hubox .btn,
.hb-btn {
    display: inline-block;
    margin: 0 !important;
    margin-right: 12px !important;
    padding: 8px 12px !important;
    min-width: 70px !important;
    border: 0 !important;
    background-image: none !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 14px !important;
    font-family: "Tahoma" !important;
    line-height: 1 !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

    .hubox .btn:hover,
    .hb-btn:hover {
        text-decoration: none !important;
    }

    .hubox .btn:active,
    .hb-btn:active {
        outline: 0 !important;
    }

    .hubox .btn.btn-primary,
    .hb-btn.btn-primary {
        background: #FFFFFF !important;
        color: #000000 !important;
    }

        .hubox .btn.btn-primary:hover,
        .hb-btn.btn-primary:hover {
            background: #d0d0d0 !important;
            color: #000000 !important;
        }


    .hubox .btn[disabled],
    .hb-btn[disabled] {
        opacity: 0.2 !important;
        filter: alpha(opacity=20) !important;
        cursor: default !important;
    }

.hubox.reverse-color .btn.btn-primary,
.hubox.reverse-color .hb-btn.btn-primary {
    background: #44444D !important;
    color: #FFFFFF !important;
}

    .hubox.reverse-color .btn.btn-primary:hover,
    .hubox.reverse-color .hb-btn.btn-primary:hover {
        background: #6a6a70 !important;
        color: #FFFFFF !important;
    }

.hubox .btn.btn-primary:active,
.hb-btn.btn-primary:active,
.hubox .btn.btn-secondary:active,
.hb-btn.btn-secondary:active {
    background: #000000 !important;
    color: #FFFFFF !important;
}

.hubox .btn.btn-secondary,
.hb-btn.btn-secondary {
    border: 1px solid #FFFFFF !important;
    background: transparent !important;
    color: #FFFFFF !important;
}

    .hubox .btn.btn-secondary:hover,
    .hb-btn.btn-secondary:hover {
        border: 1px solid #FFFFFF !important;
        background: transparent !important;
        color: #FFFFFF !important;
    }

.hubox.reverse-color .btn.btn-secondary,
.hubox.reverse-color .hb-btn.btn-secondary {
    border: 1px solid #44444D !important;
    background: transparent !important;
    color: #44444D !important;
}

    .hubox.reverse-color .btn.btn-secondary:hover,
    .hubox.reverse-color .hb-btn.btn-secondary:hover {
        border: 1px solid #44444D !important;
        background: #ededed !important;
        color: #44444D !important;
    }

.hubox .hb-btn-group label {
    position: relative;
    float: left;
}

.hubox .hb-btn-group input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alhpa(opacity=0);
}

.hubox .hb-btn-group .btn,
.hubox .hb-btn-group .hb-btn {
    margin-right: 0 !important;
}

.hubox .hb-btn-group input[type="radio"]:checked + .btn.btn-primary,
.hubox .hb-btn-group input[type="radio"]:checked + .hb-btn.btn-primary {
    background: #282830 !important;
    color: #FFFFFF !important;
}

.hubox .hb-btn-group input[type="radio"]:checked + .btn.btn-secondary,
.hubox .hb-btn-group input[type="radio"]:checked + .hb-btn.btn-secondary {
    border: 1px solid #FFFFFF !important;
    background: #FFFFFF !important;
    color: #44444D !important;
}

.hubox.reverse-color .hb-btn-group input[type="radio"]:checked + .btn.btn-secondary,
.hubox.reverse-color .hb-btn-group input[type="radio"]:checked + .hb-btn.btn-secondary {
    border: 1px solid #44444D !important;
    background: #44444D !important;
    color: #FFFFFF !important;
}

@-ms-viewport {
    width: device-width;
}

/*#region ROW 10 */

*:after,
*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*#region Desktops */

.row-10,
[class*=col-] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *beahvior: url(/HTC/boxsizing.htc);
}

.row-10 {
    position: relative;
    margin: 0 -11px;
    *zoom: 1;
}

    .row-10:before,
    .row-10:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-10:after {
        clear: both;
    }


    .row-10.min-padding {
        margin: 0 -6px;
    }


    .row-10 > [class*=col-] {
        float: left;
        padding: 0 11px;
    }

    .row-10.min-padding > [class*=col-] {
        padding: 0 6px;
    }

    .row-10.no-padding {
        margin-left: 0;
        margin-right: 0;
    }

        .row-10.no-padding > [class*=col-] {
            padding: 0;
        }

    .row-10 .col-md-0 {
        width: auto;
    }

    .row-10 .col-md-0-5 {
        width: 5%;
    }

    .row-10 .col-md-1 {
        width: 10%;
    }

    .row-10 .col-md-1-5 {
        width: 15%;
    }

    .row-10 .col-md-2 {
        width: 20%;
    }

    .row-10 .col-md-2-5 {
        width: 25%;
    }

    .row-10 .col-md-3 {
        width: 30%;
    }

    .row-10 .col-md-3-5 {
        width: 35%;
    }

    .row-10 .col-md-3-3 {
        width: 33.33333333%;
    }

    .row-10 .col-md-4 {
        width: 40%;
    }

    .row-10 .col-md-4-5 {
        width: 45%;
    }

    .row-10 .col-md-5 {
        width: 50%;
    }

    .row-10 .col-md-5-5 {
        width: 55%;
    }

    .row-10 .col-md-6 {
        width: 60%;
    }

    .row-10 .col-md-6-5 {
        width: 65%;
    }

    .row-10 .col-md-7 {
        width: 70%;
    }

    .row-10 .col-md-7-5 {
        width: 75%;
    }

    .row-10 .col-md-8 {
        width: 80%;
    }

    .row-10 .col-md-8-5 {
        width: 85%;
    }

    .row-10 .col-md-9 {
        width: 90%;
    }

    .row-10 .col-md-9-5 {
        width: 95%;
    }

    .row-10 .col-md-10 {
        width: 100%;
    }

    .row-10 .col-md-offset-0 {
        margin-left: 0;
    }

    .row-10 .col-md-offset-1 {
        margin-left: 10%;
    }

    .row-10 .col-md-offset-1-5 {
        margin-left: 15%;
    }

    .row-10 .col-md-offset-2 {
        margin-left: 20%;
    }

    .row-10 .col-md-offset-2-5 {
        margin-left: 25%;
    }

    .row-10 .col-md-offset-3 {
        margin-left: 30%;
    }

    .row-10 .col-md-offset-3-5 {
        margin-left: 35%;
    }

    .row-10 .col-md-offset-3-3 {
        margin-left: 33.33333333%;
    }

    .row-10 .col-md-offset-4 {
        margin-left: 40%;
    }

    .row-10 .col-md-offset-4-5 {
        margin-left: 45%;
    }

    .row-10 .col-md-offset-5 {
        margin-left: 50%;
    }

    .row-10 .col-md-offset-5-5 {
        margin-left: 55%;
    }

    .row-10 .col-md-offset-6 {
        margin-left: 60%;
    }

    .row-10 .col-md-offset-6-5 {
        margin-left: 65%;
    }

    .row-10 .col-md-offset-7 {
        margin-left: 70%;
    }

    .row-10 .col-md-offset-7-5 {
        margin-left: 75%;
    }

    .row-10 .col-md-offset-8 {
        margin-left: 80%;
    }

    .row-10 .col-md-offset-8-5 {
        margin-left: 85%;
    }

    .row-10 .col-md-offset-9 {
        margin-left: 90%;
    }

    .row-10 .col-md-offset-9-5 {
        margin-left: 95%;
    }

    .row-10 .col-md-offset-10 {
        margin-left: 100%;
    }

/*#endregion */

/*#region Tablets Portrait */

@media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-device-width: 768px) and (max-device-width: 979px) {

    .row-10 [class*=col-md].col-sm-0,
    .row-10 .col-sm-0 {
        width: auto;
    }

    .row-10 [class*=col-md].col-sm-0-5,
    .row-10 .col-sm-0-5 {
        width: 5%;
    }

    .row-10 [class*=col-md].col-sm-1,
    .row-10 .col-sm-1 {
        width: 10%;
    }

    .row-10 [class*=col-md].col-sm-1-5,
    .row-10 .col-sm-1-5 {
        width: 15%;
    }

    .row-10 [class*=col-md].col-sm-2,
    .row-10 .col-sm-2 {
        width: 20%;
    }

    .row-10 [class*=col-md].col-sm-2-5,
    .row-10 .col-sm-2-5 {
        width: 25%;
    }

    .row-10 [class*=col-md].col-sm-3,
    .row-10 .col-sm-3 {
        width: 30%;
    }

    .row-10 [class*=col-md].col-sm-3-5,
    .row-10 .col-sm-3-5 {
        width: 35%;
    }

    .row-10 [class*=col-md].col-sm-3-3,
    .row-10 .col-sm-3-3 {
        width: 33.33333333%;
    }

    .row-10 [class*=col-md].col-sm-4,
    .row-10 .col-sm-4 {
        width: 40%;
    }

    .row-10 [class*=col-md].col-sm-4-5,
    .row-10 .col-sm-4-5 {
        width: 45%;
    }

    .row-10 [class*=col-md].col-sm-5,
    .row-10 .col-sm-5 {
        width: 50%;
    }

    .row-10 [class*=col-md].col-sm-5-5,
    .row-10 .col-sm-5-5 {
        width: 55%;
    }

    .row-10 [class*=col-md].col-sm-6,
    .row-10 .col-sm-6 {
        width: 60%;
    }

    .row-10 [class*=col-md].col-sm-6-5,
    .row-10 .col-sm-6-5 {
        width: 65%;
    }

    .row-10 [class*=col-md].col-sm-7,
    .row-10 .col-sm-7 {
        width: 70%;
    }

    .row-10 [class*=col-md].col-sm-7-5,
    .row-10 .col-sm-7-5 {
        width: 75%;
    }

    .row-10 [class*=col-md].col-sm-8,
    .row-10 .col-sm-8 {
        width: 80%;
    }

    .row-10 [class*=col-md].col-sm-8-5,
    .row-10 .col-sm-8-5 {
        width: 85%;
    }

    .row-10 [class*=col-md].col-sm-9,
    .row-10 .col-sm-9 {
        width: 90%;
    }

    .row-10 [class*=col-md].col-sm-9-5,
    .row-10 .col-sm-9-5 {
        width: 95%;
    }

    .row-10 [class*=col-md].col-sm-10,
    .row-10 .col-sm-10 {
        width: 100%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-0,
    .row-10 .col-sm-offset-0 {
        margin-left: 0;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-1,
    .row-10 .col-sm-offset-1 {
        margin-left: 10%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-1-5,
    .row-10 .col-sm-offset-1-5 {
        margin-left: 15%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-2,
    .row-10 .col-sm-offset-2 {
        margin-left: 20%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-2-5,
    .row-10 .col-sm-offset-2-5 {
        margin-left: 25%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-3,
    .row-10 .col-sm-offset-3 {
        margin-left: 30%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-3-5,
    .row-10 .col-sm-offset-3-5 {
        margin-left: 35%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-3-3,
    .row-10 .col-sm-offset-3-3 {
        margin-left: 33.33333333%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-4,
    .row-10 .col-sm-offset-4 {
        margin-left: 40%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-4-5,
    .row-10 .col-sm-offset-4-5 {
        margin-left: 45%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-5,
    .row-10 .col-sm-offset-5 {
        margin-left: 50%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-5-5,
    .row-10 .col-sm-offset-5-5 {
        margin-left: 55%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-6,
    .row-10 .col-sm-offset-6 {
        margin-left: 60%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-6-5,
    .row-10 .col-sm-offset-6-5 {
        margin-left: 65%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-7,
    .row-10 .col-sm-offset-7 {
        margin-left: 70%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-7-5,
    .row-10 .col-sm-offset-7-5 {
        margin-left: 75%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-8,
    .row-10 .col-sm-offset-8 {
        margin-left: 80%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-8-5,
    .row-10 .col-sm-offset-8-5 {
        margin-left: 85%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-9,
    .row-10 .col-sm-offset-9 {
        margin-left: 90%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-9-5,
    .row-10 .col-sm-offset-9-5 {
        margin-left: 95%;
    }

    .row-10 [class*=col-md-offset].col-sm-offset-10,
    .row-10 .col-sm-offset-10 {
        margin-left: 100%;
    }
}

/*#endregion */

/*#region SmartPhones */

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    html > body {
        /*padding-left: 11px;
        padding-right: 11px;*/
        overflow-x: hidden;
    }

    .row-10 [class*=col-md].col-xs-0,
    .row-10 .col-xs-0 {
        width: auto;
    }

    .row-10 [class*=col-md].col-xs-0-5,
    .row-10 .col-xs-0-5 {
        width: 5%;
    }

    .row-10 [class*=col-md].col-xs-1,
    .row-10 .col-xs-1 {
        width: 10%;
    }

    .row-10 [class*=col-md].col-xs-1-5,
    .row-10 .col-xs-1-5 {
        width: 15%;
    }

    .row-10 [class*=col-md].col-xs-2,
    .row-10 .col-xs-2 {
        width: 20%;
    }

    .row-10 [class*=col-md].col-xs-2-5,
    .row-10 .col-xs-2-5 {
        width: 25%;
    }

    .row-10 [class*=col-md].col-xs-3,
    .row-10 .col-xs-3 {
        width: 30%;
    }

    .row-10 [class*=col-md].col-xs-3-5,
    .row-10 .col-xs-3-5 {
        width: 35%;
    }

    .row-10 [class*=col-md].col-xs-3-3,
    .row-10 .col-xs-3-3 {
        width: 33.33333333%;
    }

    .row-10 [class*=col-md].col-xs-4,
    .row-10 .col-xs-4 {
        width: 40%;
    }

    .row-10 [class*=col-md].col-xs-4-5,
    .row-10 .col-xs-4-5 {
        width: 45%;
    }

    .row-10 [class*=col-md].col-xs-5,
    .row-10 .col-xs-5 {
        width: 50%;
    }

    .row-10 [class*=col-md].col-xs-5-5,
    .row-10 .col-xs-5-5 {
        width: 55%;
    }

    .row-10 [class*=col-md].col-xs-6,
    .row-10 .col-xs-6 {
        width: 60%;
    }

    .row-10 [class*=col-md].col-xs-6-5,
    .row-10 .col-xs-6-5 {
        width: 60%;
    }

    .row-10 [class*=col-md].col-xs-7,
    .row-10 .col-xs-7 {
        width: 70%;
    }

    .row-10 [class*=col-md].col-xs-7-5,
    .row-10 .col-xs-7-5 {
        width: 75%;
    }

    .row-10 [class*=col-md].col-xs-8,
    .row-10 .col-xs-8 {
        width: 80%;
    }

    .row-10 [class*=col-md].col-xs-8-5,
    .row-10 .col-xs-8-5 {
        width: 85%;
    }

    .row-10 [class*=col-md].col-xs-9,
    .row-10 .col-xs-9 {
        width: 90%;
    }

    .row-10 [class*=col-md].col-xs-9-5,
    .row-10 .col-xs-9-5 {
        width: 90%;
    }

    .row-10 [class*=col-md],
    .row-10 [class*=col-md].col-xs-10,
    .row-10 .col-xs-10 {
        width: 100%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-0,
    .row-10 .col-xs-offset-0 {
        margin-left: 0;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-1,
    .row-10 .col-xs-offset-1 {
        margin-left: 10%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-1-5,
    .row-10 .col-xs-offset-1-5 {
        margin-left: 15%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-2,
    .row-10 .col-xs-offset-2 {
        margin-left: 20%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-2-5,
    .row-10 .col-xs-offset-2-5 {
        margin-left: 25%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-3,
    .row-10 .col-xs-offset-3 {
        margin-left: 30%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-3-3,
    .row-10 .col-xs-offset-3-3 {
        margin-left: 33.33333333%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-3-5,
    .row-10 .col-xs-offset-3-5 {
        margin-left: 35%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-4,
    .row-10 .col-xs-offset-4 {
        margin-left: 40%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-4-5,
    .row-10 .col-xs-offset-4-5 {
        margin-left: 45%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-5,
    .row-10 .col-xs-offset-5 {
        margin-left: 50%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-5-5,
    .row-10 .col-xs-offset-5-5 {
        margin-left: 55%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-6,
    .row-10 .col-xs-offset-6 {
        margin-left: 60%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-6-5,
    .row-10 .col-xs-offset-6-5 {
        margin-left: 65%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-7,
    .row-10 .col-xs-offset-7 {
        margin-left: 70%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-7-5,
    .row-10 .col-xs-offset-7-5 {
        margin-left: 75%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-8,
    .row-10 .col-xs-offset-8 {
        margin-left: 80%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-8-5,
    .row-10 .col-xs-offset-8-5 {
        margin-left: 85%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-9,
    .row-10 .col-xs-offset-9 {
        margin-left: 90%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-9-5,
    .row-10 .col-xs-offset-9-5 {
        margin-left: 95%;
    }

    .row-10 [class*=col-md-offset].col-xs-offset-10,
    .row-10 .col-xs-offset-10 {
        margin-left: 100%;
    }
}

/*#endregion */

/*#endregion */

.btn-group {
    float: left;
}

    .btn-group.vertical {
        float: none;
        text-align: center;
    }

    .btn-group .hubox-icon:before {
        font-size: 32px;
        color: #C4C4C4;
    }

    .btn-group .hubox-icon:hover:before {
        color: #FFFFFF;
    }

    .btn-group.vertical .hubox-icon {
        display: block;
        margin-bottom: 12px;
    }

    .btn-group > .btn:first-child,
    .btn-group > .hb-btn:first-child {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.hubox .el-rte .tab:before {
    display: none;
}

.hubox ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .hubox ul.category-list > li {
        float: left;
        margin: 12px;
        margin-top: 0;
        margin-left: 0;
    }

        .hubox ul.category-list > li a {
            padding: 8px;
            display: block;
            width: 150px;
            height: 55px;
            line-height: 19px;
            border: 1px solid #4E4E4E;
            overflow: hidden;
        }

            .hubox ul.category-list > li a:hover {
                background-color: #4E4E4E;
                border: 1px solid #FFFFFF;
            }

        .hubox ul.category-list > li .hubox-icon {
            line-height: 10px;
        }

            .hubox ul.category-list > li .hubox-icon,
            .hubox ul.category-list > li .hubox-icon:before {
                color: #FFFFFF;
                margin-top: 0;
                background: transparent;
            }

                .hubox ul.category-list > li .hubox-icon:before {
                    content: "\e608";
                }

.hubox ul.module-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .hubox ul.module-list > li {
        float: left;
        margin: 12px;
        margin-top: 0;
        margin-left: 0;
        display: block;
        width: 200px;
        height: 154px;
        line-height: 19px;
        border: 1px solid #4E4E4E;
        overflow: hidden;
        position: relative;
    }

        .hubox ul.module-list > li:hover {
            background-color: #4E4E4E;
            border: 1px dashed #FFFFFF;
        }

        .hubox ul.module-list > li .hubox-icon {
            line-height: 10px;
        }

            .hubox ul.module-list > li .hubox-icon,
            .hubox ul.module-list > li .hubox-icon:before {
                color: #FFFFFF;
                margin-top: 0;
                background: transparent;
            }

                .hubox ul.module-list > li .hubox-icon:before {
                    content: "\e63a";
                    font-size: 20px;
                }

.module-list a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 8px;
    cursor: move;
}

.hb-modules-tabs h4 {
    float: right;
    margin-right: 28px;
    margin-top: -50px;
}


.hubox.layer .hb-modules-tabs ul.tab-nav.tabs-nav {
    width: 216px;
}

.hb-modules-tabs .tab-panel {
    margin-top: -26px;
}

ul.hb-module-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 10px;
}

    ul.hb-module-categories li {
        display: inline-block;
        padding: 2px 6px;
        margin: 2px;
        background-color: #282830;
    }

.hb-modules-tabs.tab.tabs-list {
    margin-left: 74px;
}

.hb-module {
    padding: 6px;
}

.hb-module-info {
    max-height: 102px;
    overflow: hidden;
}

.hb-module-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
}

.hb-module-name {
    font-size: 14px;
}

.hb-module-description {
    display: flex;
    padding-top: 4px;
    font-size: 11px;
}

.hb-module-icon.hubox-icon.move:before {
    padding-right: 0;
}

.hb-module-filter {
    margin-top: 20px;
}

.hubox fieldset {
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
}

    .hubox fieldset legend {
        margin-bottom: 20px;
        margin-left: -16px;
        border: 0;
        color: #FFFFFF;
        font-size: 150%;
        font-family: "open_sanslight";
        line-height: 1;
    }

        .hubox fieldset legend .hubox-icon {
            line-height: 38px;
        }

            .hubox fieldset legend .hubox-icon:before {
                font-size: 36px;
            }

.hubox.reverse-color fieldset legend,
.hubox.reverse-color label,
.hubox.reverse-color .checkbox-group label,
.hubox.reverse-color .radio-group label {
    color: #44444D;
}

.hubox.reverse-color .bg-dark-gray label,
.hubox .checkbox-group label,
.hubox .radio-group label {
    color: #FFFFFF;
}

.hubox .form-group,
.hubox .radio-group,
.hubox .checkbox-group {
    margin-bottom: 15px;
}

    .hubox .form-group figure {
        margin: 0;
        padding: 0;
    }

    .hubox .form-group img {
        max-width: 100%;
    }

.form-group label + div {
    margin-top: 6px;
}

    .form-group label + div:before,
    .form-group label + div:after {
        display: table;
        content: ' ';
    }

    .form-group label + div:after {
        clear: both;
    }

.hubox label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: "open_sanslight";
    cursor: pointer;
    color: #FFFFFF;
}

    .hubox label > input,
    .hubox label > select,
    .hubox label > textarea {
        display: block;
        margin-top: 10px;
        max-width: 100%;
    }

.hubox span.help {
    display: block;
    margin-top: 4px;
    color: #CCC;
    font-style: italic;
    font-size: 0.83em;
    font-family: Tahoma;
    line-height: 1.3em;
    cursor: help;
}

.hubox.reverse-color span.help {
    color: #787878;
}

.hubox .form-group input ~ button,
.hubox .form-group input ~ a {
    display: inline-block;
}

.hubox .form-group input + .hubox-icon {
    margin-left: 6px;
}

.hubox .form-group input ~ .hubox-icon:before {
    color: #787878;
    font-size: 36px;
}

.hubox .form-group input ~ .hubox-icon:hover:before {
    color: #444242;
}

.hubox.layer .form-group input ~ .hubox-icon:before {
    color: #A0A0A0;
}

.hubox.layer .form-group input ~ .hubox-icon:hover:before {
    color: #ffffff;
}

.hubox .form-group.inline input,
.hubox .form-group.inline select,
.hubox .form-group.inline textarea {
    display: inline-block;
    margin: 0;
    margin-left: 8px;
    width: auto;
}

.hubox input[type=radio],
.hubox input[type=checkbox] {
    cursor: pointer;
}

.hubox input[type=text],
.hubox input[type=email],
.hubox input[type=number],
.hubox input[type=password],
.hubox input[type=url],
.hubox input[type=date],
.hubox input[type=datetime],
.hubox select,
.hubox textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 8px !important;
    width: 100%;
    height: 34px;
    border: 1px solid #5E5E5E !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #F1F1F1 !important;
    float: none !important;
    background-image: none !important;
    color: #212121 !important;
    font-size: 13px !important;
    font-family: "open_sanslight" !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .hubox input[type=text][disabled],
    .hubox input[type=email][disabled],
    .hubox input[type=number][disabled],
    .hubox input[type=password][disabled],
    .hubox input[type=url][disabled],
    .hubox input[type=date][disabled],
    .hubox input[type=datetime][disabled],
    .hubox select[disabled],
    .hubox textarea[disabled] {
        background: #969696 !important;
        cursor: not-allowed;
    }

.hubox textarea {
    max-width: 100%;
    height: auto;
    line-height: 1.4em;
}

.hubox select[multiple] {
    height: auto;
}

.hubox input[type=date],
.hubox input[type=datetime] {
    width: 135px;
}

.hubox input[type=number] {
    width: 90px;
}

.hubox input[type=text]:focus,
.hubox input[type=email]:focus,
.hubox input[type=password]:focus,
.hubox input[type=url]:focus,
.hubox input[type=date]:focus,
.hubox input[type=datetime]:focus,
.hubox select:focus,
.hubox textarea:focus {
    outline: 0;
    border: 1px solid #000000 !important;
    background: #FFFFFF !important;
    box-shadow: none;
}

.hubox .checkbox-group input,
.hubox .radio-group input {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    vertical-align: bottom;
    position: relative;
    top: -2px;
}

.hubox .checkbox-group-center input {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.hubox input[type=text].x-small,
.hubox input[type=email].x-small,
.hubox input[type=number].x-small,
.hubox input[type=password].x-small,
.hubox input[type=url].x-small,
.hubox input[type=date].x-small,
.hubox input[type=datetime].x-small,
.hubox select.x-small,
.hubox textarea.x-small {
    width: 90px;
}

.hubox input[type=text].small,
.hubox input[type=email].small,
.hubox input[type=number].small,
.hubox input[type=password].small,
.hubox input[type=url].small,
.hubox input[type=date].small,
.hubox input[type=datetime].small,
.hubox select.small,
.hubox textarea.small {
    width: 20%;
}

.hubox input[type=text].medium,
.hubox input[type=email].medium,
.hubox input[type=number].medium,
.hubox input[type=password].medium,
.hubox input[type=url].medium,
.hubox input[type=date].medium,
.hubox input[type=datetime].medium,
.hubox select.medium,
.hubox textarea.medium {
    width: 40%;
}

.hubox input[type=text].x-medium,
.hubox input[type=email].x-medium,
.hubox input[type=number].x-medium,
.hubox input[type=password].x-medium,
.hubox input[type=url].x-medium,
.hubox input[type=date].x-medium,
.hubox input[type=datetime].x-medium,
.hubox select.x-medium,
.hubox textarea.x-medium {
    width: 60%;
}

.hubox input[type=text].large,
.hubox input[type=email].large,
.hubox input[type=number].large,
.hubox input[type=password].large,
.hubox input[type=url].large,
.hubox input[type=date].large,
.hubox input[type=datetime].large,
.hubox select.large,
.hubox textarea.large {
    width: 80%;
}

.hubox .form-group:before,
.hubox .form-group:after {
    display: table;
    content: ' ';
}

.hubox .form-group:after {
    clear: both;
}

.hubox label.inline-input input[type=checkbox] {
    vertical-align: text-bottom;
}

.hubox label.inline-input-checkbox input[type=checkbox] {
    vertical-align: super;
    line-height: 0;
}

.hubox label.inline-input-checkbox input[type=text] {
    width: 90%;
}

.hubox label.inline-input input[type=text] {
    vertical-align: baseline;
    margin-left: 8px;
}

.hubox .input-side-button input,
.hubox .input-side-button .btn,
.hubox .input-side-button .hb-btn {
    display: inline-block;
    width: auto;
    max-width: 80%;
}

.hubox .input-side-button .btn,
.hubox .input-side-button .hb-btn {
    margin-left: 12px !important;
}

.hubox .input-side-button select {
    display: inline-block;
    margin-right: 12px;
    max-width: 80%;
}

.input-side-button select ~ a,
.input-side-button select ~ button {
    display: inline-block;
}

.hubox ul.dropdown {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    background: #FFFFFF;
    border: 2px solid #4E4E4E;
}

    .hubox ul.dropdown li a {
        display: block;
        color: #4E4E4E;
        white-space: nowrap;
        padding: 10px 14px;
        font-family: "open_sansregular";
        font-size: 13px;
    }

        .hubox ul.dropdown li a:hover {
            background-color: #282830;
            color: #FFFFFF;
        }

.hubox [data-toggle="dropdown"].active {
    background-color: #282830;
}

.hubox.layer .action-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hubox .action-bar,
.hubox .static-action-bar,
.hubox .action-bar-tab {
    background: #282830;
    padding: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 53px;
}

    .hubox .action-bar button,
    .hubox .static-action-bar button,
    .hubox .action-bar-tab button {
        border: 0;
        background-color: transparent;
        margin-right: 10px;
        color: #BBBBBB;
        outline: 0 !important;
    }

        .hubox .action-bar button:hover,
        .hubox .static-action-bar button:hover, 
        .hubox .action-bar-tab button:hover {
            color: #FFFFFF;
        }

        .hubox .action-bar button[disabled],
        .hubox .static-action-bar button[disabled],
        .hubox .action-bar-tab button[disabled] {
            color: #333333;
        }

.hubox .tab .action-bar {
    padding-left: 55px;
}

.hubox .action-bar-tab {
    padding-left: 12px;
}

.hubox-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #44444D;
    height: 40px;
    z-index: 9999;
}

.ViewMode .hubox-bar,
.ViewMode ~ .hubox-bar {
    border-top: 4px solid #67B93B;
}

.EditMode .hubox-bar,
.EditMode ~ .hubox-bar {
    border-top: 4px solid #D82777;
}

.SystemMode .hubox-bar,
.SystemMode ~ .hubox-bar {
    border-top: 4px solid orange;
}

.hubox-bar a:hover {
    color: #FFFFFF;
    background-color: #282830;
    text-decoration: none;
}

.hubox-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .hubox-bar ul li {
        position: relative;
    }

        .hubox-bar ul li a {
            padding: 8px 12px;
            padding-bottom: 5px;
        }

.hubox-bar .hubox-logo {
    position: relative;
    float: left;
}

    .hubox-bar .hubox-logo a {
        display: block;
        padding: 1px 8px;
        padding-top: 3px;
        margin: 0 8px;
    }

    .hubox-bar .hubox-logo img {
        height: 32px;
        cursor: pointer;
    }

.hubox-bar .context-actions {
    height: 40px;
    padding: 0 330px 0 115px;
}

    .hubox-bar .context-actions ul li,
    .hubox-bar .page-config ul li {
        float: left;
        width: auto;
    }

.hubox-bar .system-context {
    float: right;
}

    .hubox-bar .system-context .page-config,
    .hubox-bar .system-option,
    .hubox-bar .user-box,
    .hubox-bar .user-box .user-info,
    .hubox-bar .user-box .user-image {
        float: left;
    }

    .hubox-bar .system-context > ul {
        float: right;
    }

    .hubox-bar .system-context .page-config {
        margin-right: 25px;
    }

.hubox-bar .system-option .hubox-icon.options:before {
    font-size: 16px;
}

.hubox-bar .system-option .hubox-icon:before,
.hubox-bar .page-config .hubox-icon:before {
    padding-right: 0;
}

.hubox-bar .system-option .hubox-icon.general:before {
    font-size: 20px;
}

.hubox-bar .system-option .dropdown {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hubox-bar .user-box {
    padding-left: 5px;
}

    .hubox-bar .user-box .user-info {
        padding: 5px;
        text-align: right;
        line-height: 1em;
    }

        .hubox-bar .user-box .user-info a {
            font-size: 10px;
            padding: 0;
            padding-top: 5px;
            display: block;
        }

            .hubox-bar .user-box .user-info a:hover {
                background: transparent;
                text-decoration: underline;
            }

    .hubox-bar .user-box .user-image {
        margin: 4px;
        background: url(/App_resource/static/images/hubox-no-img.jpg) no-repeat;
    }

        .hubox-bar .user-box .user-image img {
            width: 32px;
            height: 32px;
        }

.note-manager {
    position: fixed;
    width: 540px;
    top: 12px;
    left: 50%;
    margin-left: -260px;
    z-index: 10100;
}

.note-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.note-item {
    position: relative;
    padding: 12px 16px;
    background: #FBFBFB;
    color: #FFFFFF;
    border-left-width: 8px;
    border-left-style: solid;
    margin-bottom: 12px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
}

.note-item .close {
    position: absolute;
    top: 8px;
    right: 12px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-shadow: none;
}

.note-item .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.note-item .close:before {
    content: "×";
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #868686;
}

.note-item .note-title {
    width: 100%;
    font-size: 1.5em;
    padding-left: 38px;
    padding-right: 20px;
    margin: 6px 0;
}

.note-item ul {
    list-style: square;
    padding: 0;
    padding-left: 24px;
    margin: 0;
    font-size: 1.1em;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: calc(100% - 24px)
}

.note-item ul li {
    list-style: none;
    color: #868686;
    font-size: 1em;
}

.note-item ul li:first-child {
    margin: 6px 0 0 0;
}

@media(min-width:700px) and (max-width:480px) {
    .note-manager {
        width: 90%;
        right: 0;
        left: 0;
        margin: auto;
    }
}

@media(max-width:480px) {
    .note-manager {
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        margin: auto;
    }
}
.note-manager {
    top: 95px;
}

.note-item {
    min-height: 40px;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    border-left-width: 90px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 5px 25px rgba(0, 0, 0, 0.23);
}

.note-item .note-title {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 20px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2em;
}

.note-item.success {
    border-left-color: #59a400;
}

.note-item.success .note-title {
    color: #59a400;
    font-weight: 900;

}

.note-item.warning {
    border-left-color: #ff9800;
}

.note-item.warning .note-title {
    color: #ff9800;
    font-weight: 900;

}

.note-item.info {
    border-left-color: #006eb8;
}

.note-item.info .note-title {
    color: #006eb8;
    font-weight: 900;
}

.note-item.critical {
    border-left-color: #d30000;
}

.note-item.critical .note-title {
    color: #d30000;
    font-weight: 900;

}

.note-item.critical:before,
.note-item.info:before,
.note-item.warning:before,
.note-item.success:before {
    color: #fff;
}

.note-item .close:before {
    font-family: Roboto;
    font-weight: 300;
    cursor: pointer;
    font-size: 30px;
    color: #000;
}

.note-item.warning:before {
    content: "\E000";
}

.note-item.success:before {
    content: "\E86C";
}

.note-item.critical:before {
    content: "\E000";
}

.note-item.info:before {
    content: "\E88E";
}

.note-item.info {
    border-left-color: #006eb8;
    border-radius: 30px;
}

.note-item ul {
    list-style: square;
    padding: 0;
    padding-left: 0;
    margin: 0;
    font-size: 1.1em;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: calc(100% - 24px);
}


.note-item:before {
    font-family: "Material Icons";
    position: absolute;
    left: -66px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 46px;
}
.notification-message h3{
    float:left;
    margin-top:4px;
    margin-bottom:0;
    margin-right:16px;
}
.hubox .image-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hubox .image-list figure{
  margin:0;
  padding:0;
}

    .hubox .image-list li {
        float: left;
        position: relative;
        overflow: hidden;
        margin: 0 2%;
        margin-bottom: 4%;
    }

        .hubox .image-list li img {
            width: 200%;
            margin-left: -100%;
            left: 50%;
            margin-top: -12%;
            position: relative;
        }

    .hubox .image-list.square li {
        width: 16%;
        height: 180px;
    }

    .hubox .col-md-5 .image-list.square li{
      width: 29%;
    }

    .hubox .image-list .actions {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 6px;
        text-align: center;
        background: rgba(0,0,0,0.87);
    }

        .hubox .image-list .actions a {
            display: inline-block;
            line-height: 2.8em;
        }

        .hubox .image-list .actions select{
          width:60px;
          float:right !important;
        }
.dialogelfinder {
    position: fixed;
    top: 20% !important;
}
ul.hubox-context-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
    height: 28px;
    width: 28px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.7);
}

.AdminMode .Posts_Blog ul.hubox-context-menu {
    top: 10px;
    right: 5px;
}

ul.hubox-context-menu.opened {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

ul.hubox-context-menu li.options {
    background-color: transparent;
    background: url('/app_resource/static/images/icon-set.png') no-repeat;
    background-position: 0 -1000px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-left: 25px;
    height: 25px;
    border: 1px solid transparent;
    float: none !important;
    margin: 0 !important;
}

ul.hubox-context-menu.opened li.options {
    background-color: #FFF;
    border: 1px solid #B6B6B6;
}

ul.hubox-context-menu li.options:hover,
ul.hubox-context-menu.opened li.options {
    background-position: 0 -1050px;
}

    ul.hubox-context-menu.opened li.options:before {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 4px;
        left: 0px;
        bottom: -1px;
        z-index: 20;
        background: #FFF;
    }

ul.hubox-context-menu li.options ul.option-list {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 120px;
    border: 1px solid #B6B6B6;
    z-index: 10;
    right: -1px;
    top: 24px;
    padding: 5px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

ul.hubox-context-menu.opened li.options ul.option-list {
    display: block;
}

ul.hubox-context-menu li.options ul.option-list > li:first-child {
    border-top: 1px solid #F0F0F0;
}

ul.hubox-context-menu li.options ul.option-list > li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #F0F0F0;
    padding: 0;
}

    ul.hubox-context-menu li.options ul.option-list > li:hover {
        background: #452078;
    }

    ul.hubox-context-menu li.options ul.option-list > li a {
        font-size: 0.9em;
        padding: 3px 20px;
        line-height: 2.3em;
        white-space: nowrap;
        display: block;
    }

    ul.hubox-context-menu li.options ul.option-list > li:hover a {
        text-decoration: none;
        color: #FFF;
    }

    ul.hubox-context-menu li.options ul.option-list > li a:hover {
        text-decoration: none;
    }

.hubox .picker {
    width: 340px;
}

.hubox-file-picker .btn-primary,
.hubox-file-picker .btn-secondary {
    margin-top: -5px;
}

.hubox-icon {
    line-height: 27px;
    display: inline-block;
}

    .hubox-icon:before {
        font-family: 'hubox-icon';
        font-size: 22px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        padding-right: 8px;
        margin-top: -4px;
        display: inline-block;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e608"; /* Default ICON */
    }

    .hubox-icon.arrow-right:before {
        content: "\e903";
    }

    .hubox-icon.ticket:before {
        content: "\e900";
    }

    .hubox-icon.redo2:before {
        content: "\e902";
    }

    .hubox-icon.trophy:before {
        content: "\e901";
    }

    .hubox-icon.circle-thin:before {
        content: "\f1db";
    }

    .hubox-icon.at:before {
        content: "\f1fa";
    }

    .hubox-icon.envelope-o:before {
        content: "\f003";
    }

    .hubox-icon.image-data:before {
        content: "\e639";
    }

    .hubox-icon.clone:before {
        content: "\e638";
    }

    .hubox-icon.puzzle:before {
        content: "\e634";
    }

    .hubox-icon.flat-folder:before {
        content: "\f07b";
    }

    .hubox-icon.search:before {
        content: "\e60f";
        font-size: 21px;
    }

    .hubox-icon.general:before {
        content: "\e608";
    }

    .hubox-icon.options:before {
        content: "\e60b";
    }

    .hubox-icon.gear:before {
        content: "\e636";
    }

    .hubox-icon.wizard:before {
        content: "\e637";
    }

    .hubox-icon.eye:before {
        content: "\e635";
    }

    .hubox-icon.info:before {
        content: "\e630";
    }

    .hubox-icon.critical:before {
        content: "\e631";
    }

    .hubox-icon.done:before {
        content: "\e632";
    }

    .hubox-icon.warning:before {
        content: "\e633";
    }

    .hubox-icon.paste:before {
        content: "\e62c";
    }

    .hubox-icon.cut:before {
        content: "\e62b";
    }

    .hubox-icon.happy:before {
        content: "\e9df";
    }

    .hubox-icon.smile:before {
        content: "\e9e1";
    }

    .hubox-icon.tongue:before {
        content: "\e9e3";
    }

    .hubox-icon.sad:before {
        content: "\e9e5";
    }

    .hubox-icon.wink:before {
        content: "\e9e7";
    }

    .hubox-icon.grin:before {
        content: "\e9e9";
    }

    .hubox-icon.cool:before {
        content: "\e9eb";
    }

    .hubox-icon.angry:before {
        content: "\e9ed";
    }

    .hubox-icon.evil:before {
        content: "\e9ef";
    }

    .hubox-icon.shocked:before {
        content: "\e9f1";
    }

    .hubox-icon.baffled:before {
        content: "\e9f3";
    }

    .hubox-icon.confused:before {
        content: "\e9f5";
    }

    .hubox-icon.neutral:before {
        content: "\e9f7";
    }

    .hubox-icon.wondering:before {
        content: "\e9fb";
    }

    .hubox-icon.sleepy:before {
        content: "\e9fd";
    }

    .hubox-icon.frustrated:before {
        content: "\e9ff";
    }

    .hubox-icon.crying:before {
        content: "\ea01";
    }

    .hubox-icon.file-manager:before {
        content: "\e62f";
    }

    .hubox-icon.tiles:before {
        content: "\e62d";
    }

    .hubox-icon.list:before {
        content: "\e62e";
    }

    .hubox-icon.cursor:before {
        content: "\e62a";
    }

    .hubox-icon.folder:before {
        content: "\e629";
    }

    .hubox-icon.word:before {
        content: "\e620";
    }

    .hubox-icon.text:before {
        content: "\e621";
    }

    .hubox-icon.powerpoint:before {
        content: "\e622";
    }

    .hubox-icon.pdf:before {
        content: "\e623";
    }

    .hubox-icon.music:before {
        content: "\e624";
    }

    .hubox-icon.page-image:before {
        content: "\e625";
    }

    .hubox-icon.file:before {
        content: "\e626";
    }

    .hubox-icon.excel:before {
        content: "\e627";
    }

    .hubox-icon.code:before {
        content: "\e628";
    }

    .hubox-icon.rename:before {
        content: "\e61f";
    }

    .hubox-icon.upload:before {
        content: "\e61e";
    }

    .hubox-icon.up:before {
        content: "\e601";
    }

    .hubox-icon.tools:before {
        content: "\e602";
    }

    .hubox-icon.graphic:before {
        content: "\e603";
    }

    .hubox-icon.save:before {
        content: "\e604";
    }

    .hubox-icon.remove:before,
    .hubox-icon.cancel:before {
        content: "\e605";
    }

    .hubox-icon.page-search:before {
        content: "\e606";
    }

    .hubox-icon.page-options:before {
        content: "\e607";
    }

    .hubox-icon.locker:before {
        content: "\e609";
    }

    .hubox-icon.image:before {
        content: "\e60a";
    }

    .hubox-icon.edit-page:before {
        content: "\e60c";
    }

    .hubox-icon.delete-page:before {
        content: "\e60d";
    }

    .hubox-icon.add:before {
        content: "\e610";
    }

    .hubox-icon.back:before {
        content: "\e60e";
    }

    .hubox-icon.properties:before {
        content: "\e611";
    }

    .hubox-icon.edit:before {
        content: "\e612";
    }

    .hubox-icon.delete:before {
        content: "\e613";
    }

    .hubox-icon.trash:before {
        content: "\e614";
    }

    .hubox-icon.remove-double:before {
        content: "\e600";
    }

    .hubox-icon.to-right-double:before {
        content: "\e615";
    }

    .hubox-icon.to-right:before {
        content: "\e616";
    }

    .hubox-icon.to-left-double:before {
        content: "\e617";
    }

    .hubox-icon.to-left:before {
        content: "\e618";
    }

    .hubox-icon.to-up-double:before {
        content: "\e619";
    }

    .hubox-icon.to-up:before {
        content: "\e61a";
    }

    .hubox-icon.to-down-double:before {
        content: "\e61b";
    }

    .hubox-icon.to-down:before {
        content: "\e61c";
    }

    .hubox-icon.line-bullets:before {
        content: "\e61d";
    }

    .hubox-icon.move:before {
        content: "\e63a";
    }

    .hubox-icon.blocked:before {
        content: "\e63b";
    }

    .hubox-icon.circle-check:before {
        content: "\e042";
    }

    .hubox-icon.circle-cross:before {
        content: "\e043";
    }

    .hubox-icon.play:before {
        content: "\ea15";
    }

    .hubox-icon.stop:before {
        content: "\ea17";
    }

    .hubox-icon.notification:before {
        content: "\ea08";
    }

    .hubox-icon.link:before {
        content: "\e63c";
    }

    .hubox-icon.breadcrumb {
        background: transparent;
        padding: 0;
        margin: 0;
    }

    .hubox-icon.star-empty:before {
        content: "\e63d";
    }

    .hubox-icon.star-half:before {
        content: "\e63e";
    }

    .hubox-icon.star-full:before {
        content: "\e63f";
    }

    .hubox-icon.energy:before {
        content: "\e903";
    }

.reverse-color .hubox-icon,
.reverse-color .hubox-icon:before {
    color: #44444D;
}

.image-picker {
    position: relative;
    background: #E5E5E5;
    width: 200px;
    height: 120px;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
}

    .image-picker:after {
        position: absolute;
        content: 'Clique para selecionar a imagem';
        text-align: center;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: -12px;
        font-size: 1.2em;
        font-weight: bold;
        color: #797676;
    }

    .image-picker img {
        position: relative;
        max-width: 200px;
        max-height: 140px;
        border: 1px solid #B5B5B5;
        cursor: pointer;
        z-index: 10;
    }

    .image-picker ~ .btn {
        margin-top: 12px !important;
    }

.media-picker,
.media-picker-wrapper {
    position: relative;
    background: #E5E5E5;
    width: 200px;
    height: 120px;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
}

    .media-picker:after {
        position: absolute;
        content: 'Clique para selecionar uma mídia';
        text-align: center;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: -12px;
        font-size: 1.2em;
        font-weight: bold;
        color: #797676;
    }

    .media-picker img,
    media-picker-wrapper video {
        position: relative;
        max-width: 200px;
        max-height: 140px;
        border: 1px solid #B5B5B5;
        cursor: pointer;
        z-index: 10;
    }

    .media-picker ~ .btn {
        margin-top: 12px !important;
    }

.hubox .template-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .hubox .template-list li {
        display: inline-block;
        margin: 0;
        padding: 4px;
        padding-bottom: 2px;
        background: #C7C7C7;
        margin-right: 10px;
        vertical-align: middle;
        border: 3px solid #44444D;
    }

        .hubox .template-list li:hover {
            background-color: #FFFFFF;
        }

        .hubox .template-list li.active {
            background-color: #FFFFFF;
            border: 3px solid #000;
        }

        .hubox .template-list li a {
            display: block;
            margin: 0;
            padding: 0;
        }

        .hubox .template-list li img {
            cursor: pointer;
        }

ul.multiple-select.lista-horizontal {
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    padding-bottom: 5px;
    padding-right: 5px;
    border: 1px solid #B7BCC4;
    cursor: text;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.multiple-select:before,
ul.multiple-select:after {
    content: ' ';
    display: table;
}

ul.multiple-select:after {
    clear: both;
}

ul.multiple-select li.item {
    background-color: #7E7E7E;
    padding: 8px 12px;
    margin-left: 5px;
    margin-top: 5px;
}

    ul.multiple-select li.item:hover {
        background-color: #898989;
        border: 1px solid #4E4E4E;
        padding: 7px 11px;
        cursor: pointer;
    }

    ul.multiple-select li.item.selected {
        background-color: #2B2933;
    }

    ul.multiple-select li.item .btn-delete {
        background: url('/app_resource/static/images/icon-set.png') no-repeat;
        padding-left: 18px;
        display: inline-block;
        height: 12px;
        line-height: 18px;
        background-position: -2px -607px;
        cursor: pointer;
    }

    ul.multiple-select li.item .name {
        color: #FFF;
    }

ul.multiple-select li.item-input {
    position: relative;
    margin-left: 5px;
    margin-top: 5px;
}

    ul.multiple-select li.item-input input {
        background: transparent !important;
        padding: 0 !important;
        color: #212121 !important;
        height: 28px !important;
        border: 0 !important;
    }

        ul.multiple-select li.item-input input:active,
        ul.multiple-select li.item-input input:focus {
            border: 0 !important;
        }

    ul.multiple-select li.item-input ul.source {
        position: absolute;
        min-width: 160px;
        top: 37px;
        left: 0;
        background-color: #FFFFFF;
        border: 1px solid #868686;
        box-shadow: 0 2px 6px #868686;
        padding: 2px 0;
        z-index: 20;
    }

        ul.multiple-select li.item-input ul.source li {
            width: 100%;
            padding: 5px 15px;
            margin: 2px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            ul.multiple-select li.item-input ul.source li span {
                color: #868686;
                line-height: 18px;
            }

            ul.multiple-select li.item-input ul.source li:hover,
            ul.multiple-select li.item-input ul.source li.selected {
                background-color: #D82777;
                cursor: pointer;
            }

                ul.multiple-select li.item-input ul.source li:hover span,
                ul.multiple-select li.item-input ul.source li.selected span {
                    color: #FFFFFF;
                }

/*#region Inline Tab */

.hubox .tab {
    position: relative;
}

    .hubox .tab:before,
    .hubox .tab:after {
        display: table;
        content: ' ';
    }

    .hubox .tab:after {
        clear: both;
    }

    .hubox .tab .tab-nav {
        position: relative;
        float: left;
        width: 180px;
        min-height: 200px;
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10;
    }

    .hubox .tab:before {
        position: absolute;
        content: ' ';
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        width: 180px;
        height: 100%;
        background: #E2E2E2;
        z-index: 1;
    }

    .hubox .tab.horizontal:before,
    .hubox.layer .tab.horizontal:before,
    .hubox .tab .tab:before,
    .hubox-panel .tab:before {
        display: none;
    }

    .hubox .tab .tab-nav a:hover {
        background: #AEAEAE;
    }

    .hubox .tab.horizontal .tab-nav,
    .hubox.layer .tab.horizontal .tab-nav,
    .hubox .tab-panel .tab .tab-nav,
    .hubox.layer .tab .tab .tab-nav,
    .hubox-panel .tab .tab-nav {
        float: none;
        display: block;
        width: auto;
        min-height: 0;
        height: 37px;
        background-color: transparent;
        position: relative;
        left: auto;
        top: auto;
        overflow: visible;
        z-index: 19;
    }

        .hubox .tab.horizontal .tab-nav:hover,
        .hubox.layer .tab.horizontal .tab-nav:hover,
        .hubox .tab-panel .tab .tab-nav:hover,
        .hubox.layer .tab .tab .tab-nav:hover {
            overflow: visible !important;
        }

.hubox-panel .tab .tab-nav {
    z-index: 20;
}

.hubox .tab .tab-item {
    position: relative;
    display: block;
}

.hubox .tab.horizontal .tab-item,
.hubox.layer .tab.horizontal .tab-item,
.hubox .tab-panel .tab .tab-item,
.hubox.layer .tab .tab .tab-item,
.hubox-panel .tab .tab-item {
    border: 0;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 8px;
}

.hubox .tab .tab-item a {
    background: #C2C2C2;
    color: #747474;
    padding: 10px 12px;
    display: block;
    line-height: 27px;
}

.hubox .tab.horizontal .tab-item a,
.hubox.layer .tab.horizontal .tab-item a,
.hubox .tab-panel .tab .tab-item a,
.hubox.layer .tab .tab .tab-item a,
.hubox-panel .tab .tab-item a {
    padding: 4px 12px;
}

.hubox-panel .tab .tab-item a {
    color: #FFFFFF;
    white-space: nowrap;
}

.hubox .tab .tab-item.active {
    position: relative;
}

    .hubox .tab .tab-item.active a {
        background: #FFFFFF;
        color: #282830;
        padding: 10px 11px;
        border: 2px solid #C2C2C2;
        border-right: 0;
    }

        .hubox .tab .tab-item.active a:after {
            position: absolute;
            content: ' ';
            display: block;
            top: 2px;
            bottom: 2px;
            right: -3px;
            width: 3px;
            background: #FFFFFF;
        }

.hubox .tab.horizontal .tab-item.active a:after,
.hubox.layer .tab.horizontal .tab-item.active a:after,
.hubox .tab-panel .tab .tab-item.active a:after,
.hubox.layer .tab .tab .tab-item.active a:after,
.hubox-panel .tab .tab-item.active a:after {
    display: none;
}

.hubox .tab.horizontal .tab-item.active a,
.hubox.layer .tab.horizontal .tab-item.active a,
.hubox .tab-panel .tab .tab-item.active a,
.hubox.layer .tab .tab .tab-item.active a,
.hubox-panel .tab .tab-item.active a {
    padding: 4px 12px;
    border: 2px solid #C2C2C2;
    border-bottom: 0;
}

.hubox .tab.horizontal .tab-item.active a,
.hubox.layer .tab.horizontal .tab-item.active a,
.hubox .tab-panel .tab .tab-item.active a {
    color: #343439;
    background: #FFFFFF;
}

.hubox.layer .tab.horizontal .tab-item.active a,
.hubox.layer .tab .tab .tab-item.active a,
.hubox-panel .tab .tab-item.active a {
    color: #FFFFFF;
    background: #44444D;
}

    .hubox .tab.horizontal .tab-item.active a:before,
    .hubox.layer .tab.horizontal .tab-item.active a:before,
    .hubox .tab-panel .tab .tab-item.active a:before,
    .hubox.layer .tab .tab .tab-item.active a:before,
    .hubox-panel .tab .tab-item.active a:before {
        position: absolute;
        display: block;
        content: ' ';
        left: 2px;
        right: 2px;
        bottom: -3px;
        height: 3px;
    }

    .tab.horizontal .tab-item.active a:before,
    .hubox-panel .tab .tab-item.active a:before {
        bottom: -2px;
    }

    .hubox .tab.horizontal .tab-item.active a:before,
    .hubox.layer .tab.horizontal .tab-item.active a:before,
    .hubox .tab-panel .tab .tab-item.active a:before {
        background: #FFFFFF;
    }

    .hubox.layer .tab.horizontal .tab-item.active a:before,
    .hubox.layer .tab .tab .tab-item.active a:before,
    .hubox-panel .tab .tab-item.active a:before {
        background: #44444D;
    }

.hubox .tab .tab-item.active .hubox-icon:before {
    color: #747474;
}

.hubox .tab.horizontal .tab-item .hubox-icon:before,
.hubox.layer .tab.horizontal .tab-item .hubox-icon:before,
.hubox .tab-panel .tab .tab-item .hubox-icon:before,
.hubox.layer .tab .tab .tab-item .hubox-icon:before,
.hubox-panel .tab .tab-item .hubox-icon:before {
    display: none;
}

.reverse-color .tab-item .hubox-icon,
.reverse-color .tab-item .hubox-icon:before {
    color: #747474;
}

.hubox .tab .tab-panel {
    margin-left: 180px;
    min-height: 200px;
    padding: 12px;
    border: 2px solid #C2C2C2;
}

    .hubox .tab.horizontal .tab-panel,
    .hubox.layer .tab.horizontal .tab-panel,
    .hubox .tab .tab-panel .tab-panel,
    .hubox-panel .tab .tab-panel {
        margin-left: 0;
    }

/*#endregion */

/*#region Tabs on Layer */

.hubox.layer .tab {
    position: static;
}

    .hubox.layer .tab.horizontal,
    .hubox.layer .tab .tab,
    .hubox-panel .tab {
        margin-bottom: 24px;
    }

    .hubox.layer .tab:before {
        display: none;
    }

    .hubox.layer .tab .tab-nav {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        float: left;
        width: 48px;
        background-color: #282830;
        overflow: hidden;
        z-index: 21;
    }

        /*.hubox.layer .layer-header:not(:empty) ~ .layer-content .tab .tab-nav {
            top: 68px;
        }*/

        .hubox.layer .tab .tab-nav:hover {
            overflow-y: auto !important;
        }

        .hubox.layer .tab .tab-nav:before {
            position: absolute;
            content: ' ';
            height: 100%;
            width: 1px;
            background: #000000;
            top: 0;
            right: 0;
        }

    .hubox.layer .tab.horizontal .tab-nav:before,
    .hubox.layer .tab .tab .tab-nav:before,
    .hubox-panel .tab .tab-nav:before {
        display: none;
    }

    .hubox.layer .tab .tab-item,
    .hubox.layer .tab .tab-item.active,
    .hubox.layer .tab .tab-item a,
    .hubox.layer .tab .tab-item.active a {
        margin: 0;
        padding: 0;
        border: 0;
    }

.hubox-panel .tab .tab-item a,
.hubox-panel .tab .tab-item.active a {
    margin: 0;
}

.hubox-panel .tab .tab-item,
.hubox-panel .tab .tab-item.active {
    margin: 0;
    padding: 0;
    border: 0;
}

.hubox.layer .tab .tab-item:hover {
    background-color: #000000;
}

.hubox.layer .tab.horizontal .tab-item:hover,
.hubox.layer .tab .tab .tab-item:hover,
.hubox-panel .tab .tab-item:hover {
    background-color: transparent;
}

    .hubox.layer .tab.horizontal .tab-item:hover a,
    .hubox.layer .tab .tab .tab-item:hover a,
    .hubox-panel .tab .tab-item:hover a {
        background: #282830;
    }

.hubox.layer .tab.horizontal .tab-item.active:hover a,
.hubox.layer .tab .tab .tab-item.active:hover a,
.hubox-panel .tab .tab-item.active:hover a {
    background: transparent;
}

.hubox.layer .tab .tab-item.active {
    position: relative;
    background-color: #44444D;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.hubox.layer .tab.horizontal .tab-item.active,
.hubox.layer .tab .tab .tab-item.active,
.hubox-panel .tab .tab-item.active {
    position: relative;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
}

.hubox.layer .tab .tab-item.active:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #44444D;
}

.hubox.layer .tab.horizontal .tab-item.active:before,
.hubox.layer .tab .tab .tab-item.active:before,
.hubox-panel .tab .tab-item.active:before {
    display: none;
}

.hubox.layer .tab .tab-item.active a:hover,
.hubox-panel .tab .tab-item.active a:hover {
    cursor: default !important;
}

.hubox.layer .tab .tab-item a {
    width: 100%;
    padding: 0;
    background: transparent;
    color: #FFFFFF;
    white-space: nowrap;
}

.hubox.layer .tab.horizontal .tab-item a,
.hubox.layer .tab .tab .tab-item a,
.hubox-panel .tab .tab-item a {
    width: auto;
    background: #4F4F5A;
}

.hubox.layer .tab .tab-item a:hover {
    color: #FFFFFF;
}

.hubox.layer .tab .tab-item .hubox-icon:before {
    padding: 8px 9px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0;
    padding-right: 14px;
    width: 48px;
}

.hubox.layer .tab .tab-item .hubox-icon.list:before {
    font-size: 21px;
}

.hubox.layer .tab.horizontal .tab-item .hubox-icon:before,
.hubox.layer .tab .tab .tab-item .hubox-icon:before,
.hubox-panel .tab .tab-item .hubox-icon:before {
    width: auto;
}

.hubox.layer .tab-item .hubox-icon.general:before {
    font-size: 21px;
}

.hubox.layer .tab-item .hubox-icon.image:before {
    font-size: 21px;
}

.hubox.layer .tab-item .hubox-icon.graphic:before {
    font-size: 23px;
}

.hubox.layer .tab .tab-item .hubox-icon.trash:before {
    padding: 8px 11px;
}

.hubox.layer .tab .tab-panel {
    border: 0;
    margin-left: 30px;
}

.hubox.layer .tab.horizontal .tab-panel,
.hubox.layer .tab .tab .tab-panel,
.hubox-panel .tab .tab-panel {
    position: relative;
    padding: 12px;
    left: auto;
    top: auto;
    bottom: auto;
    overflow: auto;
    right: auto;
    border: 2px solid #C2C2C2;
    margin-left: 0;
}

    .hubox.layer .tab.horizontal .tab-panel > div:first-child > div:first-child,
    .hubox.layer .tab .tab .tab-panel > div:first-child > div:first-child,
    .hubox-panel .tab .tab-panel > div:first-child > div:first-child {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0;
        width: auto;
    }

.hubox.layer .tab.no-overflow .tab-panel > div:first-child > div:first-child {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/*#endregion */

.ui-draggable-dragging {
    z-index: 9999;
}

.ui-drop-item {
    display: block;
    background-color: #F2F2F2;
    border: 1px dashed #CCCCCC;
    height: 78px;
    clear: both;
}

.popup-hubox .ui-icon,
.hubox .ui-icon {
    display: inline-block;
    cursor: pointer;
}
.hb-layer-opened {
    overflow: hidden;
    padding-right: 17px;
}

.hubox.layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.AdminMode ~ .hubox.layer {
    top: 44px;
}

.hubox.layer.opened {
    overflow-x: hidden;
    overflow-y: auto;
}

.hubox.layer.current-layer {
    z-index: 9998;
}

.hubox.layer .layer-header {
    background: #282830;
}

    .hubox.layer .layer-header h2 {
        padding: 15px;
        margin: 0;
    }

.hubox.layer .layer-wrapper {
    background: #44444D;
    border: 1px solid #35353A;
    position: relative;
}

    .hubox.layer .layer-wrapper.with-action-bar {
        margin-bottom: 56px;
    }

.hubox.layer .layer-content {
    padding: 15px;
    overflow-y: auto;
    min-height: 400px;
}

    .hubox.layer .layer-content .layer-header {
        position: absolute;
        left: 48px;
        right: 0;
        top: 0;
        z-index: 20;
    }

        .hubox.layer .layer-content .layer-header + * {
            margin-top: 70px;
        }

.hubox.layer.with-action-bar .layer-content {
    margin-bottom: 53px;
}

.hubox.layer.loading .layer-wrapper:before {
    position: absolute;
    background: url("/App_resource/static/images/loader.svg") no-repeat;
    background-position: top center;
    content: "Aguarde";
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -60px;
    width: 120px;
    padding-top: 80px;
    text-align: center;
    z-index: 20;
}

.hubox.layer.loading .layer-content {
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
}

.hubox.layer.center .layer-wrapper {
    width: 700px;
    margin: 30px auto;
}

.layer-scroller-container {
    overflow-y: auto;
    overflow-x: hidden;
}

.hubox.layer .layer-close {
    position: absolute;
    color: #C4C4C4;
    z-index: 20;
    font-size: 42px;
    line-height: 0.8em;
    cursor: pointer;
    top: 10px;
    right: 12px;
}

    .hubox.layer .layer-close:hover {
        color: #FFFFFF;
    }

.layer-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background: #000000;
    opacity: 0.45;
    filter: alpha(opacity=45);
    z-index: 101;
}

    .layer-overlay.current-layer-overlay {
        z-index: 9997;
    }

    .layer-overlay.in {
        display: block;
    }

/*#region Layers Fixes */

#small-client-layer-overlay.layer-overlay,
#small-layer-overlay.layer-overlay,
#sub-small-layer-overlay.layer-overlay {
    z-index: 1004;
}

#small-client-layer.hubox.layer,
#small-layer.hubox.layer,
#sub-small-layer.hubox.layer {
    z-index: 1005;
}

#huboxbar-layer,
#top-layer {
    border-top: 1px solid #AAA;
}

    #top-layer .layer-content {
        height: 420px;
    }

    #top-layer .layer-close,
    #huboxbar-layer .layer-close {
        right: 30px;
    }

    #huboxbar-layer .layer-content {
        padding-left: 130px;
        height: 200px;
    }

#notification-layer .layer-content {
    background: #D82777;
    padding-left: 130px;
    height: 32px;
    min-height: 32px;
}

#notification-layer .layer-close {
    display: none;
}

#notification-layer.loading .layer-wrapper:before {
    display: none;
}

#small-client-layer .layer-wrapper,
#small-layer .layer-wrapper,
#sub-small-layer .layer-wrapper {
    width: 550px;
}

#mini-client-layer .layer-wrapper,
#mini-layer .layer-wrapper {
    width: 550px;
}

#large-layer .layer-wrapper,
#large-client-layer .layer-wrapper {
    width: 90%;
    left: 50%;
    margin-left: -45%;
    z-index: 103;
}

#medium-layer .layer-wrapper,
#medium-client-layer .layer-wrapper {
    width: 60%;
    z-index: 103;
}

#extra-medium-layer .layer-wrapper,
#extra-medium-client-layer .layer-wrapper {
    width: 70%;
    left: 50%;
    margin-left: -35%;
    z-index: 105;
}

#video-view-layer .layer-wrapper {
    width: 800px;
    margin-left: -400px;
    left: 50%;
    z-index: 105;
}

#banner-layer {
    overflow: hidden;
    z-index: 9999;
}

    #banner-layer .layer-wrapper {
        width: 100%;
    }

/*#endregion */

.layer-scroller-fixed-header {
    padding-bottom: 1px;
}


    .layer-scroller-fixed-header .layer-scroller-container {
        padding-top: 80px;
        position: relative;
        top: -80px;
        margin-right: 1px;
        margin-bottom: -80px;
    }

    .layer-scroller-fixed-header > .table-list {
        position: relative;
        z-index: 9999;
    }

.ui-widget-overlay {
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.hubox ul.table-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #282830;
}

    .hubox ul.table-list ul.table-list,
    .hubox ul.table-list:first-child > li:first-child {
        border: 0;
    }

    .hubox ul.table-list ul {
        list-style: none;
    }

    .hubox ul.table-list li .row-10 [class*=col-] {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .hubox ul.table-list.with-actions li [class*=row-] [class*=col-] {
        line-height: 30px;
    }

    .hubox ul.table-list.with-movables li {
        cursor: move;
        padding-left: 18px;
    }

        .hubox ul.table-list.with-movables li:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            speak: none;
            position: absolute;
            top: 15px;
            left: 8px;
            display: inline-block;
            content: "\e61d";
            vertical-align: middle;
            text-transform: none;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            font-size: 16px;
            font-family: 'hubox-icon';
            line-height: 1;
            color: #707072;
        }

        .hubox ul.table-list.with-movables li:hover:before {
            color: #FFFFFF;
        }

    .hubox ul.table-list li {
        border-top: 1px solid #282830;
    }

        .hubox ul.table-list li:nth-child(even) {
            background: #4F4F5A;
        }

        .hubox ul.table-list li:nth-child(odd) {
            background: #44444D;
        }

    .hubox ul.table-list .row-10 {
        margin: 0;
    }

    .hubox ul.table-list .check-list {
        width: 35px;
        background: #34343B;
        text-align: center;
    }

        .hubox ul.table-list .check-list input {
            vertical-align: bottom;
        }

    .hubox ul.table-list.header,
    .hubox ul.table-list.drop-zone {
        margin-right: 18px;
    }

        .hubox ul.table-list.header [class*=row-] {
            background: #282830;
            font-weight: bold;
        }

            .hubox ul.table-list.header [class*=row-] .check-list {
                background: #282830;
            }

    .hubox ul.table-list .hubox-icon:before {
        font-size: 32px;
        color: #C4C4C4;
    }

    .hubox ul.table-list .hubox-icon:hover:before {
        color: #FFFFFF;
    }

    .hubox ul.table-list li [class*=col-] .hubox-icon:last-child:before {
        padding-right: 0;
    }

/*#region File Manager */

#hubox-filemanager-form {
    display: none;
}

/*#region Miscs */

.file-manager {
    position: fixed;
    display: none;
    width: 90%;
    left: 5%;
    top: 50%;
    margin-top: -286px;
    z-index: 9999;
}

    .file-manager.loading .loader:after {
        position: absolute;
        background: url("/App_resource/static/images/hubox-loader-18181B.gif") no-repeat;
        content: "Aguarde";
        top: 50%;
        left: 50%;
        margin-top: -32px;
        margin-left: -32px;
        width: 64px;
        padding-top: 80px;
        text-align: center;
        z-index: 30;
    }

    .file-manager *::selection {
        background: transparent;
        color: inherit;
    }

    .file-manager h2 {
        margin-left: 60px;
    }

    .file-manager.opened {
        display: block;
    }

    .file-manager .close {
        font-size: 48px;
        line-height: 28px;
        opacity: 0.6;
        filter: alpha(opacity=60);
        margin-top: 2px;
        text-shadow: none;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
    }

        .file-manager .close:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .file-manager .thumb {
        padding: 0;
        margin: 0;
    }

        .file-manager .thumb img {
            max-width: 100%;
        }

    .file-manager ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

    .file-manager .hubox-icon:before {
        font-size: 38px;
        color: #ACACAC;
    }

    .file-manager .hubox-icon:hover:before {
        color: #FFFFFF;
    }

    /*#endregion */

    /*#region Work Area */

    .file-manager .work-area {
        position: relative;
        background: #4F4F5A;
        overflow: hidden;
    }

    .file-manager.loading .work-area:after {
        position: absolute;
        content: ' ';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        z-index: 20;
    }

    .file-manager .work-area table {
        width: 100%;
    }

        .file-manager .work-area table th,
        .file-manager .work-area table td {
            text-align: left;
            padding: 12px;
            border-bottom: 1px solid #44444D;
        }

            .file-manager .work-area table th a {
                color: #AEAEAE;
            }

                .file-manager .work-area table th a:hover {
                    color: #FFFFFF;
                }

        .file-manager .work-area table tbody tr:hover,
        .file-manager .work-area table tbody tr:hover td {
            background-color: #5A5A62;
            cursor: pointer;
        }

        .file-manager .work-area table tbody tr.selected,
        .file-manager .work-area table tbody tr.selected td,
        .file-manager .work-area .thumbs table tbody tr.selected:hover,
        .file-manager .work-area .thumbs table tbody tr.selected:hover td {
            background: #44444D;
        }

        .file-manager .work-area table tbody tr.cut td,
        .file-manager .work-area table tbody tr.cut td span {
            color: #AEAEAE;
        }

    .file-manager .work-area .thumbs table tr.selected,
    .file-manager .work-area .thumbs table tr.selected:hover {
        border: 1px solid #3A3A3A;
    }

    /*#endregion */

    /*#region Explorer */

    .file-manager .explorer {
        overflow-y: auto;
        padding: 12px 0;
        height: 450px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .file-manager .explorer .file-type:before {
            font-family: "hubox-icon";
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 22px;
            width: 22px;
            content: "\e626";
            padding-right: 8px;
            vertical-align: middle;
        }

        .file-manager .explorer table tr th:first-child,
        .file-manager .explorer table tr td:first-child {
            padding-left: 62px;
        }

        .file-manager .explorer .name {
            width: 50%;
        }

            .file-manager .explorer .name input[type=checkbox] {
                margin-right: 12px;
            }

        .file-manager .explorer .modified-date,
        .file-manager .explorer .size,
        .file-manager .explorer .mime-type {
            width: 10px;
            text-align: center;
        }

        .file-manager .explorer .file-type input,
        .file-manager .explorer .file-type input:focus {
            display: inline-block;
            background: #44444D !important;
            border: 0 !important;
            border-bottom: 1px solid #64646C !important;
            color: #FFFFFF !important;
            height: auto;
            padding: 0 !important;
            width: 180px;
        }

        .file-manager .explorer .file-type.folder:before {
            content: "\e629";
        }

        .file-manager .explorer .file-type.image:before {
            content: "\e625";
        }

        .file-manager .explorer .file-type.word:before {
            content: "\e620";
        }

        .file-manager .explorer .file-type.text:before {
            content: "\e621";
        }

        .file-manager .explorer .file-type.powerpoint:before {
            content: "\e622";
        }

        .file-manager .explorer .file-type.pdf:before {
            content: "\e623";
        }

        .file-manager .explorer .file-type.music:before {
            content: "\e624";
            font-size: 25px;
        }

        .file-manager .explorer .file-type.excel:before {
            content: "\e627";
        }

        .file-manager .explorer .file-type.code:before {
            content: "\e628";
        }

        .file-manager .explorer .thumb {
            display: none;
        }

        /*#endregion */

        /*#region Explorer - Thumbs */

        .file-manager .explorer.thumbs table thead {
            display: none;
        }

        .file-manager .explorer.thumbs table tbody {
            display: block;
            margin: 0 12px;
            margin-left: 62px;
        }

            .file-manager .explorer.thumbs table tbody tr {
                width: 15.5%;
                display: inline-block;
                border: 1px solid #5A5A62;
                height: 128px;
                position: relative;
                margin-bottom: 12px;
                margin-right: 12px;
            }

                .file-manager .explorer.thumbs table tbody tr:hover {
                    border: 1px solid #44444D;
                }

                .file-manager .explorer.thumbs table tbody tr td {
                    display: block;
                    border: 0;
                    padding: 4px;
                    text-align: center;
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

        .file-manager .explorer.thumbs .modified-date,
        .file-manager .explorer.thumbs .size,
        .file-manager .explorer.thumbs .check {
            display: none;
        }

        .file-manager .explorer.thumbs .file-type {
            display: block;
            height: 30px;
            font-size: 1em;
            line-height: 1.3em;
            overflow: hidden;
        }

            .file-manager .explorer.thumbs .file-type:before {
                font-size: 28px;
                position: absolute;
                display: none;
                top: -28px;
                left: 50%;
                margin-left: -15px;
                width: auto;
            }

            .file-manager .explorer.thumbs .file-type.file:before {
                display: block;
            }

        .file-manager .explorer.thumbs .thumb {
            display: inline-block;
            max-height: 82px;
            max-width: 100%;
            margin-bottom: 2px;
            border: 1px solid #3A3A3A;
        }

            .file-manager .explorer.thumbs .thumb.fail,
            .file-manager .explorer.thumbs .thumb + .file-type:before,
            .file-manager .explorer.thumbs input[type=checkbox] {
                display: none;
            }

                .file-manager .explorer.thumbs .thumb.fail + .file-type:before {
                    display: block;
                    content: "\e625";
                }

        .file-manager .explorer.thumbs .file-type.folder:before {
            display: block;
            margin-left: -14px;
        }

        .file-manager .explorer.thumbs input[type=text] {
            width: 100%;
            text-align: center;
        }

    /*#endregion */

    /*#region Right Panel */

    .file-manager .work-area .right-panel {
        position: absolute;
        width: 380px;
        height: 100%;
        top: 0;
        right: -380px;
        overflow-y: auto;
        background: #44444D;
        padding: 24px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .file-manager .work-area .right-panel.in {
            right: 0;
        }

        .file-manager .work-area .right-panel .close {
            position: absolute;
            right: 12px;
            top: 12px;
        }

        .file-manager .work-area .right-panel .clear-thumb {
            margin-top: 10px !important;
        }

        .file-manager .work-area .right-panel .hubox-icon.clone:before {
            font-size: 22px;
        }

    /*#endregion */

    /*#region Main Panel */

    .file-manager .work-area .main-panel {
        position: absolute;
        width: 97%;
        height: 100%;
        top: 0;
        right: -100%;
        overflow-y: auto;
        background: #44444D;
        padding: 24px 10px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .file-manager .work-area .main-panel.in {
            right: 0;
        }

        .file-manager .work-area .main-panel .close {
            position: absolute;
            right: 12px;
            top: 12px;
            z-index: 30;
        }

    /*#endregion */

    /*#region Toolbar */

    .file-manager .toolbar {
        background: #282830;
        padding: 12px;
        padding-bottom: 8px;
    }

        .file-manager .toolbar .upload-button:hover a:before {
            color: #FFFFFF;
        }

        .file-manager .toolbar .upload-button .moxie-shim {
            height: auto !important;
            top: -5px !important;
            bottom: 0 !important;
        }

        .file-manager .toolbar .filter {
            margin-right: 24px;
        }

            .file-manager .toolbar .filter .search-box {
                width: 100px;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .file-manager .toolbar .filter .search-box:focus {
                    width: 190px;
                }

        .file-manager .toolbar ul li {
            float: left;
        }

        .file-manager .toolbar:before,
        .file-manager .toolbar:after {
            display: table;
            content: ' ';
        }

        .file-manager .toolbar:after {
            clear: both;
        }

        .file-manager .toolbar a {
            display: block;
        }

        .file-manager .toolbar ul.left {
            float: left;
        }

        .file-manager .toolbar ul.right {
            float: right;
        }

        .file-manager .toolbar .view-mode {
            padding-top: 4px;
        }

            .file-manager .toolbar .view-mode .hubox-icon:before {
                font-size: 21px;
            }

            .file-manager .toolbar .view-mode .hubox-icon.active:before {
                color: #FFFFFF;
            }

    /*#endregion */

    /*#region Side Options */

    .file-manager .side-options {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -60px;
        background: #44444D;
        width: 50px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .file-manager .side-options ul {
            display: block;
            padding: 12px 0;
        }

        .file-manager .side-options.in {
            left: 0;
        }

        .file-manager .side-options .hubox-icon:before {
            font-size: 22px;
        }

        .file-manager .side-options ul li {
            display: block;
            margin-bottom: 12px;
            text-align: center;
        }

    /*#endregion */

    /*#region Footer Info */

    .file-manager .footer-info {
        background: #282830;
        padding: 8px;
    }

        .file-manager .footer-info ul li {
            display: inline-block;
            margin-right: 48px;
        }

/*#endregion */

/*#region Overlayer */

.file-manager-overlay {
    position: fixed;
    display: none;
    content: ' ';
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: #000000;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.file-manager.opened + .file-manager-overlay {
    display: block;
}

/*#endregion */

/*#endregion */

.file-picker .file-name {
    position:relative;
    padding: 9px;
}

.file-picker .remove-file {
    font-size: 26px;
    position: absolute;
    right: -16px;
    top: 7px;
    color: #D82777;
}

    .file-picker .remove-file:hover {
        color: #F54B95;
    }

.static-action-bar-wrapper {
    position: relative;
    padding-bottom: 60px;
}

.static-action-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hubox-uploader img {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #505058;
    padding: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hubox .progress-bar {
    border: 1px solid #4F4F5A;
    background: #4F4F5A;
}

    .hubox .progress-bar .bar {
        background: #282830;
        padding: 4px 0;
        color: #d8d8d8;
        text-align: center;
        font-size: 0.9em;
    }

        .hubox .progress-bar .bar span {
            padding: 0 8px;
            display: block;
        }

.hubox label .progress-bar {
    margin-top: 8px;
}

.hubox .pagination-wrapper {
    text-align: center;
    line-height: 0;
    padding: 12px;
}

    .hubox .pagination-wrapper > .hubox-icon {
        vertical-align: text-bottom;
    }

        .hubox .pagination-wrapper > .hubox-icon:before {
            padding-right: 6px;
        }

.hubox .pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    margin-right: 8px;
    padding: 0;
}

ul.pagination li {
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0 4px;
}

.hubox .pagination li a {
    display: block;
    padding: 8px 10px;
    padding-top: 9px;
    background: #4F4F5A;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1em;
}

.hubox .pagination li.selected a,
.hubox .pagination li.selected a:hover {
    background: #282830;
}

.hubox .pagination li a:hover {
    background: #6d6d75;
}

.mood {
    line-height: 27px;
    display: block;
}

    .mood label {
        display: block;
        font-size: 14px;
        font-weight: normal;
        font-family: "open_sanslight";
        color: #000000;
    }

    .mood a {
        display: block;
        color: #4E4E4E;
        white-space: nowrap;
        padding: 10px 30px;
        font-family: "open_sansregular";
        font-size: 13px;
        background: url('/app_resource/static/images/icon-set.png') no-repeat;
        background-position: left -340px;
        position: relative;
        cursor: pointer;
        border: 1px solid transparent;
        float: none !important;
        margin: 0 !important;
    }

    .mood ul.dropdown {
        position: absolute;
        display: none;
        list-style: none;
        margin: 0;
        padding: 6px 0;
        background: #FFFFFF;
        border: 2px solid #4E4E4E;
    }

        .mood ul.dropdown li a {
            display: block;
            color: #4E4E4E;
            white-space: nowrap;
            padding: 10px 14px;
            font-family: "open_sansregular";
            font-size: 13px;
            background: none;
        }

            .mood ul.dropdown li a:hover {
                background-color: #282830;
                color: #FFFFFF;
            }

    .mood [data-toggle="dropdown"].active {
    }
.Module {
    position: relative;
}

    .Module:before,
    .Module:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .Module:after {
        clear: both;
    }

.EditMode .Module {
    min-height: 50px;
}

.module-area .header-module-area {
    display: none;
}

.AdminMode .module-area .header-module-area {
    position: absolute;
    top: -25px;
    display: none;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 8px;
    min-height: 25px;
    width: 100%;
    height: 14px;
    background: #44444D;
}

    .AdminMode .module-area .header-module-area span {
        display: block;
        text-align: left;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 13px;
        font-family: Tahoma;
        line-height: 1em;
    }

.AdminMode .module-area:hover .header-module-area {
    display: block;
}

.AdminMode .module-area {
    border: 1px dashed #D8D8D8;
    position: relative;
    z-index: 100;
}

    .AdminMode .module-area:hover {
        border-color: #44444D;
        z-index: 105;
    }

    .AdminMode .module-area .wrap-modules > div {
        min-height: 80px;
    }

    .AdminMode .module-area .sortable-placeholder {
        display: block;
        background-color: #F2F2F2;
        border: 1px dashed #CCCCCC;
        height: 78px !important;
        clear: both;
    }

    .AdminMode .module-area .inheritance {
        position: absolute;
        top: 0;
        right: 0;
        width: 28px;
        height: 100%;
        background: #D82777;
    }

        .AdminMode .module-area .inheritance input {
            position: relative;
            left: 8px;
            top: 6px;
            width: 13px;
            height: 13px;
            margin: 0;
        }

        .AdminMode .module-area .inheritance,
        .AdminMode .module-area .inheritance input {
            cursor: pointer;
        }

            .AdminMode .module-area .inheritance.on {
                background: #67B93B;
            }

    .AdminMode .module-area .inheritance-message {
        position: absolute;
        padding: 12px;
        margin: 0;
        z-index: 10;
        font-size: 0.9em;
    }

        .AdminMode .module-area .inheritance-message:not(.ng-hide) + div {
            padding-top: 85px;
        }

.AdminMode .module-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.AdminMode.EditMode .module-wrap {
    outline: 1px dashed #E6E6E6;
}

.AdminMode .module-wrap.active {
    outline: 1px dashed #A5A5A5;
}


.AdminMode .module-wrap .ModuleToolbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    font-size: 12px;
}

.AdminMode .module-wrap:hover .ModuleToolbar,
.AdminMode .module-wrap.active .ModuleToolbar,
.AdminMode .module-wrap.locked .ModuleToolbar {
    display: block;
}

.AdminMode .module-wrap .ModuleToolbar .ModuleTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .AdminMode .module-wrap .ModuleToolbar .ModuleTitle span {
        font-family: Tahoma;
        display: inline-block;
        background: #D82777;
        color: #FFF;
        font-size: 1.1em;
        font-weight: bold;
        white-space: nowrap;
        padding: 8px 12px;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

        .AdminMode .module-wrap .ModuleToolbar .ModuleTitle span:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

.AdminMode .module-wrap .ModuleToolbar .Edit,
.AdminMode .module-wrap .ModuleToolbar .Delete {
    position: relative;
    left: 0;
    width: 35px;
    padding: 7px 0;
    border-bottom: 2px solid #000000;
    background-color: #44444D;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 0;
    z-index: 100;
}

    .AdminMode .module-wrap .ModuleToolbar .Edit:active,
    .AdminMode .module-wrap .ModuleToolbar .Delete:active {
        outline: 0;
    }

    .AdminMode .module-wrap .ModuleToolbar .Edit:before,
    .AdminMode .module-wrap .ModuleToolbar .Delete:before {
        font-family: 'hubox-icon';
        font-size: 17px;
        color: #FFFFFF;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

    .AdminMode .module-wrap .ModuleToolbar .Edit:hover:before,
    .AdminMode .module-wrap .ModuleToolbar .Delete:hover:before {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .AdminMode .module-wrap .ModuleToolbar .Delete:before {
        content: "\e614";
    }

    .AdminMode .module-wrap .ModuleToolbar .Edit:before {
        content: "\e636";
    }

.hubox.module-add {
    width: auto !important;
    height: auto !important;
    padding: 20px;
    background: #4E4E4E;
    border: 1px solid #FFFFFF;
}
.banner .slides-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 980px;
    height: 450px;
    overflow: hidden;
}

.banner .slides {
    position: absolute;
    left: 0;
    top: 0;
    width: 980px;
    height: 450px;
    overflow: hidden;
}

.slides-pages {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

    .slides-pages .nav-anchor {
        position: absolute;
        background: #ff0000;
        width: 20px;
        height: 20px;
    }

        .slides-pages .nav-anchor:hover,
        .slides-pages .av:hover {
            background: #ff6a00;
        }

        .slides-pages .nav-anchor,
        .slides-pages .nav-anchor:hover,
        .slides-pages .av {
            background: #ff0000;
            overflow: hidden;
            cursor: pointer;
        }

    .slides-pages .av {
        background: #ffd800;
    }

    .slides-pages .dn,
    .slides-pages .dn:hover {
        background: #4cff00;
    }

.hubox .hubox-steps {
    position: relative;
    margin: 24px 0;
    height: 50px;
}

    .hubox .hubox-steps:before,
    .hubox .hubox-steps:after {
        display: table;
        content: ' ';
    }

    .hubox .hubox-steps:after {
        clear: both;
    }

    .hubox .hubox-steps ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .hubox .hubox-steps li.active .step-description {
        font-weight: bold;
    }

    .hubox .hubox-steps .step-bar {
        position: relative;
        background: #E2E2E2;
        height: 12px;
    }

    .hubox .hubox-steps.step-completed .step-bar:before {
        position: absolute;
        content: ' ';
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        background: #282830;
        z-index: 1;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .hubox .hubox-steps.one-step.step-completed .step-bar:before {
        width: 100%;
    }

    .hubox .hubox-steps.step-completed.all .step-bar:before {
        width: 100%;
    }

    /*#region 2 Steps */

    .hubox .hubox-steps.two-steps.step-completed .step-bar:before {
        width: 25%;
    }

    .hubox .hubox-steps.two-steps.step-completed.one .step-bar:before {
        width: 75%;
    }

    .hubox .hubox-steps.two-steps.step-completed.two .step-bar:before {
        width: 100%;
    }

    /*#endregion */

    /*#region 3 Steps */

    .hubox .hubox-steps.three-steps.step-completed .step-bar:before {
        width: 17%;
    }

    .hubox .hubox-steps.three-steps.step-completed.one .step-bar:before {
        width: 49%;
    }

    .hubox .hubox-steps.three-steps.step-completed.two .step-bar:before {
        width: 82%;
    }

    .hubox .hubox-steps.three-steps.step-completed.three .step-bar:before {
        width: 100%;
    }

    /*#endregion */

    /*#region 4 Steps */

    .hubox .hubox-steps.four-steps.step-completed .step-bar:before {
        width: 12%;
    }

    .hubox .hubox-steps.four-steps.step-completed.one .step-bar:before {
        width: 36%;
    }

    .hubox .hubox-steps.four-steps.step-completed.two .step-bar:before {
        width: 62%;
    }

    .hubox .hubox-steps.four-steps.step-completed.three .step-bar:before {
        width: 88%;
    }

    /*#endregion */

    /*#region 5 Steps */

    .hubox .hubox-steps.five-steps.step-completed .step-bar:before {
        width: 10%;
    }

    .hubox .hubox-steps.five-steps.step-completed.one .step-bar:before {
        width: 30%;
    }

    .hubox .hubox-steps.five-steps.step-completed.two .step-bar:before {
        width: 50%;
    }

    .hubox .hubox-steps.five-steps.step-completed.three .step-bar:before {
        width: 70%;
    }

    .hubox .hubox-steps.five-steps.step-completed.four .step-bar:before {
        width: 90%;
    }

    /*#endregion */

    .hubox .hubox-steps li {
        position: relative;
        float: left;
        width: 50%;
        text-align: center;
        z-index: 10;
    }

    .hubox .hubox-steps.one-step li {
        width: 100%;
    }

    .hubox .hubox-steps.three-steps li {
        width: 33%;
    }

    .hubox .hubox-steps.four-steps li {
        width: 25%;
    }

    .hubox .hubox-steps.five-steps li {
        width: 20%;
    }

    .hubox .hubox-steps.six-steps li {
        width: 16.65%;
    }

    .hubox .hubox-steps .step-number {
        position: absolute;
        width: 7px;
        height: 14px;
        top: -25px;
        left: 50%;
        margin-left: -19px;
        padding: 12px 16px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #B0B0B0;
    }

    .hubox .hubox-steps .active .step-number {
        background: #282830;
    }

    .hubox .hubox-steps .completed .step-number {
        background: #67B93B;
    }

        .hubox .hubox-steps .completed .step-number:before {
            position: absolute;
            font-family: "hubox-icon";
            content: "\e632";
            font-size: 19px;
            left: 10px;
            top: 9px;
            color: #FFF;
        }

        .hubox .hubox-steps .completed .step-number span {
            display: none;
        }

    .hubox .hubox-steps .step-description {
        display: block;
        padding-top: 22px;
        color: #FFF;
    }

.hubox .hubox.layer .hubox-steps .step-description,
.hubox .hubox-panel .hubox-steps .step-description {
    color: #FFFFFF;
}

.entity-image-gallery .list {
    display: block;
}

.entity-image-gallery:before,
.entity-image-gallery:after {
    display: table;
    content: ' ';
}

.entity-image-gallery:after {
    clear: both;
}

.entity-image-gallery .list > li {
    position: relative;
    width: 30%;
    height: 200px;
    overflow: hidden;
    float: left;
    margin: 0.55%;
    padding: 0;
}

    .entity-image-gallery .list > li,
    .entity-image-gallery .list > li:first-child {
        border: 6px solid transparent;
    }

        .entity-image-gallery .list > li > a {
            display: block;
        }

.hubox .entity-image-gallery.manage .list > li.is-highlight {
    border-color: #222226;
}

.col-md-4-5 .entity-image-gallery .list > li,
.col-md-5-5 .entity-image-gallery .list > li {
    width: 45.9%;
    height: 140px;
}

.entity-image-gallery .list > li img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
}

.entity-image-gallery .image-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

    .entity-image-gallery .image-actions a {
        display: inline-block;
    }

        .entity-image-gallery .image-actions a:before {
            color: #cfcfcf;
        }

        .entity-image-gallery .image-actions a:hover:before {
            color: #FFFFFF;
        }

.hb-carrousel .navigation {
    text-align: center;
    margin-top: 8px;
}

.hb-carrousel .carrousel-prev,
.hb-carrousel .carrousel-next {
    display: inline-block;
    line-height: 27px;
    font-size: 30px;
    margin-right: 12px;
    text-decoration: none;
}

    .hb-carrousel .carrousel-prev:before,
    .hb-carrousel .carrousel-next:before {
        font-family: 'hubox-icon';
    }

    .hb-carrousel .carrousel-prev:before {
        content: "\e618";
    }

    .hb-carrousel .carrousel-next:before {
        content: "\e616";
    }

[data-carrousel-content] {
    display: none;
}

.hb-user-list figure {
    width: 55px;
    height: 55px;
    float: left;
    position: relative;
}

    .hb-user-list figure.no-img {
        background: #EAEAEA;
        min-height: 60px;
        margin-right: 12px;
    }

        .hb-user-list figure.no-img:before {
            position: absolute;
            font-family: 'quay-icon';
            content: "\e603";
            font-size: 45px;
            line-height: 0.9em;
            bottom: 0;
            left: 5px;
            color: #999999;
        }

        .hb-user-list figure.no-img img {
            display: none;
        }

.hb-user-list .user-name {
    display: table-cell;
    margin-left: 12px;
    height: 60px;
    vertical-align: middle;
}

.hb-user-list td {
    position: relative;
}

.hb-user-association-list .hb-user-list td article > a {
    height: 30px;
}

.hb-user-association-list ul.hubox-context-menu {
    z-index: unset;
}
.color-picker .color-picker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .color-picker .color-picker-list:before,
    .color-picker .color-picker-list:after {
        display: table;
        content: ' ';
    }

    .color-picker .color-picker-list:after {
        clear: both;
    }

    .color-picker .color-picker-list li {
        width: 30px;
        height: 30px;
        float: left;
        margin: 1px;
        cursor: pointer;
        padding: 0;
        border: 2px solid #ffffff;
    }

        .color-picker .color-picker-list li.is-selected {
            border: 2px solid #75757E;
        }

.video-management .video-form .gallery {
    display: inline-block;
}

.video-management .video-form .file-name {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}

.video-management .video-form .thumb-file-name {
    float: left;
}

.video-management .video-form .search-file {
    float: left;
}

.video-management .video-form .delete-thumb {
    margin-left: 5px;
}

.video-management .video-list .menu .title {
    display: table-cell;
    vertical-align: middle;
    height: 20px;
}
.hb-video-view .content-video-wrapper {
    margin-bottom: 10px;
}

.hb-video-view .content-wrapper {
    margin-bottom: 10px;
}

.hb-video-view .content-wrapper .title {
    font-size: 2em;
}

.hb-video-view .content-wrapper .date {
    display: block;
    margin-bottom: 5px;
}

.hb-video-view .to-visualization-page {
    position: absolute;
    top: 8px;
    right: 70px;
}

.hb-video-select .gallery-list {
    height: 410px;
    padding: 3px;
}

    .hb-video-select .gallery-list > li:first-child,
    .hb-video-select .gallery-list li {
        cursor: pointer;
        border: 1px solid #2E2E2E;
        line-height: 1.4em;
        padding: 8px 12px;
    }

.hb-video-select .video-list {
    height: 410px;
    padding: 3px;
}

    .hb-video-select .video-list > li {
        border-top: 0;
        padding-top: 0;
    }

    .hb-video-select .video-list .content-wrapper {
        max-width: 196px;
    }

    .hb-video-select .video-list .thumb-wrapper {
        height: 100%;
    }

        .hb-video-select .video-list .thumb-wrapper img {
            width: 196px;
            height: 110px;
        }

    .hb-video-select .video-list li {
        cursor: pointer;
        width: 196px;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
    }

.image-view .navigation {
    text-align: center;
}

.image-view .image-prev,
.image-view .image-next {
    display: inline-block;
    line-height: 27px;
    font-size: 30px;
    margin-right: 12px;
    text-decoration: none;
}

    .image-view .image-prev:before,
    .image-view .image-next:before {
        font-family: 'hubox-icon';
    }

    .image-view .image-prev:before {
        content: "\e618";
    }

    .image-view .image-next:before {
        content: "\e616";
    }
.hb-image-preview-list {
    position: relative;
    padding-right: 60%;
    border: 1px solid #000000;
}

    .hb-image-preview-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
        max-height: 330px;
        overflow-x: hidden;
    }

    .hb-image-preview-list figure {
        display: none;
        position: absolute;
        width: 60%;
        height: 330px;
        text-align: center;
        top: -1px;
        bottom: 0;
        right: -1px;
        margin: 0;
        padding: 0;
        border: 1px solid #000000;
        background-color: #4F4F5A;
    }

    .hb-image-preview-list img {
        max-width: 100%;
        max-height: 330px;
        min-height: 330px;
    }

    .hb-image-preview-list a {
        display: block;
        line-height: 1em;
        padding: 12px;
        padding-left: 38px;
    }

    .hb-image-preview-list li {
        line-height: 0;
    }

        .hb-image-preview-list li:before {
            font-family: 'hubox-icon';
            position: relative;
            content: '\e042';
            display: block;
            bottom: -17px;
            left: 8px;
            font-size: 22px;
            opacity: 0.3;
        }

        .hb-image-preview-list li:nth-child(even) {
            background-color: #4F4F5A;
        }

        .hb-image-preview-list li.selected {
            background-color: #343439;
        }

            .hb-image-preview-list li.selected:before {
                opacity: 1;
                color: #67B93B;
            }

            .hb-image-preview-list li.selected figure {
                display: block;
            }

.image-management .image-form .gallery {
    display: inline-block;
}

.image-management .list {
    display: block;
    height: 285px;
}

.image-management:before,
.image-management:after {
    display: table;
    content: ' ';
}

.image-management:after {
    clear: both;
}

.image-management .list > li {
    float: left;
}

    .image-management .list > li,
    .image-management .list > li:first-child {
        border: 1px solid transparent;
    }

        .image-management .list > li > a {
            display: block;
            height: 100%;
        }

.image-management .list > li figure {
    background-size: cover;
    background-position: center;
    display: block;
    height: 100%;
}

.image-management .list > li img {
    width: 150px;
    display: none
}

.image-management .image-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

    .image-management .image-actions a {
        display: inline-block;
    }

        .image-management .image-actions a:before {
            color: #cfcfcf;
        }

        .image-management .image-actions a:hover:before {
            color: #FFFFFF;
        }


.image-management .loading-images {
    position: absolute;
    z-index: 99999;
    top: 44%;
    left: 40%;
    width: 300px;
    height: 75px;
    background: #44444D;
}

    .image-management .loading-images span {
        display: table-cell;
        vertical-align: middle;
        height: 75px;
    }

.image-management .layer-loading-images {
    position: absolute;
    z-index: 9999;
    width: 94%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.gallery-management .gallery-form .file-name {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}

.gallery-management .gallery-form .cover-file-name {
    float: left;
}

.gallery-management .gallery-form .search-file {
    float: left;
}

.gallery-management .gallery-form .delete-cover {
    margin-left: 5px;
}
.image-gallery .image-list {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .image-gallery .image-list li {
        display: inline-block;
    }
.video-gallery .video-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-gallery .video-list > li {
    margin-bottom: 10px;
}

.video-gallery .video-list .video-info {
    margin-left: 168px;
    min-height: 90px;
}

    .video-gallery .video-list .video-info .title {
        display: block;
    }

    .video-gallery .video-list .video-info .date {
        display: block;
    }

    .video-gallery .video-list .video-info .views {
        display: block;
    }

    .video-gallery .video-list .video-info .comments {
        display: block;
    }

.video-gallery .video-list .video-thumb {
    float: left;
    position: relative;
}

    .video-gallery .video-list .video-thumb img {
        width: 160px;
        height: 90px;
    }

.gallery-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .gallery-list > li {
        margin-bottom: 10px;
    }

    .gallery-list figure img {
        width: 270px;
        height: 190px;
    }

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 38px;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #2E2E2E;
    background: #343439;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .dd-handle:before {
        content: '≡';
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
    }

    .dd-handle:hover {
        background: #282830;
        color: #2ea8e5;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 6px 0;
    margin-left: 30px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #4F4F5A;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    color: #fff;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    }

    .dd-dragel a {
        color: #fff;
    }

.dd-content {
    display: block;
    height: 38px;
    margin: 5px 0;
    padding: 5px 0px 5px 40px;
    text-decoration: none;
    border: 1px solid #2E2E2E;
    background: #4F4F5A;
    -webkit-border-radius: 3px;
    /* border-radius: 3px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-content:hover {
        color: #000000;
        background: #343439;
    }

    .dd-content a {
        float: right;
        font-weight: normal;
    }

.hb-banner-selector .selected .circle-check {
    color: #67B93B;
}
.hb-glossary-selector .hubox-table .hubox-icon.circle-check.selected:before {
    color: #67B93B;
}
.hb-tag-duplicator .tag-name {
    background-color: #7E7E7E;
    padding: 8px 12px;
    margin-top: 5px;
}

.hb-tag-duplicator .add-tag {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* autocomplete */

.autocomplete {
    position: relative;
}

.hb-tag-duplicator .autocomplete > ul {
    background: #282830;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    z-index: 1;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    right: 0;
    left: 0;
    border: 1px solid #2E2E2E;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.12);
}

    .hb-tag-duplicator .autocomplete > ul:before {
        background: #282830;
        content: " ";
        width: 12px;
        height: 12px;
        position: absolute;
        transform: rotate(45deg);
        top: -6px;
        left: 30px;
        z-index: -1;
    }

    .hb-tag-duplicator .autocomplete > ul > li {
        background: #4F4F5A;
        padding: 10px;
        border: 1px solid #2E2E2E;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }

        .hb-tag-duplicator .autocomplete > ul > li:last-of-type {
            border-bottom: 0;
        }


        .hb-tag-duplicator .autocomplete > ul > li.active {
            background: #7E7E7E;
            color: white;
        }

        .hb-tag-duplicator .autocomplete > ul > li > span {
            font-weight: bolder;
        }

        .hb-tag-duplicator .autocomplete > ul > li.active > span {
            color: inherit;
        }
.hb-text-duplicator .add-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.user-list .hubox-table th {
    cursor: pointer;
}
.no-form{
    display: none;
}