/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.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: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";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
.ppopup_wizard .close {
    background: url(/img/popup_close.png) no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 36px;
    top: 2px;
    z-index: 99999;
    cursor: pointer;
}

div.ppopup_wizardcontent .close {
    right: 0;
    top: 0;
}

.ppopup_back, .ppopup_back_g {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: Black;
}

.ppopup_prev, .ppopup_next {
    background: transparent url(/img/prevnext.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ppopup_next {
    background-position: 0 -30px;
}

.ppopup_back {
    opacity: 0.01;
    filter: alpha(opacity=1);
    z-index: 9999;
}

.ppopup_back_g {
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
}

.ppopup_window, .ppopup_wizard {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    max-height: 100%;
    overflow: hidden;
}

.ppopup_window {
    border: 1px solid silver;
    background-color: #FFF;
}

.ppopup_wizard {
    border: 0 none;
}

.ppopup_wizardcontent {
    background-color: #FFF;
    background-image: url(/img/body_bg.gif);
    padding: 12px;
    border: 1px solid #EEE;
    /* max-height: 100%; */
    /* overflow: auto; */
}

    .ppopup_wizardcontent .ppopup_content {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: #FFF;
        min-height: 100px;
    }

    @media screen and (max-width: 650px) {

        body.full-layout__page.pointer-none{
            height: 100% !important;
            overflow: hidden !important;
            min-height: 0 !important;
        }
        body.full-layout__page.pointer-none #mainPlaceHolder{
            pointer-events: none;
            min-height: 0 !important;
        }

        .full-layout__page .ppopup_wizard {
            max-width: 95%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            /* margin-left: 0 !important; */
            margin-top: 0 !important;
            max-height: 100%;
            overflow-y: scroll;
        }
        .full-layout__page .ppopup_wizard .ppopup_wizardcontent {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;

            max-width: 100%;
        }
        .full-layout__page .ppopup_wizard .ppopup_content {
            max-width: 100%;
            min-height: 100%;
            max-height: 100%;
        }
        .full-layout__page .ppopup_wizard .ppopup_content .login-frame input {
            width: 100%;
            max-width: 92%;
        }

        .full-layout__page .ppopup_wizard .top-bar-logo__container,
        .full-layout__page .ppopup_wizard .login-frame {
            padding: 5px;
        }
    }

.ppopup_ctl {
    text-align: right;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.ppopup_content {
    overflow: hidden;
    overflow-x: hidden;
    background-color: #FFF;
    padding: 2px;
    position: relative;
}

.ppopup_window .ppopup_content {
    clear: both;
    position: absolute;
    top: 22px;
    bottom: 36px;
    left: 4px;
    right: 4px;
    padding: 2px;
}

.ppopup_close {
    float: right;
    margin: 2px;
    cursor: pointer;
}

.ppopup_header {
    height: 20px;
    background-color: Silver;
    cursor: pointer;
    font-weight: bold;
    padding-top: 2px;
}

.ppopup_window .ui-icon {
    margin: 0 2px;
}
.popup_scrollable {
    max-height: 25vh;
    overflow-y: auto;
}
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background: url(/img/sprite.png) no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
input.tel,
textarea.uniform {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  padding: 3px;
  background: url('/img/bg-input-focus.png') repeat-x 0px 0px White;
  background: url('/img/bg-input.png') repeat-x 0px 0px White;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.password {
    letter-spacing:2px;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -pie-box-shadow:none;
  border-color: #999;
  background: url('/img/bg-input-focus.png') repeat-x 0px 0px White;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 14px;
}

div.selector select {
  min-width: 190px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
  vertical-align: middle;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}/* Reset CSS begin */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}

p {
    margin: 0.8em 0;
}

input, textarea {
    font-family: ProximaNova, Helvetica, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a:focus, a:active {
    outline: none;
}

a.disabled[disabled] {
    pointer-events: none;
    cursor: default;
    color: #ccc;
    text-decoration: none;
}

.reset-table, .reset-table tbody, .reset-table tfoot, .reset-table thead, .reset-table tr, .reset-table th, .reset-table td {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Reset CSS end */


html {
    font-family: ProximaNova, Helvetica, Arial, sans-serif;
    height: 100%;
    overflow-x: auto;
    /* min-width: 960px; */
}

@media screen and (max-width: 768px) {
    html {
        /* overflow-x: auto; */
    }
}

body {
    min-height: 600px;
    /* min-width: 980px; */
    /*min-width: 320px;*/
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    background-image: none;
    font: normal 14px/18px ProximaNova, sans-serif;
    -webkit-user-drag: none;
}

body, textarea, input {
    color: #222;
}

h1 {
    font-size: 24px;
    font-weight: 600;
}

h2 {
    font-size: 22px;
    font-weight: normal;
}

h3 {
    font-weight: normal;
    font-size: 18px;
}

h4 {
    font-weight: normal;
    font-size: 18px;
}

h5 {
    font-size: 15px;
    font-weight: bold;
}

h1, h2, h3, h4, h5 {
    padding-top: 1em;
    padding-bottom: 0.8em;
    line-height: 1.2em;
    color: #222;
}

.reseth1 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
    margin-top: 0;
}

.activetxt {
    color: #259fc1;
    cursor: pointer;
    text-decoration: underline;
}

.txt-blue {
    color: #259fc1;
}

a, a:visited {
    color: #259fc1;
    cursor: pointer;
    text-decoration: none;
}

    a:hover, .activetxt:hover {
        color: #1b7a94;
        outline: 0 none;
        text-decoration: underline;
    }

    a:active {
        color: #1b7a94;
        outline: 0 none;
    }

.highlight {
    color: #259fc1;
}

.item-description {
    color: #666;
}

    .item-description .reset-table {
        width: auto !important;
        max-width: 440px !important;
    }

input.time-editor, input.date-editor {
    color: #666;
    font-style: italic;
    text-align: center;
}

input.time-editor {
    width: 50px;
}

input.date-editor {
    width: 95px;
}

input.price-editor {
    width: 80px;
    font-style: italic;
}

select {
    width: 200px;
}

hr {
    margin: 4px auto;
    clear: both;
    border: none;
    border-top: 1px solid #DDD;
    line-height: 0;
}

.relative {
    position: relative;
}


/* Fonts begin */
.webkit-no-text-adjust {
    -webkit-text-size-adjust: none;
}


.created {
    font-size: 11px;
    font-style: italic;
    color: #999;
}

.fwb {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.fwsb {
    font-weight: 600;
}

.activeText, .name {
    color: #222222;
    font-weight: bold;
}

.scaption {
    font-size: 12px;
    color: #666666;
}

.lcaption {
    font-size: 16px;
    color: #999999;
}

.uppercase {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.text-overflow {
    overflow: hidden;
    /* white-space: nowrap; */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inactive {
    color: #ddd !important;
}

/* Colors begin */
.text-white {
    color: #ffffff;
}

.text-green, .green {
    color: #89b725;
}

.text-blue {
    color: #44b2d0;
}

.text-grey {
    color: #777777;
}

.text-dark {
    color: #333333;
}

.text-red {
    color: #F00;
}

.yellow-box {
    background: #fff6c1;
    color: #79591c;
    border: 1px solid #f0e49d;
}

    .yellow-box h1, .yellow-box h2, .yellow-box h3, .yellow-box h4, .yellow-box h5 {
        color: #79591c;
    }

    .yellow-box a, .yellow-box a:hover {
        color: #d0560d;
    }


.secondary-text {
    color: #999;
}

    .secondary-text:hover {
        color: inherit;
    }
/* Colors end*/


/* For removing spaces between inline-block elements */
.fs0 {
    font-size: 0;
}

.fs10 {
    font-size: 10px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
    line-height: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
    line-height: 26px;
}
/* Fonts end */

/* Dialogs begin */

.dialog-buttons-block {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.dialog-content {
    position: relative;
}

/* Dialogs end */

.fileUpload {
    background: url(/img/media_icon.png) no-repeat;
    width: 30px;
    height: 34px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    margin-left: 4px;
}
.fileUpload[disabled] {
    opacity: 0.8;
    pointer-events: none;
}

    .fileUpload.hasFile {
        background-position: -30px 0;
    }

    .fileUpload.processingFile {
        background-position: -60px 0;
        cursor: default;
    }

    .fileUpload.processingError {
        background-position: -90px 0;
    }



.button.fileUpload.processingFile {
    display: none;
}


.mediaUpload .removeicon {
    margin: 4px;
    display: none;
}

.mediaUpload.hasFile .removeicon {
    display: block;
}

.fileInput.hasFile {
    background-position: -30px 0;
}

.fileInput.hasImageFile {
    background-size: contain !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}


/* NeuroLab video loader begin */
.neurolab-video-loader {
    position: relative;
    background: #000;
    display: none;
}

    .neurolab-video-loader.processingFile,
    .neurolab-video-loader.processingError {
        display: block;
    }

    .neurolab-video-loader.processingFile {
        width: 550px;
        height: 310px;
    }

    .neurolab-video-loader.processingError {
        width: 418px;
        height: 240px;
    }

.neurolab-video-loader__message {
    position: absolute;
    top: 80%;
    width: 100%;
    text-align: center;
}

.neurolab-video-loader__message-error {
    color: #ec4300;
    display: none;
}

.neurolab-video-loader__message-processing {
    color: #fff;
    display: none;
}

.neurolab-video-loader.processingError .neurolab-video-loader__message-error,
.neurolab-video-loader.processingFile .neurolab-video-loader__message-processing {
    display: inline;
}
/* NeuroLab video loader end */


/* Buttons begin */

button, .button, .buttona, .buttonb, .buttonbb, .buttong, .btn, .btns, .btnvs, .btnl {
    display: inline-block;
    zoom: 1;
    *
    display: inline;
    overflow: visible;
    white-space: nowrap;
    min-width: 90px;
    height: 37px;
    line-height: 32px;
    padding: 0 10px;
    vertical-align: middle;
    font-family: ProximaNova, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    cursor: pointer !important;
    border-radius: 4px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*temporary fix for buttons in dialogs*/
/*.dpopup button, .dpopup .button, .dpopup .buttona, .dpopup .buttonb, .dpopup .buttong, .dpopup .btn, .dpopup .btns, .dpopup .btnvs, .dpopup .btnl {
    height: 1.8em;
    line-height: 1.8em;
}*/
/* green */

button, .button, a.button,
.btn, .btns, .btnvs, .btnl {
    text-decoration: none;
    color: #fff;
    border: 1px solid #669c1b;
    background: #89b725;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1cf6f', endColorstr='#76a413',GradientType=0 );
}

.btn, .btns, .btnvs, .btnl {
    padding-left: 0;
    padding-right: 0;
}

*|html button, *|html .button,
*|html .btn, *|html .btns, *|html .btnvs, *|html .btnl {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxY2Y2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjODliNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2YTQxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #b1cf6f 0%, #89b725 5%, #76a413 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1cf6f), color-stop(5%,#89b725), color-stop(100%,#76a413));
    background: -webkit-linear-gradient(top, #b1cf6f 0%,#89b725 5%,#76a413 100%);
    background: -o-linear-gradient(top, #b1cf6f 0%,#89b725 5%,#76a413 100%);
    background: -ms-linear-gradient(top, #b1cf6f 0%,#89b725 5%,#76a413 100%);
    background: linear-gradient(to bottom, #b1cf6f 0%,#89b725 5%,#76a413 100%);
}

button:hover, .button:hover, a.button:hover,
.btn:hover, .btns:hover, .btnvs:hover, .btnl:hover {
    text-decoration: none;
    filter: none;
    background: #438b1b;
    color: #fff;
}

a.button:visited, a.button:active {
    text-decoration: none;
    color: #fff;
}

button[disabled].selected, .button[disabled].selected, a.button[disabled].selected {
    cursor: default;
    text-decoration: none;
    filter: none;
    background: #438b1b;
    border-color: #438b1b;
    color: #fff;
}

    .button[disabled].selected span, a.button[disabled].selected span {
        cursor: default;
    }

/* alternative */

.buttona, a.buttona,
.btna, .btnas, .btnavs, .btnal {
    text-decoration: none;
    color: #444;
    border: 1px solid #d6d6d6;
    background: #fcfcfc;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 );
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btna, .btnas, .btnavs, .btnal {
    padding-left: 0;
    padding-right: 0;
}

*|html .buttona,
*|html .btna, *|html .btnas, *|html .btnavs, *|html .btnal {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fafafa 5%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(5%,#fafafa), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#fafafa 5%,#efefef 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#fafafa 5%,#efefef 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#fafafa 5%,#efefef 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#fafafa 5%,#efefef 100%);
}

.buttona:hover, a.buttona:hover,
.btna:hover, .btnas:hover, .btnavs:hover, .btnal:hover {
    text-decoration: none;
    filter: none;
    color: #000;
    background: #efefef;
}


/* blue */

.buttonb, a.buttonb {
    text-decoration: none;
    color: #fff;
    border: 1px solid #43b0ce;
    background: #61c4e1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c4e1', endColorstr='#43b0ce',GradientType=0 );
}

*|html .buttonb {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYzRlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNWNjNGUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzYjBjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #61c4e1 0%, #5cc4e1 5%, #43b0ce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c4e1), color-stop(5%,#5cc4e1), color-stop(100%,#43b0ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #61c4e1 0%,#5cc4e1 5%,#43b0ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #61c4e1 0%,#5cc4e1 5%,#43b0ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #61c4e1 0%,#5cc4e1 5%,#43b0ce 100%); /* IE10+ */
    background: linear-gradient(to bottom, #61c4e1 0%,#5cc4e1 5%,#43b0ce 100%);
}

.buttonb:hover, a.buttonb:hover {
    text-decoration: none;
    filter: none;
    background: #43b0ce;
}


/* bordered blue */

.buttonbb, a.buttonbb {
    text-decoration: none;
    border-radius: 2px;
    color: #31a5c5;
    border: 1px solid #31a5c5;
    background: #fff;
}

    .buttonbb:hover, a.buttonbb:hover {
        text-decoration: none;
        filter: none;
        background: #43b0ce;
    }

/* grey */

.buttong, a.buttong {
    text-decoration: none;
    color: #fff;
    border: 1px solid #343434;
    background: #797a7a;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797a7a', endColorstr='#343434',GradientType=0 );
}

*|html .buttong {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5N2E3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNzY3Njc2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #797a7a 0%, #767676 5%, #343434 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#797a7a), color-stop(5%,#767676), color-stop(100%,#343434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #797a7a 0%,#767676 5%,#343434 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #797a7a 0%,#767676 5%,#343434 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #797a7a 0%,#767676 5%,#343434 100%); /* IE10+ */
    background: linear-gradient(to bottom, #797a7a 0%,#767676 5%,#343434 100%);
}

.buttong:hover, a.buttong:hover {
    text-decoration: none;
    filter: none;
    background: #343434;
}



.button[disabled], a.button[disabled],
.buttona[disabled], a.buttona[disabled],
.buttonb[disabled], a.buttonb[disabled],
.buttong[disabled], a.buttong[disabled] .button:disabled, a.button:disabled,
.buttona:disabled, a.buttona:disabled,
.buttonb:disabled, a.buttonb:disabled,
.buttong:disabled, a.buttong:disabled,
.btn[disabled], .btns[disabled], .btnvs[disabled], .btnl[disabled],
.btn:disabled, .btns:disabled, .btnvs:disabled, .btnl:disabled,
.btna[disabled], .btnas[disabled], .btnavs[disabled], .btnal[disabled],
.btna:disabled, .btnas:disabled, .btnavs:disabled, .btnal:disabled {
    color: #ccc;
    cursor: default;
    border: 1px solid #e7e7e7;
    filter: none;
    background: #fafafa;
    pointer-events: none;
}

.button.default {
    border: 1px solid #e7e7e7;
    color: #555;
}

/*old buttons width*/

.btn {
    width: 115px;
}

.btns {
    width: 77px;
    min-width: 77px;
}

.btnvs {
    width: 45px;
    min-width: 45px;
}

.btnl {
    width: 193px;
}

.btna {
    width: 115px;
}

.btnas {
    width: 77px;
    min-width: 77px;
}

.btnavs {
    width: 45px;
    min-width: 45px;
}

.btnal {
    width: 193px;
}
/* old buttons */

.pbtn-high, .pbtn-low {
    background-image: url('/img/design2/pbuttons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    color: #ffffff !important;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
    cursor: pointer;
    -webkit-text-shadow: 1px 1px rgba(0,0,0,0.2);
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    vertical-align: top;
}

a.pbtn-high, a.pbtn-low {
    text-decoration: none;
}


.pbtn-high {
    font-size: 18px !important;
    height: 39px;
    width: 326px;
    line-height: 39px;
    background-position: 0 0;
}

    .pbtn-high:hover {
        background-position: 0 -39px;
    }

.pbtn-low {
    font-size: 14px !important;
    height: 31px;
    line-height: 31px;
}


.pbtn-s-green, .pbtn-s-blue, .pbtn-s-black {
    width: 120px;
}

.pbtn-m-green, .pbtn-m-blue, .pbtn-m-black {
    width: 150px;
}

.pbtn-l-green, .pbtn-l-blue, .pbtn-l-black {
    width: 195px;
}

.pbtn-xl-green, .pbtn-xl-blue, .pbtn-xl-black {
    width: 255px;
}


.pbtn-s-green {
    background-position: -326px -186px;
}

    .pbtn-s-green:hover {
        background-position: -326px -217px;
    }

.pbtn-m-green {
    background-position: -326px -124px;
}

    .pbtn-m-green:hover {
        background-position: -326px -155px;
    }

.pbtn-l-green {
    background-position: -326px -62px;
}

    .pbtn-l-green:hover {
        background-position: -326px -93px;
    }

.pbtn-xl-green {
    background-position: -326px 0px;
}

    .pbtn-xl-green:hover {
        background-position: -326px -31px;
    }


.pbtn-s-blue {
    background-position: -581px -186px;
}

    .pbtn-s-blue:hover {
        background-position: -581px -217px;
    }

.pbtn-m-blue {
    background-position: -581px -124px;
}

    .pbtn-m-blue:hover {
        background-position: -581px -155px;
    }

.pbtn-l-blue {
    background-position: -581px -62px;
}

    .pbtn-l-blue:hover {
        background-position: -581px -93px;
    }

.pbtn-xl-blue {
    background-position: -581px 0px;
}

    .pbtn-xl-blue:hover {
        background-position: -581px -31px;
    }


.pbtn-s-black {
    background-position: -836px -186px;
}

    .pbtn-s-black:hover {
        background-position: -836px -217px;
    }

.pbtn-m-black {
    background-position: -836px -124px;
}

    .pbtn-m-black:hover {
        background-position: -836px -155px;
    }

.pbtn-l-black {
    background-position: -836px -62px;
}

    .pbtn-l-black:hover {
        background-position: -836px -93px;
    }

.pbtn-xl-black {
    background-position: -836px 0px;
}

    .pbtn-xl-black:hover {
        background-position: -836px -31px;
    }
/* Buttons end */

/* Buttons containers begin */

.button-block {
    padding: 30px;
    background: #f5f5f5;
}

    .button-block > * {
        margin-right: 10px;
    }

/* Buttons containers end */

.radio-buttons {
    font-size: 0;
}

    .radio-buttons span {
        display: inline-block;
        border-left: solid 1px #31a5c5;
        border-bottom: solid 1px #31a5c5;
        border-top: solid 1px #31a5c5;
        color: #31a5c5;
        background: #fff;
        line-height: 24px;
        font-size: 16px;
        padding: 5px 8px;
        font-weight: 600;
    }

    .radio-buttons[disabled] span {
        cursor: default;
    }

    .radio-buttons > :first-child {
        border-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .radio-buttons:last-child {
        border-right: solid 1px #31a5c5;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .radio-buttons:not([disabled]) span:hover {
        background-color: #92cbdf;
        color: white;
        border-color: #31a5c5;
        cursor: pointer;
    }


    .radio-buttons span.active {
        background-color: #31a5c5;
        color: white;
    }


.notification-counter {
    position: absolute;
    font-size: 11px;
    background-color: #ec4300;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 3px 4px;
    top: -4px;
    left: 9px;
    line-height: 1em;
}

/* Input stylization begin */
input.text, input.email, input.password, input.tel, textarea.uniform {
    padding: 7px;
    font-family: Helvetica, Arial, sans-serif;
}

    input.text.disabled, input.email.disabled, input.password.disabled, textarea.uniform.disabled {
        background: #fafafa;
        cursor: default;
    }
/* Input stylization end */


/*margin and padding*/
.space, .smallspace {
    margin-top: 20px;
}

.small-space {
    margin-top: 8px;
}

.space-top-s {
    padding-top: 0.25em;
}

/*alignment*/
.vtop, td.vtop {
    vertical-align: top;
}

.vcenter {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.aleft, .tal {
    text-align: left;
}

.aright, .tar {
    text-align: right;
}

.acenter, .tac {
    text-align: center;
}

.vamiddle, .vam {
    display: inline-block;
    vertical-align: middle;
}

.min-width {
    width: 1px;
}

/* Vertical alignment begin */
.vcenter-container {
    line-height: 1em;
    white-space: nowrap;
}

    .vcenter-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .vcenter-container > * {
        display: inline-block;
        vertical-align: middle;
    }
/* Vertical alignment end */

/*utility*/
.invisible {
    display: none;
}

.hidden {
    visibility: hidden;
}

.block {
    display: block;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

[contenteditable]:focus {
    outline: none;
    -webkit-box-shadow: 0 0 4px 1px rgba(79, 182, 210, 0.4);
    box-shadow: 0 0 4px 1px rgba(79, 182, 210, 0.4);
}

.page-bg {
    background-color: #fff;
    padding-top: 20px;
    min-height: 600px;
}

.top-bar-logo__container {
    height: 44px;
    padding: 15px 20px 0 25px;
    border-radius: 6px 6px 0 0;
}


.main-logo, .top-bar-logo {
    background-repeat: no-repeat;
    width: 176px;
    height: 39px;
    display: inline-block;
    border: 0 none;
    outline: none;
    text-decoration: none;
    background-size: contain;
}

.text-limiter {
    height: 20px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

textarea.transparent {
    background: transparent;
    border: 0 none;
}

dl dt, dl dd {
    float: left;
    width: 100px;
    height: 30px;
    margin: 2px 0;
}

dl dt {
    clear: both;
}

.mediaUpload.prjLogoImg {
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
}

.loading-in-progress, .loading-in-progress * {
    cursor: progress !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */


/* lists begin */
ol.lower-alpha-bracket {
    counter-reset: list;
}

    ol.lower-alpha-bracket > li {
        list-style: none;
        position: relative;
    }

        ol.lower-alpha-bracket > li:before {
            counter-increment: list;
            content: counter(list, lower-alpha) ") ";
            position: absolute;
            left: -1.4em;
        }
/* lists end */


.wordwrap {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.breakall {
    -ms-word-break: break-all;
    word-break: break-all;
}

.uploaderStatus {
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 6px 2px;
    display: none;
}

.jmphidden, .condhidden {
    display: none;
}

.questPreviewMode {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    position: relative;
}

/* TOP CONTROLS STARTS */

.inner-menu-container {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.top-bar {
    background: #fff;
    width: 100%;
    /* overflow-x: hidden; */
    /* overflow-y: visible; */
    border-bottom: 1px solid #e5e5e5;
}

.top-bar-content {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 3;
    font-family: ProximaNova, Arial, Helvetica, Sans-Serif;
}

    .top-bar-content .top-bar-logo {
        width: 144px;
        padding-right: 56px;
    }

    .top-bar-content .top-bar-logo,
    .top-bar-content .top-bar-logo-container {
        height: 32px;
    }

.top-bar-links {
    padding-top: 8px;
    font-size: 1.2em;
    font-weight: 600;
}

    .top-bar-links > a, .top-bar-links > span {
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #666;
        margin-left: 30px;
    }

    .top-bar-links .dropdown > a {
        color: #666;
    }

    .top-bar-links .dropdown:hover > a {
        color: #89b725;
    }

    .top-bar-links .dropdown .dropdown-arrow {
        border-color: #666 transparent transparent transparent;
    }

    .top-bar-links .dropdown:hover .dropdown-arrow {
        border-color: #89b725 transparent transparent transparent;
    }

    .top-bar-links > a:first-child {
        margin-left: 0;
    }

    .top-bar-links > a:hover {
        color: #89b725;
    }

    .top-bar-links .dropdown {
        font-size: 1em;
    }

        .top-bar-links .dropdown ul {
            font-weight: normal;
            font-size: 0.95em;
        }

.top-bar-actions {
    font-size: 1.07em;
    margin-top: 2px;
    margin-bottom: -2px;
}

    .top-bar-actions > div {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
    }

        .top-bar-actions > div:first-child {
            margin-left: 0;
        }

    .top-bar-actions .fa.fa-bell {
        font-size: 1.25em;
        vertical-align: bottom;
        color: #666;
    }

    .top-bar-actions .cooltool-tooltip {
        font-size: 1.07em;
        top: 2em !important;
        left: -20.25em;
    }

        .top-bar-actions .cooltool-tooltip:before {
            right: 25px;
            left: auto;
        }
/* TOP CONTROLS ENDS */


/*Footer*/

.page_footer {
    background: white;
    height: 170px;
    padding-top: 38px;
}

.page_footer_container {
    width: 90%;
    margin: 0 auto;
    color: black;
}

.full-layout__page .page_footer_container {
    width: 1046px;
}

.footer_copyright {
    font-family: ProximaNova-Regular;
    font-size: 16.4px;
}

.company_address {
    font-family: ProximaNova-Regular;
    font-size: 14.2px;
    line-height: 24px;
    opacity: 0.9;
}

.page_footer_category {
    font-family: ProximaNova-bold;
    display: inline-block;
    width: 129px;
}


.footer_navigation_first {
    margin-top: 20px !important;
}

.page_footer_row.footer_navigation {
    margin-top: 4px;
    font-size: 17px;
}

.page_footer_link {
    font-family: ProximaNova-Regular;
    color: #4493c1;
    text-decoration: none;
    margin-right: 9px;
    font-size: 15.2px;
    margin-left: 2px;
}

.social_buttons.inline_block img {
    height: 19px;
}

.social_buttons.inline_block {
    float: right;
}

    .social_buttons.inline_block > div {
        margin-left: 21px;
    }


/*Footer end*/


.icon-set {
    background: url(/img/icon_set_small.png) no-repeat;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
}

    .icon-set.icon-chat, .icon-set.icon-credits, .icon-set.icon-trash, .icon-set.icon-pencil, .icon-set.icon-eye, .icon-set.icon-pie, .icon-set.icon-pie-filled, .icon-set.icon-msg, .icon-set.icon-msg-filled, .icon-set.icon-search, .icon-set.icon-flag, .icon-set.icon-system-msg, .icon-set.icon-checkmark-small, .icon-set.icon-bell-white, .icon-set.icon-bell-green, .icon-set.cooltool-logo-s {
        width: 16px;
        height: 16px;
    }

    .icon-set.icon-check-round, .icon-set.icon-clock, .icon-set.icon-arrow-right {
        height: 24px;
        width: 24px;
    }

    .icon-set.icon-plus-round, .icon-set.icon-checkmark, .icon-set.icon-letter, .icon-set.icon-letter-filled, .icon-set.icon-calendar, .icon-set.icon-calendar-filled, .icon-set.icon-loudspeaker, .icon-set.icon-loudspeaker-filled, .icon-set.icon-star, .icon-set.icon-star-filled, .icon-set.icon-settings, .icon-set.icon-settings-filled {
        height: 32px;
        width: 32px;
    }



    .icon-set.icon-chat {
        background-position: 0 0;
    }

    .icon-set.icon-credits {
        background-position: -16px 0;
    }

    .icon-set.icon-trash {
        background-position: -32px 0;
    }

    .icon-set.icon-pencil {
        background-position: -48px 0;
    }

    .icon-set.icon-eye {
        background-position: -64px 0;
    }

    .icon-set.icon-pie {
        background-position: -80px 0;
    }

    .icon-set.icon-pie-filled {
        background-position: -80px -16px;
    }

    .icon-set.icon-msg {
        background-position: -96px 0;
    }

    .icon-set.icon-msg-filled {
        background-position: -96px -16px;
    }

    .icon-set.icon-search {
        background-position: -112px 0;
    }

    .icon-set.icon-checkmark-small {
        background-position: -128px 0;
    }

    .icon-set.icon-flag {
        background-position: -144px -16px;
    }

    .icon-set.icon-system-msg {
        background-position: -160px -16px;
    }

    .icon-set.icon-bell-white {
        background-position: -176px 0;
    }

    .icon-set.icon-bell-green {
        background-position: -176px -16px;
    }

    .icon-set.icon-check-round {
        background-position: -4px -36px;
    }

    .icon-set.icon-clock {
        background-position: -36px -36px;
    }

    .icon-set.icon-plus-round {
        background-position: -64px -32px;
    }

    .icon-set.icon-arrow-right {
        background-position: -100px -36px;
    }

    .icon-set.icon-checkmark {
        background-position: -128px -32px;
    }

    .icon-set.icon-letter {
        background-position: 0 -64px;
    }

    .icon-set.icon-letter-filled {
        background-position: 0 -96px;
    }

    .icon-set.icon-calendar {
        background-position: -32px -64px;
    }

    .icon-set.icon-calendar-filled {
        background-position: -32px -96px;
    }

    .icon-set.icon-loudspeaker {
        background-position: -64px -64px;
    }

    .icon-set.icon-loudspeaker-filled {
        background-position: -64px -96px;
    }

    .icon-set.icon-star {
        background-position: -96px -64px;
    }

    .icon-set.icon-star-filled {
        background-position: -96px -96px;
    }

    .icon-set.icon-settings {
        background-position: -128px -64px;
    }

    .icon-set.icon-settings-filled {
        background-position: -128px -96px;
    }

    .icon-set.cooltool-logo-s {
        background-position: -192px 0;
    }

    .icon-set.icon-negotiation, .icon-set.icon-payment-needed, .icon-set.icon-in-work, .icon-set.icon-finished, .icon-set.icon-archived {
        height: 28px;
        width: 28px;
    }

    .icon-set.icon-negotiation {
        background-position: 0 -128px;
    }

    .icon-set.icon-payment-needed {
        background-position: -32px -128px;
    }

    .icon-set.icon-in-work {
        background-position: -64px -128px;
    }

    .icon-set.icon-finished {
        background-position: -96px -128px;
    }

    .icon-set.icon-archived {
        background-position: -128px -128px;
    }

    .icon-set.icon-facebook, .icon-set.icon-twitter, .icon-set.icon-googleplus, .icon-set.icon-email {
        width: 24px;
        height: 24px;
    }

    .icon-set.icon-facebook {
        background-position: -28px -160px;
    }

    .icon-set.icon-twitter {
        background-position: 0 -160px;
    }

    .icon-set.icon-googleplus {
        background-position: -55px -160px;
    }

    .icon-set.icon-email {
        background-position: -82px -160px;
    }

.social-share-icon + .social-share-icon {
    margin-left: 3px;
}

.icon-set.icon-shortcut-profile, .icon-set.icon-shortcut-trolley, .icon-set.icon-shortcut-services, .icon-set.icon-shortcut-create, .icon-set.icon-shortcut-special {
    width: 50px;
    height: 50px;
}

.icon-set.icon-shortcut-profile {
    background-position: 0 -200px;
}

.icon-set.icon-shortcut-trolley {
    background-position: -50px -200px;
}

.icon-set.icon-shortcut-services {
    background-position: -100px -200px;
}

.icon-set.icon-shortcut-special {
    background-position: -150px -200px;
}

.icon-set.icon-shortcut-create {
    background-position: -200px -200px;
}


/* Project dashboard icons begin */

.icon-dashboard {
    background-image: url(/img/project_dashboard_icons.png);
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

    .icon-dashboard + span {
        font-size: 18px;
    }

    .icon-dashboard.icon-storage-s, .icon-dashboard.icon-letter-s, .icon-dashboard.icon-world-s, .icon-dashboard.icon-tablet-s, .icon-dashboard.icon-settings-s, .icon-dashboard.icon-reload-s, .icon-dashboard.icon-attachment-s, .icon-dashboard.icon-blank-s,
    .icon-dashboard.icon-blank-gray-s, .icon-dashboard.icon-settings-gray-s, .icon-dashboard.icon-trash-gray-s,
    .icon-dashboard.icon-start-button-s, .icon-dashboard.icon-pause-button-s, .icon-dashboard.icon-stop-button-s {
        width: 16px;
        height: 16px;
    }


    .icon-dashboard.icon-storage-s {
        background-position: -96px -272px;
    }

    .icon-dashboard.icon-letter-s {
        background-position: -112px -272px;
    }

    .icon-dashboard.icon-world-s {
        background-position: -128px -272px;
    }

    .icon-dashboard.icon-tablet-s {
        background-position: -144px -272px;
    }

    .icon-dashboard.icon-settings-s {
        background-position: 0 -272px;
    }

    .icon-dashboard.icon-reload-s {
        background-position: -16px -272px;
    }

    .icon-dashboard.icon-attachment-s {
        background-position: -32px -272px;
    }

    .icon-dashboard.icon-blank-s {
        background-position: -48px -272px;
    }

    .icon-dashboard.icon-settings-gray-s {
        background-position: 0 -288px;
    }

    .icon-dashboard.icon-trash-gray-s {
        background-position: -80px -288px;
    }

    .icon-dashboard.icon-blank-gray-s {
        background-position: -48px -288px;
    }

    .icon-dashboard.icon-stop-button-s {
        background-position: -160px -272px;
    }

    .icon-dashboard.icon-pause-button-s {
        background-position: -176px -272px;
    }

    .icon-dashboard.icon-start-button-s {
        background-position: -192px -272px;
    }


    .icon-dashboard.icon-storage-m, .icon-dashboard.icon-letter-m, .icon-dashboard.icon-terminal-m, .icon-dashboard.icon-social-networks-m, .icon-dashboard.icon-world-m, .icon-dashboard.icon-phone-m, .icon-dashboard.icon-mobile-m, .icon-dashboard.icon-tablet-m, .icon-eye-tracker-m {
        height: 24px;
        width: 24px;
    }

    .icon-dashboard.icon-storage-m {
        background-position: 0px -216px;
    }

    .icon-dashboard.icon-letter-m {
        background-position: -24px -216px;
    }

    .icon-dashboard.icon-terminal-m {
        background-position: -48px -216px;
    }

    .icon-dashboard.icon-social-networks-m {
        background-position: -72px -216px;
    }

    .icon-dashboard.icon-world-m {
        background-position: -96px -216px;
    }

    .icon-dashboard.icon-phone-m {
        background-position: -120px -216px;
    }

    .icon-dashboard.icon-mobile-m {
        background-position: -144px -216px;
    }

    .icon-dashboard.icon-tablet-m {
        background-position: -168px -216px;
    }

    .icon-dashboard.icon-eye-tracker-m {
        background-position: -192px -216px;
    }


    .icon-dashboard.icon-storage-l, .icon-dashboard.icon-letter-l, .icon-dashboard.icon-terminal-l, .icon-dashboard.icon-social-networks-l, .icon-dashboard.icon-world-l, .icon-dashboard.icon-phone-l, .icon-dashboard.icon-mobile-l, .icon-dashboard.icon-tablet-l,
    .icon-dashboard.icon-plus-round.hovered, .icon-dashboard.icon-check-round.hovered, .icon-dashboard.icon-browse-round.hovered, .icon-dashboard.icon-sample-round.hovered, .icon-dashboard.icon-edit-round.hovered,
    .icon-dashboard.icon-plus-round, .icon-dashboard.icon-check-round, .icon-dashboard.icon-browse-round, .icon-dashboard.icon-sample-round, .icon-dashboard.icon-edit-round, .icon-dashboard.icon-trolley-round,
    .icon-dashboard.icon-list-gray, .icon-dashboard.icon-pie-gray, .icon-dashboard.icon-storage-gray, .icon-dashboard.icon-share-gray, .icon-dashboard.icon-report-gray, .icon-dashboard.icon-work-gray,
    .icon-dashboard.icon-online-collector-l,
    .icon-dashboard.icon-design-gray,
    .icon-dashboard.icon-eyetracker-collector-l,
    .icon-dashboard.icon-tablet-collector-l,
    .icon-dashboard.icon-cati-collector-l,
    .icon-dashboard.icon-panel-collector-l,
    .icon-dashboard.icon-contactlist-collector-l,
    .icon-dashboard.icon-website-collector-l,
    .icon-dashboard.icon-qrcode-collector-l,
    .icon-dashboard.icon-thirdparty-collector-l,
    .icon-dashboard.icon-mobile-collector-l,
    .icon-dashboard.icon-auto-panel-collector-l,
    .icon-dashboard.icon-tablet-kiosk-collector-l {
        height: 32px;
        width: 32px;
    }

    .icon-dashboard.icon-storage-l {
        background-position: 0 -160px;
    }

    .icon-dashboard.icon-letter-l {
        background-position: -32px -160px;
    }

    .icon-dashboard.icon-terminal-l {
        background-position: -64px -160px;
    }

    .icon-dashboard.icon-social-networks-l {
        background-position: -96px -160px;
    }

    .icon-dashboard.icon-world-l {
        background-position: -128px -160px;
    }

    .icon-dashboard.icon-phone-l {
        background-position: -160px -160px;
    }

    .icon-dashboard.icon-mobile-l {
        background-position: -192px -160px;
    }

    .icon-dashboard.icon-tablet-l {
        background-position: -224px -160px;
    }


    .icon-dashboard.icon-list-gray {
        background-position: -64px -320px;
    }

    .icon-dashboard.icon-design-gray {
        background-position: -67px -351px;
    }

    .icon-dashboard.icon-pie-gray {
        background-position: -96px -320px;
    }

    .icon-dashboard.icon-storage-gray {
        background-position: -128px -320px;
    }

    .icon-dashboard.icon-share-gray {
        background-position: -160px -320px;
    }

    .icon-dashboard.icon-report-gray {
        background-position: -192px -320px;
    }

    .icon-dashboard.icon-work-gray {
        background-position: -224px -320px;
    }


    .icon-dashboard.icon-plus-round.hovered,
    .icon-dashboard.icon-plus-round.active {
        background-position: 0 -352px;
    }

    .icon-dashboard.icon-check-round.hovered {
        background-position: -32px -352px;
    }

    .icon-dashboard.icon-browse-round.hovered,
    .icon-dashboard.icon-browse-round.active {
        background-position: -256px -352px;
    }

    .icon-dashboard.icon-sample-round.hovered {
        background-position: -288px -352px;
    }

    .icon-dashboard.icon-edit-round.hovered,
    .icon-dashboard.icon-edit-round.active {
        background-position: -320px -352px;
    }

    .icon-dashboard.icon-trolley-round.hovered,
    .icon-dashboard.icon-trolley-round.active {
        background-position: -352px -352px;
    }


    .icon-dashboard.icon-plus-round {
        background-position: 0 -320px;
    }

    .icon-dashboard.icon-check-round {
        background-position: -32px -320px;
    }

    .icon-dashboard.icon-browse-round {
        background-position: -256px -320px;
    }

    .icon-dashboard.icon-sample-round {
        background-position: -288px -320px;
    }

    .icon-dashboard.icon-edit-round {
        background-position: -320px -320px;
    }

    .icon-dashboard.icon-trolley-round {
        background-position: -352px -320px;
    }

    .icon-dashboard.icon-auto-panel-collector-l {
        background-position: -704px -128px;
    }

    .icon-dashboard.icon-online-collector-l {
        background-position: -288px -128px;
    }

    .icon-dashboard.icon-eyetracker-collector-l {
        background-position: -671px -128px;
    }

    .icon-dashboard.icon-tablet-collector-l {
        background-position: -609px -128px;
    }

    .icon-dashboard.icon-tablet-kiosk-collector-l {
        background-position: -641px -128px;
    }

    .icon-dashboard.icon-cati-collector-l {
        background-position: -384px -128px;
    }

    .icon-dashboard.icon-panel-collector-l {
        background-position: -416px -128px;
    }

    .icon-dashboard.icon-contactlist-collector-l {
        background-position: -448px -128px;
    }

    .icon-dashboard.icon-website-collector-l {
        background-position: -480px -128px;
    }

    .icon-dashboard.icon-qrcode-collector-l {
        background-position: -512px -128px;
    }

    .icon-dashboard.icon-thirdparty-collector-l {
        background-position: -544px -128px;
    }

    .icon-dashboard.icon-mobile-collector-l {
        background-position: -576px -128px;
    }






    .icon-dashboard.icon-cati-method, .icon-dashboard.icon-kiosk-method, .icon-dashboard.icon-android-tablets-method, .icon-dashboard.icon-eyetracker-method, .icon-dashboard.icon-thirdparty-method, .icon-dashboard.icon-online-method, .icon-dashboard.icon-surveylink-method, .icon-dashboard.icon-contactlist-method, .icon-dashboard.icon-panel-method, .icon-dashboard.icon-auto-panel-method, .icon-dashboard.icon-website-method, .icon-dashboard.icon-qrcode-method, .icon-dashboard.icon-tablet-method {
        width: 50px;
        height: 50px;
        margin: 4px;
    }

    .icon-dashboard.icon-cati-method {
        background-position: -519px -7px;
    }

        .icon-dashboard.icon-cati-method.hovered {
            background-position: -519px -71px;
        }

    .icon-dashboard.icon-eyetracker-method {
        background-position: -1285px -7px;
    }

        .icon-dashboard.icon-eyetracker-method.hovered {
            background-position: -1285px -73px;
        }

    .icon-dashboard.icon-thirdparty-method {
        background-position: -647px -7px;
    }

        .icon-dashboard.icon-thirdparty-method.hovered {
            background-position: -647px -71px;
        }

    .icon-dashboard.icon-online-method {
        background-position: -711px -7px;
    }

        .icon-dashboard.icon-online-method.hovered {
            background-position: -711px -71px;
        }

    .icon-dashboard.icon-surveylink-method {
        background-position: -775px -7px;
    }

        .icon-dashboard.icon-surveylink-method.hovered {
            background-position: -775px -71px;
        }

    .icon-dashboard.icon-contactlist-method {
        background-position: -839px -7px;
    }

        .icon-dashboard.icon-contactlist-method.hovered {
            background-position: -839px -71px;
        }

    .icon-dashboard.icon-panel-method {
        background-position: -903px -7px;
    }

        .icon-dashboard.icon-panel-method.hovered {
            background-position: -903px -71px;
        }

    .icon-dashboard.icon-auto-panel-method {
        background-position: -1349px -7px;
    }

        .icon-dashboard.icon-auto-panel-method.hovered {
            background-position: -1349px -71px;
        }

    .icon-dashboard.icon-website-method {
        background-position: -967px -7px;
    }

        .icon-dashboard.icon-website-method.hovered {
            background-position: -967px -71px;
        }

    .icon-dashboard.icon-android-tablets-method {
        background-position: -1158px -7px;
    }

        .icon-dashboard.icon-android-tablets-method.hovered {
            background-position: -1158px -74px;
        }

    .icon-dashboard.icon-kiosk-method {
        background-position: -1223px -7px;
    }

        .icon-dashboard.icon-kiosk-method.hovered {
            background-position: -1223px -71px;
        }

    .icon-dashboard.icon-qrcode-method {
        background-position: -1031px -7px;
    }

        .icon-dashboard.icon-qrcode-method.hovered {
            background-position: -1031px -71px;
        }

    .icon-dashboard.icon-tablet-method {
        background-position: -1095px -7px;
    }

        .icon-dashboard.icon-tablet-method.hovered {
            background-position: -1095px -71px;
        }



    .icon-dashboard.icon-storage-xl, .icon-dashboard.icon-letter-xl, .icon-dashboard.icon-terminal-xl, .icon-dashboard.icon-social-networks-xl, .icon-dashboard.icon-world-xl, .icon-dashboard.icon-phone-xl, .icon-dashboard.icon-mobile-xl, .icon-dashboard.icon-tablet-xl {
        height: 64px;
        width: 64px;
    }

    .icon-dashboard.icon-storage-xl {
        background-position: 0 -64px;
    }

    .icon-dashboard.icon-letter-xl {
        background-position: -64px -64px;
    }

    .icon-dashboard.icon-terminal-xl {
        background-position: -128px -64px;
    }

    .icon-dashboard.icon-social-networks-xl {
        background-position: -192px -64px;
    }

    .icon-dashboard.icon-world-xl {
        background-position: -256px -64px;
    }

    .icon-dashboard.icon-phone-xl {
        background-position: -320px -64px;
    }

    .icon-dashboard.icon-mobile-xl {
        background-position: -384px -64px;
    }

    .icon-dashboard.icon-tablet-xl {
        background-position: -448px -64px;
    }


.icon-report-background {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 18px;
    border: 6px solid #fff;
    box-shadow: 0 0 6.7px 3.3px rgba(0, 0, 0, 0.09);
    cursor: pointer;
}

.icon-dashboard.icon-report {
    width: 128px;
    height: 64px;
    background-position: 0 -416px;
}

.icon-dashboard.icon-spss {
    width: 90px;
    height: 32px;
    background-position: 0 -512px;
}

/* Project dashboard icons end */

/* Project video reports begin*/

.video-folder-container {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 10px 5px;
}

.video-folder {
    display: inline-block;
    vertical-align: middle;
    padding: 19px 44px;
    box-shadow: 0 0 6.7px 3.3px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    background: #f7f7f7;
}

.video-folder-icon {
    display: block;
    margin: auto;
    background-image: url('/img/sprites/videoreports_icons.png');
    width: 87px;
    height: 70px;
    background-size: auto 70px;
    background-color: #fff;
    border-radius: 10px;
}

    .video-folder-icon.EyeTrackingVideo {
        background-position-x: -173px;
        background-position-y: 0;
    }

    .video-folder-icon.EyeTrackingWebsite {
        background-position-x: -260px;
        background-position-y: 0;
    }

    .video-folder-icon.EyeTracking,
    .video-folder-icon.EyeTrackingWebsiteScreenShot {
        background-position-x: -87px;
        background-position-y: 0;
    }

    .video-folder-icon.ShelfEyeTracking {
        background-position-x: 0;
        background-position-y: 0;
    }

    .video-folder-icon.ImplicitPrimingTest {
        background-position-x: -782px;
        background-position-y: 0;
    }

.video-folder-label {
    height: 36px;
    margin-top: 8px;
    max-width: 160px;
    overflow: hidden;
    display: block;
}
.video-folder-label {
    text-decoration: none !important;
    color: #959595;
}
/* Project video reports end*/

.dropdown-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
    margin-left: 8px;
}

.top-icon-user {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.user_full_name {
    max-width: 180px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    color: #666;
}

.top-bar-menu {
    display: inline-block;
    font-size: 15px;
    text-align: left;
}

    .top-bar-menu .dropdown-arrow {
        margin-top: 3px;
    }

    .top-bar-menu .dropdown-menu .user_full_name {
        color: #000;
    }

    .top-bar-menu .dropdown-menu a {
        color: #32a5c5;
    }

    .top-bar-menu .dropdown-menu .dropdown-b a:hover {
        color: #4fb6d2;
    }

    .top-bar-menu .dropdown .dropdown-arrow {
        border-color: #666 transparent transparent transparent;
    }

    .top-bar-menu .dropdown-menu .dropdown-arrow {
        border-color: #666 transparent transparent transparent;
    }

/* TOP CONTROLS ENDS */

/* Dropdown style */
.dropdown-menu .dropdown-b a:hover {
    color: #3EA0BC;
}
.dropdown-menu .dropdown-b a {
    color: #404040;
}


/* Public menu begin */
.breadcrumbs {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    width: 960px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 8px;
    background: #52bcda; /* Old browsers */
    background: -moz-linear-gradient(top, #5dc5e2 0, #44b2d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#5dc5e2), color-stop(100%,#44b2d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5dc5e2 0,#44b2d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5dc5e2 0,#44b2d0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5dc5e2 0,#44b2d0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5dc5e2 0,#44b2d0 100%); /* W3C */
    border-radius: 4px 4px 0 0;
}

    .breadcrumbs.fixed, .breadcrumbs.relative {
        border-radius: 4px 4px 3px 3px;
        margin: 0;
        top: 0;
        z-index: 9999;
        box-shadow: 0 4px 8px -6px #000;
    }

    .breadcrumbs.fixed {
        position: fixed;
    }

    .breadcrumbs.relative {
        position: relative;
    }

    .breadcrumbs a {
        line-height: 18px;
        min-width: 20px;
        text-align: center;
        color: #ffffff;
        padding: 6px 10px;
        margin: 0 2px;
        border-radius: 20px;
        text-decoration: none;
        display: inline-block;
        max-width: 240px;
        overflow: hidden;
        vertical-align: middle;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .breadcrumbs .backLink span {
        text-decoration: underline;
    }

    .breadcrumbs .backLink.current span, .breadcrumbs .backLink.action span {
        text-decoration: none;
    }

    .breadcrumbs a.current {
        background-color: #44abc8;
        cursor: default;
    }

    .breadcrumbs .breadcrumbs-actions-separator {
        display: inline-block;
        width: 80px;
    }

    .breadcrumbs .home {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: url(img/breadcrumbs-home.png) no-repeat;
        vertical-align: bottom;
        border-bottom: 0 none;
        margin-right: 0.2em;
    }

    .breadcrumbs .actions {
        float: right;
    }

    .breadcrumbs .action {
        font-weight: normal;
        border-radius: 4px;
        text-decoration: none;
        border: 0 none;
        min-width: 80px;
        margin: 0 8px;
        padding: 6px 16px;
        -webkit-box-shadow: 0 1px 6px -2px #000;
        box-shadow: 0 1px 6px -2px #000;
        background: #94c11c; /* Old browsers */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c11c', endColorstr='#71950f',GradientType=0 ); /* IE6-9 */
    }

*|html .breadcrumbs .action {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0YzExYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MTk1MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #94c11c 0%, #71950f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c11c), color-stop(100%,#71950f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #94c11c 0%,#71950f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #94c11c 0%,#71950f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #94c11c 0%,#71950f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #94c11c 0%,#71950f 100%); /* W3C */
}

.breadcrumbs .action:hover {
    background: #96c33d;
    filter: none;
}

.breadcrumbs .action:active {
    background: #87b038;
    filter: none;
}

/* Public menu end */


/* FINDER MENU STARTS */

.clear {
    height: 1px;
    clear: both;
    overflow: hidden;
}

.finder-menu span:hover {
    text-decoration: underline;
    cursor: pointer;
}

#finder-menu {
    width: 167px;
    padding: 10px;
    border-top: 1px Solid Silver;
    background-color: #1e2224;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 0 4px #555;
    box-shadow: 0 0 4px #555;
    display: none;
    z-index: 2000;
    position: absolute;
}

    #finder-menu ul {
        margin: 0;
        padding: 0;
    }

        #finder-menu ul li {
            display: block;
            padding: 3px;
        }

            #finder-menu ul li a {
                text-decoration: none;
                color: #d1cecf;
            }

                #finder-menu ul li a:hover {
                    text-decoration: underline;
                }

/* FINDER MENU ENDS */

.setAsCurrentConatiner {
    position: absolute;
    top: 56px;
    right: 8px;
    height: 48px;
    overflow: hidden;
    width: 510px;
    color: #fff;
}

    .setAsCurrentConatiner a, .setAsCurrentConatiner a:hover {
        color: #fff !important;
    }

.setAsCurrentBlock {
    top: -48px;
    position: absolute;
    height: 38px;
    padding: 4px 10px 0;
    border-radius: 0 0 8px 8px;
    background-color: #61b7d1;
    width: 490px;
    -webkit-box-shadow: 0 4px 4px -4px #555;
    box-shadow: 0 4px 4px -4px #555;
    z-index: 9999;
}

.blockOuterSpacing {
    margin: 20px;
}

.box.blue {
    border: 1px solid #36849B;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
}

    .box.blue h2 {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #4192B1;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 0 10px;
        position: absolute;
        top: -8px;
    }

.inline-block, .inline_block {
    zoom: 1;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}

.settingsBlock {
    border: 2px solid #e8e8e8;
    margin: 10px 0;
    position: relative;
    padding: 30px;
    border-radius: 6px;
    overflow: auto;
    clear: both;
}

    .settingsBlock .num {
        font-size: 60px;
        color: #41abc8;
        text-align: center;
        width: 40px;
        margin-right: 12px;
        float: left;
    }

.settingsBlockHeader {
    clear: both;
    float: left;
    margin: 0 0 -12px 20px;
    padding: 2px 8px;
    position: relative;
    zoom: 1;
    z-index: 1;
    background: white;
}

.itemblock {
    -webkit-box-shadow: -3px 3px 3px #f2f2f2;
    -moz-box-shadow: -3px 3px 3px #f2f2f2;
    box-shadow: -3px 3px 3px #f2f2f2;
    position: relative;
    border: 1px solid #eee;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: white;
    margin-bottom: 15px;
}

    .itemblock:hover {
        border: 1px solid #43b0cd;
    }

    .itemblock .bottomblock {
        background: #f2f2f2;
        height: 16px;
        padding: 4px 12px 0px 8px;
    }

.Grid {
    padding: 22px;
}

.MarketLayout {
    border-radius: 6px;
    position: relative;
    border: 1px solid #EEE;
    background-color: White;
    padding: 0;
}

    .MarketLayout .Header {
        background-color: #d8dcdd;
        height: 30px;
        padding: 15px 20px;
        border-radius: 6px 6px 0 0;
        position: relative;
    }


.HeaderTitle {
    font-size: 19px;
    color: #222;
    font-weight: normal;
}

.MarketPane {
    width: 332px;
}

.ItemsViewer h1 {
    padding: 18px 0;
    margin: 0;
    font-size: 20px;
}

.ItemsPane {
    width: 590px;
}

.TextSearch {
    width: 120px;
}

.itemblock:hover .l_tName {
    color: #43b0cd;
    text-decoration: underline;
}

.itemblock .bottomblock i {
    color: #888;
    display: block;
    float: right;
    line-height: 15px;
}

.itemblock div.l_vid {
    padding: 8px;
    height: 100px;
}

.itemblock .l_tName {
    font-size: 18px;
    line-height: 1.5em;
    color: #555;
    text-decoration: none;
}

.MarketLayout .itemblock .l_tName {
    padding-bottom: 8px;
    display: inline-block;
    line-height: 1em;
    max-width: 230px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.itemblock .l_tisCurrent {
    color: White;
    font-weight: bold;
}

.itemblock .bottomblock.current {
    background: #43b0cd;
}

.last-update-container {
    color: #ADADAD;
}

.itemblock .current .marketicon, .itemblock .current .last-update-container {
    color: White;
}

.l_vRating {
    margin-right: 8px;
}

.l_iLogoPath {
    display: block;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    background: transparent no-repeat center center;
}

.MarketPane .l_iLogoPath {
    margin-right: 6px;
    width: 64px;
    height: 64px;
}

.MarketPane .itemblock .l_vid {
    height: 70px;
}

#ui-datepicker-div {
    display: none;
}

.audio_container {
    width: 300px;
    height: 25px;
}

.video_container {
    width: 400px;
    height: 300px;
}
/*grid*/
.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}

.small-media-preview {
    width: 200px;
    height: auto;
    max-height: 200px;
    padding: 2px;
    text-align: center;
    position: absolute;
    z-index: 10000;
    -webkit-box-shadow: 1px 1px 8px -2px #000;
    -moz-box-shadow: 1px 1px 8px -2px #000;
    box-shadow: 1px 1px 8px -2px #000;
    background: #fff;
}

.constantSum {
    width: 100%;
}

.continuousSumItem {
    width: 50px;
    text-align: right;
}
/*phone content scrollbars*/
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    min-width: 200px;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

    .jspVerticalBar *, .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #ddd;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 6px;
}

.jspHorizontalBar .jspArrow {
    width: 6px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

#whitepopup {
    position: absolute;
    left: 0;
    top: 0;
}

.dlgalert .outerContainer, .dlgconfirm .outerContainer, .dlgwarning .outerContainer {
    top: 50%;
    left: 50%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.loginWindow {
    z-index: 0;
}

.outerContainer {
    top: 0;
    left: 0;
    z-index: 99;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    /*box-shadow:0 0 8px #999;*/
    -moz-box-shadow: 1px 2px 5px -1px #555;
    -webkit-box-shadow: 1px 2px 5px -1px #555;
    box-shadow: 1px 2px 5px -1px #555;
    max-height: 70vh;
    padding: 8px;
    /*overflow: auto;*/
}
    .outerContainer[current_controll="cropsettings"] {
        overflow: auto;
    }

#whitepopup .lcontent {
    border: 0 none;
}

#whitepopup .popupBg {
    opacity: 0.01;
    filter: alpha(opacity=1);
}

.customPopup {
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 10000;
}

    .customPopup.dlgwarning .dlgheader {
        background-color: #e33327;
        background-image: linear-gradient(top, #e33327, #ad231a);
    }

    .customPopup .dlgheader {
        height: 40px;
        padding: 15px 20px 0 20px;
        border-radius: 6px 6px 0 0;
        position: relative;
        background-color: #a6d923;
        background-image: linear-gradient(top, #a6d923, #88ad29);
    }

        .customPopup .dlgheader img {
            margin-top: 16px;
        }

    .customPopup .dlgmessage {
        height: 76px;
        padding: 10px 20px;
    }

    .customPopup .popupBg {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: black;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

    .customPopup.loginWindow {
        position: absolute;
    }

    .customPopup .outerContainer {
        position: absolute;
    }

    .customPopup .container {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .customPopup .containerbg {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        -moz-opacity: 0.4;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        background-color: #999;
    }

    .customPopup .lcontent {
        position: absolute;
        top: 6px;
        bottom: 6px;
        left: 6px;
        right: 6px;
        background: white;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        z-index: 1000;
        border: 1px solid #999999;
        overflow: auto;
    }

.minWidth {
    width: 1px;
}

ul.ranking {
    min-width: 200px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 4px;
    list-style-type: none;
    overflow: auto;
}

    ul.ranking li {
        display: block;
    }

.starOn, .starOff {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    background: url(img/rating_bg.png) no-repeat;
}

.starOn {
    background-position: 0 -16px;
}

.matrixAnswers {
    border-collapse: collapse;
}

    .matrixAnswers td {
        border: solid 1px #aaaaaa;
        padding: 4px;
    }

.matrixControl * {
    display: none;
}

#questionsCont .matrixControl {
    background: none;
    height: auto;
    width: auto;
}

.ratingCaption {
    width: 200px;
    margin-left: 30px;
    border-collapse: collapse;
}

    .ratingCaption td {
        width: 33%;
    }

.constantSumPH .constantSum.survey-rating-slider {
    margin-left: 0;
}

.questItem .ui-slider-horizontal .ui-slider-handle {
    border: 0 none;
    position: absolute;
}

.questItem .survey-rating-slider {
    width: 200px;
}

.questItem textarea {
    max-width: 250px;
}

.mediaElement {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/* Market item review begin */
.marketitem-review {
    padding-top: 15px;
    border-bottom: 1px solid #CCC;
}

    .marketitem-review:first-child {
        padding-top: 0;
    }

    .marketitem-review h3 {
        padding-bottom: 0.2em;
        padding-top: 0;
    }

    .marketitem-review .reviewed-by {
        color: #ccc;
        font-size: 12px;
        margin-bottom: 5px;
    }

.reviews .no-review {
    padding-top: 15px;
}

.review-footer {
    margin-top: 5px;
}

    .review-footer, .review-footer a {
        color: #ccc;
        font-size: 12px;
        font-style: italic;
        line-height: 18px;
    }

        .review-footer .review-voting {
            padding-right: 4px;
        }

.vote, .vote div {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.vote {
    background-color: #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-style: italic;
    line-height: 1em;
    margin: 0 4px;
    position: relative;
}

    .vote:hover {
        background-color: #4FB6D2;
    }

        .vote:hover .votescnt {
            color: #777;
        }

    .vote div {
        margin: 2px 0 2px 6px;
        color: #fff;
        text-align: center;
        width: 20px;
    }

    .vote .votescnt {
        color: #ccc;
        background: #fff;
        margin: 1px;
        border-radius: 0 3px 3px 0;
        padding: 1px 4px;
        overflow: visible;
        width: 14px;
        position: relative;
    }

/* Market item review end */

/* Header begin */

.grayHeader {
    margin-top: -31px;
    /*background:#ccc; previouse color, just uncomment it if needed, nice and silently*/
    background: #D8DCDD;
    height: 30px;
    padding: 15px 20px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    position: relative;
}

    .grayHeader table {
        height: 30px;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .grayHeader tr, .grayHeader td {
        margin: 0;
        padding: 0;
    }

/* Header end */

.editablemarker {
    background-image: url(/img/prj_summary_bg.png);
    background-position: -200px -116px;
    display: inline-block;
    height: 14px;
    width: 14px;
    cursor: pointer;
    vertical-align: top;
}

.opbtn {
    background: url("/img/addremove.png") no-repeat;
    cursor: pointer;
    height: 22px;
    width: 22px;
}

    .opbtn.rem {
        background-position: -22px 0;
    }

    .opbtn.refresh {
        background-position: -44px 0;
    }

.smallresearchtype {
    background: url(img/small_project_type_icons.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
/*smallresearchtype*/
.marketicon {
    background: url(/img/market_icons.png) no-repeat;
    min-width: 15px;
    height: 16px;
    padding-left: 18px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 0px;
    margin: 0 24px 0 4px;
    cursor: pointer;
    text-align: left;
    text-decoration: underline;
}

    .marketicon:hover {
        color: #999;
    }

.current .marketicon.ipreview {
    background-position: 0 -64px;
}

.current .marketicon.iedit {
    background-position: 0 -80px;
}

.marketicon.ipreview {
    background-position: 0 0;
}

.marketicon.iedit {
    background-position: 0 -16px;
}

.marketicon.idelete {
    background-position: 0 -32px;
}

.marketicon.iapply {
    background-position: 0 -48px;
    width: 80px;
}

.questionPrefix {
    color: #a4ce44;
}

.questionLabel {
    font-weight: normal;
}
/*button-toggle control styles*/
.tip_to-left:hover:after {
    transform: translate(0, 0) !important;
    left: auto;
    right: 15px;
}
.tip_from-left:hover:after {
    transform: translate(0, 0) !important;
    left: 0;
    right: auto;
}
.tip_from-left:hover:before {
    left: 15%;
}

    .multipleAnswerSettings .lcaption {
        margin-top: 2em;
        margin-bottom: 0.3em;
    }

    .multipleAnswerSettings .button-toggle {
        overflow: visible;
    }

        .multipleAnswerSettings .button-toggle div {
            float: left;
            width: 46px;
            height: 24px;
            padding: 3px 8px;
            margin: 4px 0 0 4px;
            background: transparent url(img/alternative_jump.png) no-repeat;
            color: #4fb6d2;
            font-style: italic;
            font-weight: bold;
            font-size: 10px;
            line-height: 9px;
            cursor: pointer;
            text-shadow: 0 1px 3px white;
        }

        .multipleAnswerSettings .button-toggle .toggled {
            background-position: -62px 0;
            color: #555;
            cursor: default;
        }

.qDragHandle {
    background: url(img/question_controls.png) no-repeat;
    width: 9px;
    height: 18px;
    cursor: pointer;
}

.removeicon {
    background: url(/img/smalldeleteitem.png) no-repeat;
    float: right;
    height: 12px;
    width: 12px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

    .removeicon:hover {
        background: url(/img/smalldeleteitem.png) 0 12px;
    }

.remove-item {
    color: #999;
    cursor: pointer;
}

/*placeholder styles*/
::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.description {
    color: #666;
    line-height: 1.2em;
}

.active {
    font-weight: bold;
    color: #666;
}

a.action {
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

.frame .corner {
    background: url('img/corner.gif') no-repeat;
    float: right;
    height: 15px;
    margin-bottom: -15px;
    margin-top: -8px;
    position: absolute;
    right: -9px;
    top: 50%;
    width: 9px;
}

.frame {
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    padding: 5px;
    position: relative;
}

#bookmarks {
    position: absolute;
    top: 120px;
    left: 0;
    zoom: 1;
    z-index: 100;
}

    #bookmarks a {
        margin-top: 5px;
        display: block;
        width: 40px;
        height: 129px;
    }

    #bookmarks .removeicon {
        background: url('lib/jqueryUI/images/ui-icons_ffffff_256x240.png') -96px -128px;
        float: left;
        height: 16px;
        width: 16px;
        position: static;
    }

.hint {
    text-align: center;
    font-size: 10pt;
    color: #666;
}
/*letter-like behaviour for shedule and reminders*/
.letterbg, .letterbg.ui-tabs-panel {
    background: #faf7f1;
    background-repeat: no-repeat;
    border: 0 none;
    width: 410px;
    /*min-height: 304px;*/
    height: 330px;
    padding: 0;
    position: relative;
}

    .letterbg.sms-letterbg {
        height: 365px;
    }


.textBoxHidden {
    padding: 3px;
    border: 1px solid transparent;
    background: transparent;
    width: 240px;
    font-style: normal;
    font-weight: bold !important;
    font-size: 12px !important;
}

.respondentName {
    margin-top: 2px;
    font-size: 12px;
    width: 243px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
}

.letterbg textarea {
    width: 360px;
    height: 140px;
    margin-top: 20px;
    border: 1px solid transparent;
    background: transparent;
    font-size: 12px;
    padding: 3px;
}

.letterbg .lnkExample {
    padding-left: 4px;
}

.letterbg .stamp {
    background: transparent url('/img/message_stamps.png');
    width: 110px;
    height: 85px;
    position: absolute;
    top: 0;
    right: 15px;
}

.letterbg .stamp-ivite {
    background-position: -110px 0;
}

.letterbg .stamp-thanks {
    background-position: -220px 0;
}

.letterbg .stamp-ivite.disabled {
    background-position: -110px -85px;
}

.letterbg .stamp-thanks.disabled {
    background-position: -220px -85px;
}
/*obsolete*/
.prjsettings-apply-button, .prjsettings-apply-button:hover {
    border: 0 none;
    padding: 0;
    font-size: 14px;
    background: url('/img/applysettings.png') no-repeat transparent;
    width: 79px;
    height: 23px;
    line-height: 24px;
    color: #4FB6D2;
    cursor: pointer;
}

.projectsetting-stage-active {
    cursor: auto;
    background-position: -13px 0;
}

.projectsetting-stage {
    background-image: url('img/prjsettingsstage.png');
    width: 13px;
    height: 13px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}

.projectsetting-container {
    margin: 20px 30px 10px;
    font-size: 10pt;
    color: #6c6e71;
}
/*.marketplace-header
{
    background-color: #d8dcdd;
    height: 60px;
    padding: 8px;
    border-radius: 6px 6px 0 0;
    position: relative;
}*/


.gray {
    color: #999;
}

.dashboardcontrol {
    display: block;
    font-size: 10pt;
    text-decoration: none;
}

    .dashboardcontrol .dashboardicon {
        display: block;
    }

    .dashboardcontrol span {
        color: #666;
        font-style: italic;
        line-height: 0.9;
    }

    .dashboardcontrol b {
        text-decoration: none;
    }

    .dashboardcontrol table td {
        border: 0 none;
        padding: 0;
    }

.iPhoneCheckContainer {
    position: relative;
    height: 20px;
    width: 58px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    .iPhoneCheckContainer input {
        position: absolute;
        top: -100px;
        left: -100px;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }

    .iPhoneCheckContainer, .iPhoneCheckContainer label {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
    }

.iPhoneCheckDisabled {
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

label.iPhoneCheckLabelOn {
    display: block;
    color: white;
    background: url('img/smallonoff.png') no-repeat;
    left: 0;
    top: 0;
    position: absolute;
    padding-top: 5px;
    height: 20px;
}

label.iPhoneCheckLabelOff {
    display: block;
    color: #8b8b8b;
    background: url('img/smallonoff.png') no-repeat right 0;
    text-align: right;
    right: 0;
    height: 20px;
}

.iPhoneCheckHandle {
    height: 20px;
    width: 29px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: url('img/smallonoff.png') no-repeat 0 -20px;
}

.greenlink {
    color: #1b7a94;
}

.simpleeditoreditor {
    border: 0 none;
    padding: 0;
    margin: 0;
    outline: 0 none;
    min-width: 80px;
    overflow: hidden;
}

.SimpleEditor {
    cursor: pointer;
}


/*loading progress*/
.loadingbg {
    position: absolute;
    background-color: white;
    opacity: 0.8;
    z-index: 10020;
}

.loading {
    position: absolute;
    z-index: 10020;
}

.loadingimg {
    text-align: center;
}

.loading .loadingimg {
    padding: 10px;
    position: absolute;
    border: 1px dotted #CCC;
    width: 150px;
    background-color: white;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -66px;
    font-size: 16px;
    color: #999;
}

.dlgmessage .loadingimg {
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    line-height: 0.5em;
}

.loadingimg div {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(/img/loading.svg) center center / 31px 31px no-repeat;
}
/*footer layout*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0px
}

.vfooter, .push {
    height: 22px;
    margin: 0;
    padding-top: 5px;
    clear: both;
    text-align: left;
}

.vfooter {
    background-color: #fff;
    /*margin-top: 51px;*/
}

.footer-cool-tool-logo-small {
    width: 40px;
    height: 41px;
    float: left;
    background-image: url(/img/publishPageSprite.png);
    background-position: -350px -51px;
}

.copyrights {
    padding-left: 10px;
    color: #626262;
    width: 400px;
}

.social-networks {
    height: 40px;
    float: right;
    background-position: -7px -6px;
    margin: 8px 0 5px 0;
}

    .social-networks a {
        display: inline-block;
        height: 32px;
        width: 40px;
        background-image: url(/img/publishPageSprite.png);
        vertical-align: top;
    }

    .social-networks .facebook {
        background-position: -50px 0;
    }

    .social-networks .twitter {
        background-position: -100px 0;
        width: 32px;
    }

    .social-networks .followus {
        display: inline-block;
        padding-right: 5px;
        line-height: 32px;
    }



/*content layout*/

.content_block {
    margin: auto;
    width: 90%;
    /* overflow: hidden; */
}

.full-layout__page .content_block {
    max-width: 1049px;
}

#mainPlaceHolder {
    text-align: left;
    min-height: 500px;
    /* zoom: 1; */
    height: 100%;
    /* opacity: 0.5; */
}

.global_loading_overlay {
    position: fixed;
    left: 0;
    top: 63px;
    width: 0;
    height: 0;
    /* display: none; */
    opacity: 0;
    background-image: url(/img/loading.svg);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-transition: opacity .9s ease-in-out;
    -o-transition: opacity .9s ease-in-out;
    -webkit-transition: opacity .9s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 10000000;
    background-position: 50% 50%;
    background-size: 180px auto;
}

.top_bar_navigation .save_progress{
    position: absolute;
    right: 200px;
    top: 50%;
    width: 30px;
    height: 30px;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(/img/loading.svg);
    background-repeat: no-repeat;
    z-index: 10000000;
    background-position: 50% 50%;
    background-size: 100% auto;
}

.global_loading_overlay.loading_progress{
    opacity: 1;
    width: 100%;
    height: calc(100% - 63px);
}

/* white overlay begin */
.white-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow: auto;
}
.loading-in-progress:after {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: visible;
    content: '';
    background-image: url(/img/loading.svg);
    background-position: center center;
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-transition: opacity .9s ease-in-out;
    -o-transition: opacity .9s ease-in-out;
    -webkit-transition: opacity .9s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 100000;
}

.loading-in-progress {
    position: relative;
}

body.white-overlay-shown {
    /* Preventing of the scroll bars' appearing */
    min-height: 0;
    min-width: 0;
}

    body.white-overlay-shown > div {
        display: none;
    }

    body.white-overlay-shown .white-overlay {
        display: block;
    }
/* white overlay end */

#mainPlaceHolder .nav-layer {
    width: 960px;
    min-height: 411px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

.user_logged_in #mainPlaceHolder .nav-layer {
    width: 100%;
}

.nav-layer .nav-layer {
    margin-bottom: -30px;
    margin-left: 10px;
}

.nav-layer.top {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(219, 219, 219);
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.nav-layer .nav-layer-header {
    line-height: 30px;
    padding-left: 20px;
}

#mainPlaceHolder .page-actions {
    padding: 5px 0 0 10px;
}

#mainPlaceHolder .page-action {
    padding-left: 10px;
    display: inline-block;
}

/* Master menu begin */
#mainPlaceHolder .menu-master {
    display: none;
}

#menuMasterPlaceholder {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

    #menuMasterPlaceholder .menu-master {
        white-space: nowrap;
        margin: 0 auto;
        width: 730px;
    }

.menu-master .menu-master-item {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0 20px 0;
    margin-bottom: -16px;
    font-size: 14px;
    color: #4d4d4d;
    text-decoration: none;
    position: relative;
}

    .menu-master .menu-master-item.header-item {
        color: #89b725;
        font-weight: bold;
        padding-left: 0;
        margin-top: -2px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-right: 40px;
    }

    .menu-master .menu-master-item.current-item:not(.header-item) {
        color: #000;
    }

    .menu-master .menu-master-item:hover {
        color: #89b725;
    }

.menu-master-item.current-item:after,
.menu-master-item.current-item:empty ~ .menu_menu-dropdown:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #89b725;
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu-master .menu-master-separator {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #89b725;
    margin: 0 10px;
}

    .menu-master .menu-master-separator:last-child, .menu-master-item.header-item + .menu-master-separator {
        display: none;
    }
    .menu-master-item:empty+.menu-master-separator {
        display: none;
    }
    /*submenu*/
    .menu-master-item.current-item:empty ~ .menu_menu-dropdown .text-overflow {
        color: #222222 !important;
    }
    .menu_menu-dropdown {
        position:relative !important;
        padding: 8px 0 20px 0;
        margin: 0 3px -16px  3px;
        vertical-align: middle;
        text-align: left;
        box-sizing: border-box;
    }
    .menu_menu-dropdown a {
        color: #4d4d4d;
    }
    .menu_menu-dropdown .dropdown-arrow {
        display: none;
    }
    .menu_menu-dropdown a:hover,
    .menu_menu-dropdown a.current,
    .menu_menu-dropdown .dropdown-b a:hover {
        color: #89b725;
    }
    .menu_menu-dropdown a:hover .dropdown-arrow {
        border-top-color: #89b725;
    }
    .menu_menu-dropdown .dropdown-menu {
        top: -1px;
    }
/* Master menu end */

#shareWarningNotificationPlaceholder {
    margin-bottom: 35px;
    background: #ffefb0;
    top: 0;
    position: relative;
}
#shareWarningNotificationPlaceholder:empty {
   display: none;
}

    #shareWarningNotificationPlaceholder .share-warning-notification {
        text-align: center;
        width: 960px;
        text-align: left;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }

.whiteBox {
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    border: 1px solid #EEE;
    padding: 30px 0 0;
}

.buttonsblock {
    padding: 20px;
    border-top: 1px solid #4fb6d2;
}

/*progress bars*/
.progress-bar {
    background: #eee;
    overflow: hidden;
    width: 100%;
    height: 8px;
    margin: 2px 4px 6px 4px;
}

    .progress-bar .progress {
        background: #3da5c2;
        height: 100%;
        width: 0;
        font-size: 10px;
        color: White;
        line-height: 1em;
        vertical-align: top;
        transition: all .3s;
    }

        .progress-bar .progress.green {
            background: #89b725;
        }

    .progress-bar .finished {
        background: #89b725;
        height: 100%;
        width: 100% !important;
    }

.progress-bar-container {
    font-size: 13px;
    margin-top: 16px;
}
/*old*/
.progressbg {
    background: #eee;
    overflow: hidden;
    width: 250px;
    height: 10px;
    margin: 2px 4px 6px 0;
}

    .progressbg .progress {
        background: #0c87cd;
        height: 100%;
        width: 0;
        font-size: 10px;
        color: White;
        line-height: 1em;
        vertical-align: top;
    }

        .progressbg .progress.green {
            background: #89b725;
        }

    .progressbg .finished, .progressbg .error {
        height: 100%;
        width: 100% !important;
    }

    .progressbg .finished {
        background: #89b725;
    }

    .progressbg .error {
        background: #f00;
    }

.progresslabel {
    font-size: 11px;
}
/*menu icons*/
.micon {
    background-image: url('img/micons.png');
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 2px;
    cursor: pointer;
}
/*icon research method*/
.micon_rm {
    background-position: 0 0;
}

    .micon_rm:hover, .hmicon_rm {
        background-position: 0 28px;
    }
/*icon shedule*/
.micon_s {
    background-position: -28px 0;
}

    .micon_s:hover, .hmicon_s {
        background-position: -28px 28px;
    }
/*icon reminder*/
.micon_r {
    background-position: -56px 0;
}

    .micon_r:hover, .hmicon_r {
        background-position: -56px 28px;
    }
/*icon reward*/
.micon_rw {
    background-position: -84px 0;
}

    .micon_rw:hover, .hmicon_rw {
        background-position: -84px 28px;
    }
/*icon security*/
.micon_sc {
    background-position: -112px 0;
}

    .micon_sc:hover, .hmicon_sc {
        background-position: -112px 28px;
    }
/*icon owner*/
.micon_o {
    background-position: -140px 0;
}

    .micon_o:hover, .hmicon_o {
        background-position: -140px 28px;
    }
/*data grid container*/
.list-pagination {
    text-align: center;
    padding: 28px 0 28px 0;
    color: #43B0CD;
    font-size: 15px;
}

    .list-pagination.fixed {
        position: fixed;
        background: white;
        bottom: 0px;
        margin-left: -467px;
        left: 50%;
        width: 957px;
        box-shadow: 0 0 10px 4px #e2e2e2;
    }


.list-page-nav {
    display: inline-block;
    min-width: 2em;
    text-align: center;
    text-decoration: none;
}

span.list-page-nav {
    color: #555;
}

.l_dg .l_pager {
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
    color: #43B0CD;
}

    .l_dg .l_pager .l_page {
        display: inline-block;
        width: 30px;
    }

    .l_dg .l_pager .l_pager_action {
        padding: 0 6px;
    }

    .l_dg .l_pager b {
        /*border-bottom: 1px dotted #43B0CD;*/
        cursor: pointer;
    }

        .l_dg .l_pager b:hover {
            text-decoration: underline;
        }

    .l_dg .l_pager span {
        font-weight: bold;
        color: #555;
    }

.l_dg .l_tid {
    display: none;
}
/*controls*/
.linkText {
    color: #4fb6d2;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.linkTextSelected {
    background-color: #4fb6d2;
    color: #FFF;
}

.error {
    color: #ff0000;
}

.adminMenuItem, .adminMenuItemSelected {
    float: left;
    cursor: pointer;
    background-image: url('img/bgNavButton.png');
    background-repeat: repeat-x;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding: 10px 10px 10px 20px; /*text-shadow: 0px 1px 0px #E5E5E5;*/
}

    .adminMenuItem:hover {
        background-image: url('img/bgNavButtonHover.png');
    }

.adminMenuItemSelected {
    background-image: url('img/bgNavButtonHover.png'); /* 	background-color:#A80B0F; 	color:#FFF; 	text-shadow: 0px 1px 0px #666; 	*/
}


.adminMenuItemSeparator {
    width: 1px;
    float: left;
}

.adminMenuUnderline {
    width: 100%;
    height: 8px;
}

.linkButton {
    position: relative; /*color:#933;*/
    background-image: url('img/linkButton.png');
    background-repeat: repeat-x;
    color: #333333;
    display: inline-block; /*width:100px;*/
    font-size: 14px;
    margin-left: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px; /*text-decoration:underline;*/
    cursor: pointer;
    height: 32px;
}

    .linkButton:hover {
        background-image: url('img/linkButtonHover.png');
    }

    .linkButton:active {
        background-image: url('img/linkButtonActive.png');
    }


#menu {
    height: 35px;
    background-repeat: no-repeat;
    background-position: right;
}


.menuItem {
    position: relative;
    padding: 0px 0px 0px 0px;
    display: block;
    text-decoration: underline;
    z-index: 1;
}



.headerLink {
    white-space: nowrap;
    color: #9C3;
    float: left;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
    text-decoration: underline;
}


.headerLinkOver {
    color: #0F3;
}

#border {
    width: 982px;
    padding: 0px 0px 0px 0px;
    padding: 0;
    border: solid 0px red;
    background-color: #fff;
}




.rightPaneBlock {
    background-color: #eff7f9;
    border: solid 1px #c3d9ff;
    width: 250px;
    padding: 10px 0px 10px 5px;
}

.mainText {
    color: #666;
}



.inputValue {
    width: 200px;
    float: right;
    padding: 2px 2px 2px 2px;
}

.valuefield {
    float: left;
    width: 380px;
    padding: 2px 2px 2px 2px;
}

.inputBox {
    display: inline-block;
    width: 440px;
    background-color: White;
    padding: 5px 5px 5px 5px;
    margin: 10px 10px 10px 0px;
    font-size: 10px;
    border: solid 1px silver;
}


.selected {
    text-decoration: underline;
}

.debugGreen {
    border: solid 1px green;
}

.debugRed {
    border: solid 1px red;
}

.debugBlue {
    border: solid 1px blue;
}

.selOption {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.selOptionSelected {
    background-color: #B0CEC6;
}


/*icons*/
.dashboardicon {
    background: transparent url('/img/icons.png');
    width: 30px;
    height: 29px;
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
}

.prjicon {
    background-image: url("/img/prj_icons.png");
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 50px;
    width: 50px;
}

.i-facebook {
    background-position: 0 -150px !important;
}

.i-tablet {
    background-position: -50px -150px !important;
}

.i-callcentr {
    background-position: -100px -150px !important;
}

.i-kiosk {
    background-position: -150px -150px !important;
}

.i-website {
    background-position: -200px -150px !important;
}

.i-qrcode {
    background-position: -250px -150px !important;
}

.i-computer {
    background-position: -300px -150px !important;
}

.i-monitor {
    background-position: -350px -150px !important;
}

.i-telephone {
    background-position: -400px -150px !important;
}

.i-smartphone {
    background-position: -450px -150px !important;
}

.i-virt {
    background-position: -500px -150px !important;
}

.i-cont-list {
    background-position: -550px -150px !important;
}

.i-lcontactlistemail {
    background-position: -750px 0;
}

.i-lcontactlistphone {
    background-position: -750px -50px;
}

.i-lprojectlink {
    background-position: -800px 0px;
}

.i-lprojectphone {
    background-position: -800px -50px;
}

.i-lsecured {
    background-position: -350px 0;
}

.i-lsecured-valid {
    background-position: -350px -100px;
}

.i-lsecured-invalid {
    background-position: -350px -50px;
}

.i-lshedule {
    background-position: -200px 0px;
}

.i-lshedule-valid {
    background-position: -200px -100px;
}

.i-lshedule-invalid {
    background-position: -200px -50px;
}

.i-lreminders {
    background-position: -250px 0px;
}

.i-lreminders-valid {
    background-position: -250px -100px;
}

.i-lreminders-invalid {
    background-position: -250px -50px;
}

.i-lowner {
    background-position: -550px 0px;
}

.i-lowner-valid {
    background-position: -550px -100px;
}

.i-lowner-invalid {
    background-position: -550px -50px;
}

.i-lowners {
    background-position: -600px 0px;
}

.i-lowners-valid {
    background-position: -600px -100px;
}

.i-lowners-invalid {
    background-position: -600px -50px;
}

.i-lcontacts {
    background-position: -450px 0px;
}

.i-lcontacts-valid {
    background-position: -450px -100px;
}

.i-lcontacts-invalid {
    background-position: -450px -50px;
}

.i-lquest {
    background-position: -400px 0px;
}

.i-lquest-valid {
    background-position: -400px -100px;
}

.i-lquest-invalid {
    background-position: -400px -50px;
}

.i-livr {
    background-position: -50px 0px;
}

.i-livr-valid {
    background-position: -50px -100px;
}

.i-livr-invalid {
    background-position: -50px -50px;
}

.i-lchat {
    background-position: 0 0px;
}

.i-lchat-valid {
    background-position: 0 -100px;
}

.i-lchat-invalid {
    background-position: 0 -50px;
}

.i-lonline {
    background-position: -100px 0px;
}

.i-lonline-valid {
    background-position: -100px -100px;
}

.i-lonline-invalid {
    background-position: -100px -50px;
}

.i-lmobile {
    background-position: -150px 0px;
}

.i-lmobile-valid {
    background-position: -150px -100px;
}

.i-lmobile-invalid {
    background-position: -150px -50px;
}

.i-lrewards {
    background-position: -300px 0px;
}

.i-lrewards-valid {
    background-position: -300px -100px;
}

.i-lrewards-invalid {
    background-position: -300px -50px;
}

.i-lsample {
    background-position: -500px 0px;
}

.i-lsample-valid {
    background-position: -500px -100px;
}

.i-lsample-invalid {
    background-position: -500px -50px;
}

.i-ltimezone {
    background-position: -850px 0px;
}

.i-ltimezone-valid {
    background-position: -850px -100px;
}

.i-ltimezone-invalid {
    background-position: -850px -50px;
}

.i-unsecured {
    background-position: -210px 0;
}

.i-unsecured-valid {
    background-position: -210px -90px;
}

.i-unsecured-invalid {
    background-position: -210px -60px;
}

.i-secured {
    background-position: -120px 0;
}

.i-secured-valid {
    background-position: -120px -90px;
}

.i-secured-invalid {
    background-position: -120px -60px;
}

.i-shedule {
    background-position: -30px 0px;
}

.i-shedule-valid {
    background-position: -30px -90px;
}

.i-shedule-invalid {
    background-position: -30px -60px;
}

.i-noreminders {
    background-position: 0 0px;
}

.i-noreminders-valid {
    background-position: 0px -90px;
}

.i-noreminders-invalid {
    background-position: 0px -60px;
}

.i-reminders {
    background-position: -60px 0px;
}

.i-reminders-valid {
    background-position: -60px -90px;
}

.i-reminders-invalid {
    background-position: -60px -60px;
}

.i-owner {
    background-position: -180px 0px;
}

.i-owner-valid {
    background-position: -180px -90px;
}

.i-owner-invalid {
    background-position: -180px -60px;
}

.i-contacts {
    background-position: -300px 0px;
}

.i-contacts-valid {
    background-position: -300px -90px;
}

.i-contacts-invalid {
    background-position: -300px -60px;
}

.i-quest {
    background-position: -240px 0px;
}

.i-quest-valid {
    background-position: -240px -90px;
}

.i-quest-invalid {
    background-position: -240px -60px;
}

.i-ivr, .i-virtualinterviewer {
    background-position: -360px 0px;
}

.i-ivr-valid {
    background-position: -360px -90px;
}

.i-ivr-invalid {
    background-position: -360px -60px;
}

.i-chat {
    background-position: -420px 0px;
}

.i-chat-valid {
    background-position: -420px -90px;
}

.i-chat-invalid {
    background-position: -420px -60px;
}

.i-online {
    background-position: -390px 0px;
}

.i-online-valid {
    background-position: -390px -90px;
}

.i-online-invalid {
    background-position: -390px -60px;
}

.i-mobile {
    background-position: -330px 0px;
}

.i-mobile-valid {
    background-position: -330px -90px;
}

.i-mobile-invalid {
    background-position: -330px -60px;
}

.i-rewards {
    background-position: -90px 0px;
}

.i-rewards-valid {
    background-position: -90px -90px;
}

.i-rewards-invalid {
    background-position: -90px -60px;
}

.i-sample {
    background-position: -270px 0px;
}

.i-sample-valid {
    background-position: -270px -90px;
}

.i-sample-invalid {
    background-position: -270px -60px;
}


.i-buy {
    background-position: -450px 0;
    vertical-align: bottom;
}

.i-bookmark {
    background-position: -450px -30px;
    margin: 1px -6px -3px -15px;
    vertical-align: bottom;
}

    .i-bookmark:hover, .i-bookmark-hover {
        background-position: -450px -60px;
    }

.i-bookmark-bookmarked {
    background-position: -451px -89px;
}

/* ContactInportValidation.ascx STARTS */

.correctedPlace {
    width: 18px;
}

    .correctedPlace .corrected {
        background: url(img/apply.png) center center no-repeat;
        width: 18px;
        height: 18px;
    }

.group_name {
    color: #42b1cf;
    text-transform: uppercase;
}

.control_text {
    color: #4192b1;
}

#importAccordion label, #importAccordion input[type=radio] {
    cursor: pointer;
}

#importAccordion .ui-accordion-content {
    overflow: visible;
}

.attr-option-field {
    max-width: 90px;
    margin-right: 10px;
}

.attr-select-field {
    width: 135px;
    margin-right: 20px;
}

    .attr-select-field select {
        width: 135px;
    }

.attr-text-field {
    width: 155px;
}

.attr-name-field {
    width: 160px;
}

/* ContactInportValidation.ascx ENDS */
.item-title {
    color: #666;
    font-size: 18px;
    line-height: 1.5em;
    text-decoration: none;
}

.marketplaceItemsContainer .itemblock div.l_vid {
    height: 64px;
}

.boldPriceContainer {
    width: 64px;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.marketplaceItemsContainer .bottomblock {
    padding-right: 30px;
}

    .marketplaceItemsContainer .bottomblock .l_tTags {
        float: left;
        max-width: 300px;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 64px;
        font-size: 11px;
    }

.marketplaceItemsContainer .dashboardicon {
    margin: 0 10px;
}

.marketplaceItemsContainer .contactsCountContainer {
    font-size: 12px;
}

.MarketLayout.MarketPane .l_tName {
    font-size: 12px;
    line-height: 1em;
    color: #4FB6D2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 150px;
}

.MarketLayout.MarketPane .l_tDescription, .MarketLayout.MarketPane .l_tTags {
    width: 150px;
    margin: 4px 0;
    font-size: 10px;
    height: 2em;
    line-height: 1em;
    overflow: hidden;
}

.MarketLayout.ItemsPane .l_tDescription {
    width: 200px;
    max-height: 1em;
    overflow: hidden;
}

/*.filter {
    padding: 8px 0 16px;
}

    .filter .searchContainer {
        width: 220px;
        margin-right: 20px;
    }
*/
.filter .categoriesContainer {
    width: 715px;
}

.filter input {
    width: 140px;
}

.filter select {
    width: 115px;
}

.filter .label-container {
    display: inline-block;
    position: relative;
    margin-left: 0.5em;
}

    .filter .label-container:first-child {
        margin-left: 0;
    }

    .filter .label-container .label-value {
        display: block;
        height: 1.8em;
        line-height: 1.8em;
        *line-height: 1.2em;
        overflow: hidden;
        position: relative;
    }

.filter input {
    vertical-align: top;
}



.l_cProjectStatusBlock, .l_tisCurrent {
    width: 100px;
    text-align: center;
}

.psb-design {
    color: #555;
}

.psb-finished {
    color: #7ba200;
}

.psb-run,
.psb-pause,
.psb-cancel,
.psb-waitingforapproval {
    color: #3dafcf;
}

.Grid .dashboardcontrol {
    font-size: 12px;
    line-height: 1em;
}

.mt-0 {
    margin-top: 0;
}

.ui-jqdialog {
    display: none;
}

.favStar {
    width: 25px;
    height: 24px;
    background: url(img/graystar.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 2px;
}

    .favStar.favorite {
        background-position: -25px 0;
    }

.alertBox {
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
}

.noscript-alert-bg {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    z-index: 99999;
}

.noscript-alert {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    color: #666;
    padding: 20px;
    font-size: 24px;
    text-align: center;
    z-index: 99999;
}

.chartContainer {
    /* margin: 20px; */
    width: 90%;
    left: 5%;
    position: absolute;
    /* margin-top: -17vh; */
    bottom: 38px;
    height: 47vh;
    min-height: 198px;
    overflow: hidden;
    text-align: center;
    /* border: 1px solid red; */
}
.chartContainer .serie-image{
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.remove-media-link {
    margin: 0.5em 0;
}





.admin-menu-container {
    border-radius: 4px;
    background: #fff;
    padding: 0 8px;
    margin-bottom: 8px;
}

    .admin-menu-container a {
        display: inline-block;
        padding: 4px 16px;
        font-size: 16px;
        white-space: nowrap;
    }

        .admin-menu-container a.menu-current {
            color: #ccc !important;
        }

.picture-viewer {
    overflow: hidden;
    padding: 16px !important;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .picture-viewer .thumbs {
        overflow: hidden;
        width: 170px;
    }

    .picture-viewer .thumbs-pane {
        margin: 0 8px;
        position: relative;
    }

        .picture-viewer .thumbs-pane img {
            margin: 2px;
            border: 1px solid #eee;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            padding: 2px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            cursor: pointer;
        }

            .picture-viewer .thumbs-pane img.selected {
                border-width: 3px;
                padding: 0;
                border-color: #ddd;
                cursor: default;
            }

        .picture-viewer .thumbs-pane .sel-triangle {
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #ccc;
        }

    .picture-viewer .large-view {
        padding: 4px;
        position: relative;
        border: 3px solid #eee;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        text-align: center;
        vertical-align: middle;
    }

        .picture-viewer .large-view .nav-button {
            display: block;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            position: absolute;
            top: 50%;
            cursor: pointer;
            opacity: 0.2;
            filter: alpha(opacity=20);
        }

            .picture-viewer .large-view .nav-button:hover {
                opacity: 0.6;
                filter: alpha(opacity=60);
            }

        .picture-viewer .large-view .prev {
            border-right: 10px solid #1B7A94;
            left: 2px;
        }

        .picture-viewer .large-view .next {
            border-left: 10px solid #1B7A94;
            right: 2px;
        }

.upper {
    text-transform: uppercase;
}

/* value-diapason-slider (jquery ui) slider begin */

.value-diapason-slider {
    display: inline-block;
    width: 150px;
    margin: 6px;
    background: #ddd;
    border: 1px solid #fff;
}

    .value-diapason-slider .ui-slider-handle.ui-state-active {
        border-radius: 4px;
    }

    .value-diapason-slider.ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .value-diapason-slider.ui-widget-content .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #b5b5b5 url(/lib/jqueryUI/images/ui-bg_flat_75_b5b5b5_40x100.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #ffffff;
    }

.value-diapason-slider-display {
    display: inline-block;
    width: 76px;
    padding-left: 4px;
    line-height: 24px;
    vertical-align: top;
}

/* value-diapason-slider (jquery ui slider) end */

/* Contact availability & Question price checking begin */
.info_block {
    padding: 0 0 0 170px;
    margin-bottom: 30px;
}

.info_row {
    padding: 5px 0;
}

.check_pricing span {
    display: inline-block;
}

.check_pricing .first_col {
    width: 150px;
    padding-right: 15px;
    height: 2em;
}

.check_pricing .value_col {
    margin-right: 25px;
}

    .check_pricing .value_col select {
        width: 128px;
    }

    .check_pricing .value_col input[type=text] {
        width: 112px;
    }

.check_availability {
    padding-top: 30px;
}

    .check_availability tr td:first-child, .check_pricing tr td:first-child {
        text-align: left !important;
    }

.check_pricing .sign_cols {
    width: 40px;
    text-align: center;
}
/* Contact availability & Question price checking end */

/*  Public pages begin  */

.h-top-line {
    border-top: 1px solid #c6c6c6;
}

.grey-bg {
    background-color: #f5f5f7;
}

.pcontent-block {
    width: 960px;
    margin: auto;
}

/* Login windows begin */

#passwordStrength {
    height: 5px;
    display: inline-block;
}

#passwordDescription {
    color: #a6c060;
    font-size: 10px;
    display: inline-block;
    padding-left: 10px;
}

.passwordStrengthContainer {
    padding-top: 5px;
    height: 14px;
}

    .passwordStrengthContainer .strength0 {
        width: 20px;
        background: #CE3226;
    }

    .passwordStrengthContainer .strength1 {
        width: 70px;
        background: #CE6F26;
    }

    .passwordStrengthContainer .strength2 {
        width: 110px;
        background: #CE9126;
    }

    .passwordStrengthContainer .strength3 {
        width: 140px;
        background: #E7C41F;
    }

    .passwordStrengthContainer .strength4 {
        background: #C5CB25;
        width: 170px;
    }

    .passwordStrengthContainer .strength5 {
        background: #7DBA22;
        width: 200px;
    }

.login-header {
    height: 23px;
    background-image: url(/img/top_bg.gif);
    background-repeat: repeat-x;
    padding: 10px 20px 16px 25px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.login-frame {
    padding: 10px 25px;
    font-size: 13px;
}

    .login-frame input {
        width: 262px;
        height: 26px;
        font-size: 16px !important;
    }

    .login-frame.register-form input {
        width: 282px;
    }

.login-frame-title {
    padding-top: 15px;
}

.register-form .login-frame-title {
    padding-top: 10px;
}

.login-frame-val {
    padding-top: 3px;
}

.login-body {
    height: 240px;
}


.login-link-block {
    padding-top: 20px;
}

.login-btn-block {
    padding-top: 30px;
}

.login-btns {
    padding-top: 20px;
}

    .login-btns .btn {
        min-width: 100px;
    }

.register-btns {
    padding-top: 0px;
}

.reminder-btns {
    padding-top: 78px;
}
.grecaptcha-badge{
    visibility: hidden;
}
.grecaptcha_credentials{
    opacity:0.5;
}
/* Login windows end */




/* Start page begin */

.start-page-top {
    background-color: #52bdda;
    background-image: -moz-linear-gradient(top, #5dc5e2 0%, #43b1cf 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dc5e2), color-stop(100%,#43b1cf)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #5dc5e2 0%,#43b1cf 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #5dc5e2 0%,#43b1cf 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #5dc5e2 0%,#43b1cf 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #5dc5e2 0%,#43b1cf 100%); /* W3C */
    background-image: url(/img/design2/clouds.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

    .start-page-top .public-menu {
        background: none;
        text-align: center;
    }

.start-page-bottom {
    background-color: #ffffff;
}

.start-page-top h1 {
    height: 40px;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 40px;
    -webkit-text-shadow: 1px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 2px rgba(0,0,0,0.2);
}

.start-page-bottom h2 {
    height: 30px;
    padding: 50px 0 25px 0;
    font-size: 30px;
    line-height: 30px;
}

.survey-form-container {
    height: 555px;
}

.surv-form-shadow {
    float: left;
    width: 395px;
    margin-left: -15px;
    padding-bottom: 5px;
    background-image: url(/img/design2/surveyform_shadow.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.surv-form {
    width: 364px;
    margin-left: 15px;
    color: #333;
}

    .surv-form .chosen-container {
        width: 216px !important;
        vertical-align: middle;
    }

    .surv-form .chosen-choices {
        max-height: 52px;
    }

    .surv-form .chosen-drop {
        width: 216px !important;
    }

    .surv-form label {
        display: inline-block;
        width: 104px;
        font-size: 13px;
        vertical-align: middle;
    }

.registration-block {
    width: 538px;
    height: 555px;
    margin: auto;
}

    .registration-block h3 {
        height: 50px;
        padding: 0 0 25px 0;
    }

.surv-form-header {
    height: 30px;
    position: relative;
    z-index: 1;
}

.surv-form-header-content {
    height: 58px;
    font-size: 18px;
    font-weight: bold;
    -webkit-text-shadow: 1px 1px rgba(0,0,0,0.2);
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    text-align: center;
    line-height: 45px;
    border: 1px solid #a3a3a3;
    border-bottom: 0 none;
    border-radius: 4px 4px 0 0;
}

.surv-form-body .all-services {
    padding: 8px 0;
}

.surv-form-body input {
    width: 200px;
}

.surv-form-body .all-services label {
    color: #777;
    font-size: 11px;
    display: inline-block;
    width: 136px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
}

.surv-form-header-button {
    float: left;
    width: 50%;
    height: 58px;
    cursor: pointer;
    background: url(/img/design2/survform_header.png) no-repeat -1px 0;
}

    .surv-form-header-button.toggled {
        cursor: default;
    }

    .surv-form-header-button.left-button.toggled {
        background-position: -1px -59px;
    }

    .surv-form-header-button.right-button {
        background-position: -182px -59px;
    }

        .surv-form-header-button.right-button.toggled {
            background-position: -182px 0;
        }

.surv-form-headline {
    font-size: 17px;
    line-height: 1.3em;
    font-weight: bold;
    color: #777;
    text-align: center;
}

.surv-form-sub-headline {
    padding-top: 10px;
    color: #999;
    line-height: 1.3em;
    text-align: center;
}

.test-surv-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/img/design2/test-srv-icons.png) no-repeat;
    vertical-align: bottom;
}

.test-surv-icon-online {
    background-position: 0 0;
}

.inactive-option .test-surv-icon-online {
    background-position: 0 -18px;
}

.test-surv-icon-mobile {
    background-position: -18px 0;
}

.inactive-option .test-surv-icon-mobile {
    background-position: -18px -18px;
}

.test-option-selector {
}

    .test-option-selector > span {
        display: inline-block;
        padding: 6px;
        margin-right: 2px;
        color: #4fb6d2;
        text-align: center;
        cursor: pointer;
        border: 1px solid #f5f5f5;
        border-radius: 4px;
    }

        .test-option-selector > span:hover {
            border: 1px solid #ccc;
        }

        .test-option-selector > span.active {
            border: 1px solid #ccc;
            background: #fff;
            cursor: default;
            font-weight: normal;
        }

        .test-option-selector > span.inactive-option, .test-option-selector > span.inactive-option:hover {
            border: 1px solid #f5f5f5;
            color: #999;
            cursor: default;
        }

.surv-form-body {
    margin-top: -20px;
    height: 463px;
    padding: 60px 18px 20px;
    background-color: #f5f5f5;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    text-align: left;
}

    .surv-form-body .or-lines {
        padding: 15px 0;
    }

.surv-form-label {
    width: 326px;
    padding-top: 15px;
    text-align: left;
    font-size: 14px;
}

.surv-form-value {
    width: 326px;
    margin-top: 7px;
}

    .surv-form-value select {
        width: 324px;
        height: 30px;
        text-align: left;
    }

    .surv-form-value .checkbox-block {
        width: 50%;
        white-space: nowrap;
    }

ul.standards {
    padding: 15px 0 40px 0;
}

    ul.standards li {
        margin-left: 77px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }

        ul.standards li:first-child {
            margin-left: 0;
        }

    ul.standards a {
        height: 100px;
        background-image: url(/img/design2/standards_logo.png);
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
    }


.esomar {
    width: 131px;
    background-position: -24px -100px;
}

    .esomar:hover {
        background-position: -24px 0;
    }

.casro {
    width: 92px;
    background-position: -224px -100px;
}

    .casro:hover {
        background-position: -224px 0;
    }

.mra {
    width: 160px;
    background-position: -370px -100px;
}

    .mra:hover {
        background-position: -370px 0;
    }

.iir {
    width: 120px;
    background-position: -570px -100px;
}

    .iir:hover {
        background-position: -570px 0;
    }

.ama {
    width: 123px;
    background-position: -747px -100px;
}

    .ama:hover {
        background-position: -747px 0;
    }

/*ul.customers {
    padding: 10px 0 40px 0;
}

    ul.customers li {
        margin-left: 30px;
    }

        ul.customers li:first-child {
            margin-left: 0;
        }

    ul.customers a {
        height: 55px;
        background-image: url(/img/design2/customer_logo.png);
    }*/


.cocacola {
    width: 121px;
    background-position: -135px -55px;
}

    .cocacola:hover {
        background-position: -135px 0;
    }

.hp {
    width: 125px;
    background-position: -2px -55px;
}

    .hp:hover {
        background-position: -2px 0;
    }

.mts {
    width: 90px;
    background-position: -540px -55px;
}

    .mts:hover {
        background-position: -540px 0;
    }

.hyatt {
    width: 80px;
    background-position: -286px -55px;
}

    .hyatt:hover {
        background-position: -286px 0;
    }

.abindev {
    width: 130px;
    background-position: -780px -55px;
}

    .abindev:hover {
        background-position: -780px 0;
    }

.millerbrands {
    width: 93px;
    background-position: -410px -55px;
}

    .millerbrands:hover {
        background-position: -410px 0;
    }

.samsung {
    width: 109px;
    background-position: -661px -55px;
}

    .samsung:hover {
        background-position: -661px 0;
    }

.registration-buttons {
    height: 179px;
}


.magnifier {
    height: 301px;
    margin-top: 6px;
}

/* Start page end */

/* Start page slider begin  */

.slider {
    width: 960px;
    height: 201px;
    overflow: hidden;
}

.slider-item {
    float: left;
    width: 201px;
    height: 201px;
    overflow: hidden;
    margin-right: 3px;
    background-color: #eff0f2;
    color: #777777;
    cursor: pointer;
}

    .slider-item:hover {
        background-color: #43b1cf;
        color: #ffffff;
    }

.slider-item-shown {
    width: 548px;
}

.slider-item.slider-item-blue {
    background-color: #43b1cf;
    color: #ffffff;
    cursor: default;
}

.slider-header {
    font-size: 17px;
    width: 181px;
    height: 20px;
    padding: 10px 10px 0 10px;
    text-align: center;
}

.slider-footer-header {
    font-size: 17px;
}

.slider-item-blue .slider-header {
    visibility: hidden;
}

.slider-image-block {
    float: left;
    width: 111px;
    height: 111px;
    padding: 35px 0;
    text-align: center;
}

.slider-item-blue .slider-image-block {
    padding: 35px 0 55px 0;
}

.slider-image-1, .slider-image-2, .slider-image-3 {
    width: 111px;
    height: 111px;
    margin: 0 45px;
    background-image: url(/img/design2/slider.png);
}

.slider-text-block {
    width: 347px;
    height: 201px;
    margin-left: 201px;
    text-align: left;
}

    .slider-text-block .slider-footer-header {
        height: 25px;
        padding: 25px 0 5px 0;
        color: #777777;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

.slider-item-blue .slider-text-block .slider-footer-header {
    color: #ffffff;
}

.slider-text {
    height: 71px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
}

.slider-text-button {
    height: 25px;
    padding: 20px 0 30px 0;
}

    .slider-text-button a {
        text-decoration: none;
        color: #777777;
        padding: 4px;
        border: 1px solid #777777;
    }

.slider-item-blue .slider-text-button a {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.slider-text-button a:hover {
    color: #eff0f2;
    background-color: #777777;
    border: 1px solid #777777;
}

.slider-item-blue .slider-text-button a:hover {
    color: #43b1cf;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.slider-flipper-container {
    padding-top: 19px;
}

.slider-flipper {
    width: 14px;
    height: 14px;
    margin: 0 7px;
    background-color: #eff0f2;
    cursor: pointer;
    border-radius: 7px;
}

    .slider-flipper:hover {
        background-color: #43b1cf;
    }

    .slider-flipper.slider-item-blue {
        background-color: #43b1cf;
        cursor: default;
    }

.slider-item .slider-image-1 {
    background-position: 0 0;
}

.slider-item:hover .slider-image-1, .slider-item-blue .slider-image-1 {
    background-position: 0 -111px;
}

.slider-item .slider-image-2 {
    background-position: -111px 0;
}

.slider-item:hover .slider-image-2, .slider-item-blue .slider-image-2 {
    background-position: -111px -111px;
}

.slider-item .slider-image-3 {
    background-position: -222px 0;
}

.slider-item:hover .slider-image-3, .slider-item-blue .slider-image-3 {
    background-position: -222px -111px;
}

/* Start page slider end */

.header-section-controls input {
    width: 160px;
    letter-spacing: normal !important;
}

.top-short-description {
    height: 30px;
    line-height: 32px;
    padding: 0 20px 0 0;
}

.header-section {
    -moz-box-shadow: 0 0 4px #555;
    -webkit-box-shadow: 0 0 4px #555;
    box-shadow: 0 0 4px #555;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    height: 38px;
    background-image: url('/img/top_bg.gif');
    background-repeat: repeat-x;
    padding: 10px 20px 0 20px;
}

.welcome-section {
    margin: 45px 0 20px;
}

.capability-section {
    margin-top: 60px;
}


.info-container h3 {
    margin: 0;
}

/* Captions begin */

.caption-level-main, .caption-level-1 {
    font-size: 30px;
    margin: 10px 0;
}

.caption-level-main {
    color: #b8b8b8;
}

.caption-level-2 {
    font-size: 24px;
}

.caption-level-3 {
    font-size: 18px;
}

.caption-level-4 {
    font-weight: bold;
}
/* Captions end */

.info-container {
    background: #fff;
    padding: 20px;
}

.cols ul, .cols ol {
    padding: 0;
    margin-left: 15px;
}

.cols, .cols * {
    background: transparent;
}

/* research-process-block begin */
.research-process-block {
    background: url('/img/research_process.png') 50% 230px no-repeat;
    width: 100%;
}

    .research-process-block .cols {
        width: 220px;
        padding: 0 5px 0 5px;
    }

    .research-process-block .col-1 {
        padding-top: 320px;
    }

    .research-process-block .col-2 {
        padding-top: 140px;
    }

    .research-process-block .col-3 {
        padding-top: 35px;
    }

    .research-process-block .col-1 .space-block {
        height: 280px;
    }

    .research-process-block .col-2 .space-block {
        height: 325px;
    }

    .research-process-block .col-3 .space-block {
        height: 230px;
    }

    .research-process-block .col-4 .space-block {
        height: 220px;
    }
/* research-process-block end */

/* worldwide-block begin */
.worldwide-block {
    background: url('/img/world_map.png') 90px 155px no-repeat;
    height: 485px;
    margin-top: 50px;
    padding-left: 50px;
}

    .worldwide-block .col-icon {
        width: 50px;
        height: 50px;
        background: url(/img/prj_icons.png) -550px 0px;
    }

    .worldwide-block .col-1, .worldwide-block .col-2 {
        width: 260px;
        margin: 5px 0;
        padding: 0 0 0 20px;
    }

    .worldwide-block .col-1 {
        padding: 0 0 0 40px;
    }

    .worldwide-block .block-content {
        margin-top: 30px;
    }
/* worldwide-block end */

/* collaboration-block begin */
.collaboration-block {
    background: url('/img/collaboration.png') 50% 205px no-repeat;
    height: 711px;
    margin-top: 50px;
}

    .collaboration-block .col-1, .collaboration-block .col-2, .collaboration-block .col-3 {
        width: 245px;
        padding: 0 20px 0 40px;
    }

    .collaboration-block .col-1 {
        padding-top: 40px;
    }

    .collaboration-block .col-2 {
        padding-top: 20px;
    }

    .collaboration-block .col-3 {
        padding-top: 40px;
    }

    .collaboration-block .space-block {
        height: 160px;
    }
/* collaboration-block end */

.buy-or-sell-block {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 10px;
}

/* "How it works page" begin */
.info-container .how-it-works-section:first-child {
    padding-top: 0;
}

.how-it-works-section {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0 40px 0;
}

    .how-it-works-section p {
        font-size: 14px;
    }

    .how-it-works-section .caption-level-1 {
        margin-bottom: 25px;
    }

    .how-it-works-section .description-container {
        width: 550px;
    }

        .how-it-works-section .description-container p:first-child {
            margin-top: 0;
        }

    .how-it-works-section .video-container {
        width: 293px;
        line-height: 360px;
        cursor: pointer;
    }

    .how-it-works-section .video-content {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: url('/img/video_dummy.png') no-repeat 0 0;
        margin-bottom: 20px;
        height: 205px;
    }

    .how-it-works-section .discover-features {
        margin-top: 30px;
    }

        .how-it-works-section .discover-features span {
            margin: 0 20px;
        }

.info-container .register-now {
    margin: 40px 0;
}

    .info-container .register-now span {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 20px 5px 0;
        font-size: 16px;
    }

.public-market {
    margin: -30px 0 30px;
}

/* api docs begin */

.api-menu-panel {
    width: 250px;
    padding-right: 8px;
    padding-top: 24px;
}

.api-content-panel {
    width: 650px;
}

.apidocs {
    text-align: justify;
    font-size: 15px;
    line-height: 1.5em;
}

    .apidocs h1, .apidocs h2, .apidocs h3 {
        padding: 0;
        margin: 0;
    }

    .apidocs .content-notes {
        line-height: 1.5em;
        color: #666;
        border-left: 4px solid #a1ffad;
        padding: 8px 8px 8px 16px;
        background-color: #eefff0;
        margin: 8px 0;
        text-align: justify;
    }

    .apidocs pre {
        line-height: 1.5em;
        color: #666;
        border-left: 4px solid #c9f4ff;
        padding: 8px 8px 8px 16px;
        margin: 0;
        background-color: #EDFBFF;
    }

        .apidocs pre i {
            color: #b8b8b8;
        }

    .apidocs code {
        font-weight: bold;
        color: #4fb6d2;
    }

    .apidocs .contents-container a {
        font-size: 14px;
        text-align: left;
        margin: 8px 0;
        line-height: 1.2em;
        display: block;
    }

    .apidocs .indent-h1 {
        padding-left: 0px;
    }

    .apidocs .indent-h2 {
        padding-left: 1em;
    }

    .apidocs .indent-h3 {
        padding-left: 2em;
    }

    .apidocs .indent-code {
        padding-left: 3em;
    }

    .apidocs h1 {
        font-size: 24px;
        font-weight: bold;
        padding-top: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 2px;
        margin-bottom: 8px;
        padding-right: 40px;
    }

    .apidocs h2 {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 8px;
        font-weight: normal;
    }

    .apidocs h3 {
        font-size: 18px;
        padding-top: 18px;
        padding-bottom: 8px;
        font-weight: normal;
    }

    .apidocs img {
        padding: 5px 0;
    }

.inheritance-hierarchy {
    padding: 8px 0;
    font-weight: bold;
}

    .inheritance-hierarchy div {
        padding: 0 0 0 20px;
        font-weight: normal;
    }

.cmd-url {
    font-weight: bold;
}

    .cmd-url:before {
        content: 'url:';
        color: #4fb6d2;
        font-weight: normal;
    }

.cmd-param-name {
    font-style: italic;
    color: #b8b8b8;
    padding-top: 2px;
}

.cmd-param-descr {
    padding: 0 0 5px 30px;
}

    .cmd-param-descr b {
        font-weight: normal;
        color: #4fb6d2;
    }

.object-type {
    color: #666;
}

    .object-type:before {
        content: ' type: ';
        color: #aaa;
    }

.operation-name {
    text-transform: uppercase;
    font-weight: bold;
}

.operation-param {
    color: #b8b8b8;
    font-style: italic;
}

.operation-param-descr {
    padding-left: 50px;
}

.spoiler .action {
    font-size: 14px;
    font-style: italic;
}

.spoiler .spoiler-content {
    display: none;
    padding-bottom: 3px;
}

/* api docs end */


/* Pricing begin */

.plans-block {
    margin: 35px 20px 0 20px;
    padding-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #EEEEEE;
}

.first-col {
    width: 280px;
}

.second-col {
    width: 195px;
}

.third-col {
    width: 170px;
}

.other-col {
    width: 170px;
}

.header-block {
    padding: 10px 10px 0px 10px;
}

.price-block {
    padding: 0px 10px 5px 10px;
}

.price-section-header .first-col, .price-section-header .icon-col {
    cursor: pointer;
    padding-top: 5px;
}

.header-block .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.price-section-header .icon {
    width: 24px;
    height: 24px;
    background: url(/img/list_markers.png) no-repeat;
    display: inline-block;
}

.icon.closed-section {
    background-position: 0 0;
}

.icon.opened-section {
    background-position: -24px 0px;
}

.price-block .price-line-space:first-child div {
    border-bottom: 1px #7EA600 solid;
}

.price-line-space div {
    height: 1px;
    border-bottom: 1px #ccc solid;
}

.price-content {
    padding: 0 0 5px 24px;
}

.needs-block {
    margin: 2em 0 25px 0;
}

.questions-block {
    margin: 40px 20px 0;
}

    .questions-block td {
        width: 345px;
        padding: 0 60px 0 30px;
    }

/* Pricing end */

/* Contact us begin */

.contactus-container {
    padding: 0 20px;
}

.general-info, .main-photo {
    margin-top: -10px;
}

.general-info {
    padding-left: 30px;
}

.main-photo {
    width: 470px;
}

.netw-icons {
    height: 40px;
    width: 36px;
    margin-right: 5px;
    background-image: url(/img/publishPageSprite.png);
}

.general-info .about {
    height: 130px;
}

.social-netw span {
    display: inline-block;
    vertical-align: bottom;
}

.social-netw .facebook {
    background-position: -50px 6px;
}

.social-netw .twitter {
    background-position: -100px 6px;
}

.social-netw .linked-in {
    background-position: -0px 6px;
}

.social-netw .header {
    padding-bottom: 5px;
}

.contactus-infoblock {
    margin: 30px 0;
}

    .contactus-infoblock .single-block {
        margin: 10px 0;
    }

.contactus-emailblock {
    width: 150px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #EEE;
    padding: 5px 15px;
    margin-right: 5px;
}

.contactus-member {
    width: 270px;
    padding-left: 30px;
    text-align: justify;
}

.contactus-infoblock .contactus-member:first-child {
    padding-left: 0;
}

.contactus-jobname {
    display: inline-block;
}

.contactus-link-container {
    margin-top: 30px;
}

.contactus-linkedin {
    display: inline-block;
    background: url(/img/publishPageSprite.png) -150px 1px;
    width: 70px;
    height: 20px;
}

.contactus-email {
    display: inline-block;
    background: url(/img/publishPageSprite.png) -150px -47px;
    width: 70px;
    height: 20px;
}

.askContainer .p-header {
    font-weight: 600;
}

.askContainer label {
    padding-top: 3px;
}

.askContainer input[type=text] {
    width: 98%;
    font-size: 14px;
    margin-bottom: 3px;
}

.askContainer textarea {
    width: 98%;
    height: 150px;
    resize: none;
    font-size: 14px;
    margin-top: 5px;
}

.askContainer .i_agree_with {
    padding-top: 10px;
}

.askButtonContainer {
    padding-top: 10px;
}

.askButtonContainer .askButton {
    margin-right: -6px;
}
.askContainer .askButton[disabled]:hover {
   background-color: #fafafa;
   border-color: #e7e7e7;
}

/* Contact us end */

/* Privacy & Terms of use begin */

.underline {
    text-decoration: underline;
}

.paragraph {
    margin-top: 0.5em;
    line-height: 1.25em;
}

.public-docs {
    padding: 30px;
}

    .public-docs > .paragraph {
        margin-left: 1.25em;
    }

        .public-docs > .paragraph.header {
            margin-left: 0;
        }

    .public-docs ol, .public-docs ul, .public-docs li {
        margin-top: 0.5em;
        padding-left: 0;
        margin-left: 1.25em;
    }

    .public-docs > ol, .public-docs > ul {
        margin-left: 0.5em;
    }

    .public-docs > ol {
        font-weight: bold;
    }

    .public-docs .paragraph {
        font-weight: normal;
    }

.paragraph ol li:first-child, .paragraph ul li:first-child {
    margin-top: 0;
}

.paragraph .paragraph {
    margin-left: 2.5em;
}

.public-docs .update-date {
    margin-bottom: 50px;
}

/* Privacy & Terms of use end */

/* Remove background from email */
.email-view-container > table {
    background-color: transparent !important;
}



/* Footer begin */

.footer {
    background: #ffffff;
    padding: 27px 0 27px 0;
    color: #fff;
    line-height: 17px;
}

.pwrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -237px;
}

.pfooter, .ppush {
    height: 237px;
    clear: both;
    text-align: left;
}

.pfooter {
    background-color: #F2F4F5;
}

.pfooter-top {
    height: 188px;
}

    .pfooter-top ul {
        list-style: none;
        padding: 0 0 10px 0;
        white-space: nowrap;
    }

        .pfooter-top ul li {
            margin: 0;
            display: inline-block;
            *display: inline;
            zoom: 1;
            line-height: 1.7em;
            vertical-align: top;
            padding-left: 68px;
            min-width: 90px;
        }

            .pfooter-top ul li:first-child {
                padding-left: 0;
            }

    .pfooter-top li h5 {
        font-weight: normal;
        font-weight: 600;
    }

    .pfooter-top span {
        text-decoration: none;
    }

.footer-separator {
    border-top: 1px solid #c0c0c0;
}
/* Footer end */


/* Marketplace search begin */
.marketplace-search {
    height: 890px;
    padding-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    background-color: #fafafa;
}

.marketplace-search-col {
    width: 195px;
    padding: 0 20px;
}

.marketplace-search-header {
    padding-top: 24px;
    font-size: 16px;
}

.marketplace-search-value {
    padding-top: 7px;
}

    .marketplace-search-value select {
        width: 195px !important;
    }

    .marketplace-search-value .marketplace-search-value-header {
        width: 90px;
    }

    .marketplace-search-value .marketplace-search-value-text {
        width: 165px;
    }

    .marketplace-search-value span, .marketplace-search-value label {
        display: inline-block;
        vertical-align: middle;
    }

.marketplace-search-value-text input[type=text] {
    width: 155px;
}

.marketplace-search-value.oneline input[type=text] {
    width: 95px;
    margin-left: 5px;
}

.marketplace-search-value.oneline .marketplace-search-value-header {
    width: 75px;
}
/* Marketplace search end */

/* Marketplace results filter begin */
.marketplace-filter {
    height: 80px;
    width: 685px;
    padding: 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    background-color: #fafafa;
}

.marketplace-filter-sorting select, .marketplace-filter-search input[type=text] {
    width: 195px !important;
}

.marketplace-search-stats {
    padding-top: 20px;
}
/* Marketplace results filter end */

/* Marketplace home begin */
.market-home > h1 {
    padding-left: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.market-home-category {
    padding: 20px 30px;
}

.market-home > div:nth-child(2n+1) {
    background: #f5f5f5;
}

.market-new-item {
    padding-top: 30px;
    padding-bottom: 30px;
}

.market-home-category h2 {
    padding-top: 0;
}

.market-home-category .browse-all {
    text-align: center;
    padding-top: 20px;
}

.market-home-item {
    width: calc(33.3333% - 60px);
    min-height: 180px;
    padding: 20px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 0 14px #ccc;
    border-color: #ddd;
}

.market-home-item-0, .market-home-item-1, .market-home-item-2 {
    display: none;
}

.market-home-item:first-child {
    margin-left: 0;
}

.market-home-item .item-img-container {
    width: 70px;
    height: 70px;
    text-align: center;
}

.market-home-item .item-name {
    padding-left: 10px;
    height: 0;
    width: calc(100% - 87px);
}

    .market-home-item .item-name > * {
        display: inline-block;
        vertical-align: middle;
        width: calc(100%);
        line-height: 1em;
        overflow: hidden;
        white-space: nowrap;
        padding-bottom: 5px;
    }

    .market-home-item .item-name > * {
        white-space: normal;
    }

    .market-home-item .item-name a {
        font-size: 20px;
    }

.market-home-item .market-item-description {
    margin: 20px 0;
    line-height: 1.3em;
    height: 5em;
    overflow: hidden;
}

.market-home-item .view-details {
    display: table;
    width: 100%;
}

    .market-home-item .view-details > * {
        display: table-cell;
        vertical-align: middle;
    }

    .market-home-item .view-details .item-price {
        font-size: 20px;
        color: #89b725;
    }




@media (max-width: 1920px) {
    .market-home-item {
        width: calc(20% - 60px);
    }

    .market-home-item-0 {
        display: none;
    }

    .market-home-item-1,
    .market-home-item-2,
    .market-home-item-3,
    .market-home-item-4,
    .market-home-item-5,
    .market-home-item-6 {
        display: inline-block !important;
    }
}


@media (max-width: 1840px) {
    .market-home-item {
        width: calc(25% - 60px);
    }

    .market-home-item-2,
    .market-home-item-3,
    .market-home-item-4,
    .market-home-item-5,
    .market-home-item-6 {
        display: inline-block;
    }

    .market-home-item-0, .market-home-item-1 {
        display: none !important;
    }
}


@media (max-width: 1473px) {
    .market-home-item {
        width: calc(33.3333% - 60px);
    }

    .market-home-item-0,
    .market-home-item-1,
    .market-home-item-2 {
        display: none !important;
    }
}


@media (max-width: 1389px) {
    .market-home-item {
        width: calc(50% - 60px);
    }

    .market-home-item-0,
    .market-home-item-1,
    .market-home-item-2,
    .market-home-item-3 {
        display: none !important;
    }
}

/* Marketplace home end */


/* Marketplace new item begin */

.market-new-item a {
    display: block;
    width: 370px;
    padding: 0 30px 30px 30px;
    margin: 0 30px;
    text-decoration: none !important;
    font-size: 18px;
    color: #fff;
}

    .market-new-item a + a {
        margin-right: 0;
    }

    .market-new-item a > h2 {
        min-height: 3em;
        color: #fff;
        font-weight: bold;
    }
/* Marketplace new item end */

/* Eye-tracking Marketplace begin */
.eye-tracking .landing ul {
    padding-left: 10px;
}

.eye-tracking, .eye-tracking .landing li {
    font-size: 18px;
}

    .eye-tracking h2.red-stripe {
        position: relative;
        color: #ffffff;
        padding: 0.4em 0 0.4em 0;
        background: #e41e2a; /* Old browsers */
        background: -moz-linear-gradient(left, #7b0105 0%, #e86254 85%, #e41e2a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7b0105), color-stop(85%,#e86254), color-stop(100%,#e41e2a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #7b0105 0%,#e86254 85%,#e41e2a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #7b0105 0%,#e86254 85%,#e41e2a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #7b0105 0%,#e86254 85%,#e41e2a 100%); /* IE10+ */
        background: linear-gradient(to right, #7b0105 0%,#e86254 85%,#e41e2a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0105', endColorstr='#e41e2a',GradientType=1 ); /* IE6-9 */
    }

    .eye-tracking .red-stripe .snowflake-image {
        position: absolute;
        left: 20px;
        top: 7px;
    }

    .eye-tracking .eye-tracking-offer .red-stripe .snowflake-image {
        top: -23px;
    }

    .eye-tracking h3 {
        color: #e41e2a;
        padding-top: 1.4em;
    }

    .eye-tracking h2, .eye-tracking h3 {
        font-size: 30px;
    }

        .eye-tracking h2.heatmap {
            padding-top: 60px;
            position: relative;
        }

    .eye-tracking .show-offer-block {
        background: #f5f5f5;
        padding-bottom: 25px;
    }

    .eye-tracking .show-offer-block-content {
        text-align: center;
        padding-bottom: 10px;
    }

        .eye-tracking .show-offer-block-content input[type=text] {
            margin: 0 20px;
            width: 330px;
        }

        .eye-tracking .show-offer-block-content > * {
            display: inline-block;
            vertical-align: middle;
        }

        .eye-tracking .show-offer-block-content > span {
            font-size: 16px;
        }

    .eye-tracking .eyetracker-image-container {
        text-align: center;
        padding: 70px 0 40px 0;
    }

        .eye-tracking .eyetracker-image-container > * {
            display: inline-block;
            vertical-align: bottom;
        }

        .eye-tracking .eyetracker-image-container > div {
            width: 300px;
            text-align: left;
            padding-bottom: 10px;
        }

        .eye-tracking .eyetracker-image-container h3 {
            padding-bottom: 0.4em;
        }

        .eye-tracking .eyetracker-image-container span {
            color: #999;
        }

    .eye-tracking .offer-guarantee {
        display: inline-block;
        vertical-align: middle;
        padding-top: 50px;
    }

        .eye-tracking .offer-guarantee span:first-child {
            margin-right: 20px;
        }

    .eye-tracking .carousel {
        height: 451px;
        background: #a5dbea;
        padding-top: 54px;
        margin-top: 30px;
        overflow: hidden;
    }

    .eye-tracking .eyetracker-image, .eye-tracking .eyetracker-packed-image, .eye-tracking .preorder-label-image, .eye-tracking .ribbon-image, .eye-tracking .heatmap-image, .heatmap-image-small, .eye-tracking .pdf-ico-image, .eye-tracking .offer-guarantee-image, .snowflake-image {
        background: url('/img/eyetracking_marketplace.png?v=2') no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

    .eye-tracking .eyetracker-image {
        width: 466px;
        height: 306px;
        background-position: -533px 0;
    }

    .eye-tracking .eyetracker-packed-image {
        width: 626px;
        height: 249px;
        background-position: -533px -307px;
    }

    .eye-tracking .offer-guarantee-image {
        width: 121px;
        height: 102px;
        background-position: -412px -599px;
    }

    .eye-tracking .preorder-label-image {
        width: 454px;
        height: 82px;
        background-position: 0 -323px;
        margin-left: -5px;
    }

    .eye-tracking .ribbon-image {
        width: 339px;
        height: 66px;
        background-position: 0 -420px;
        color: #fff;
        font-size: 24px;
        line-height: 66px;
        margin-right: 30px;
    }

    .eye-tracking .heatmap-image {
        width: 166px;
        height: 146px;
        background-position: 0 -500px;
        position: absolute;
        left: 20px;
        top: 0;
    }

    .eye-tracking .pdf-ico-image {
        width: 26px;
        height: 26px;
        background-position: -300px -500px;
    }

    .eye-tracking a.pdf-ico-image {
        text-decoration: none !important;
    }

.snowflake-image {
    width: 95px;
    height: 109px;
    background-position: -300px -602px;
}

.heatmap-image-small {
    width: 92px;
    height: 100px;
    background-position: -575px -600px;
}

.eye-tracking .all-orders {
    padding: 30px 45px;
    text-align: left;
}

    .eye-tracking .all-orders div {
        padding: 4px 8px;
        font-size: 15px;
    }

        .eye-tracking .all-orders div:nth-child(2n) {
            background: #f5f5f5;
        }

.eye-tracking .order-info-details {
    display: none;
    font-size: 14px;
    margin: 5px 0 5px 20px;
    cursor: text;
}

    .eye-tracking .order-info-details td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .eye-tracking .order-info-details tr td:first-child {
        padding-right: 50px;
    }
/* Eye-tracking Marketplace end */


/* Eyetracking news begin */
.eye-tracking-news {
    font-size: 24px;
    color: #fff !important;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

a.eye-tracking-news:hover {
    text-decoration: underline;
}

.eye-tracking-news > div {
    background: #57bbd7;
}

.eye-tracking-news .heatmap-image {
    background: url('/img/eyetracking_marketplace.png') no-repeat;
    width: 166px;
    height: 146px;
    background-position: 0 -663px;
    display: block;
    text-decoration: none;
    position: absolute;
    left: -170px;
    top: -45px;
}
/* Eyetracking news end */

/* hardware order form begin */
.hardware-delivery {
    padding: 30px;
    width: 55%;
    max-width: 550px;
}

    .hardware-delivery select, .hardware-delivery input[type=text] {
        width: 100%;
    }

    .hardware-delivery input[type=text] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 5px;
    }

.hardware-totals {
    padding: 30px;
    width: 250px;
    font-size: 16px;
}

    .hardware-totals table {
        width: 100%;
    }

        .hardware-totals table td {
            height: 40px;
        }

    .hardware-totals .total-separator {
        height: 1px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #000;
    }

    .hardware-totals tr td:nth-child(2) {
        text-align: right;
    }

    .hardware-totals p:first-child {
        margin-top: 0;
    }

    .hardware-totals input[type=text] {
        width: 30px;
        text-align: right;
    }
/* hardware order form end */

/* Common marketplace items begin */
.marketplace-item table {
    width: 100%;
    display: block;
    margin-top: 30px;
}

    .marketplace-item table td {
        padding-bottom: 5px;
    }

.marketplace-item tr td:first-child {
    text-align: right;
    padding-right: 30px;
}

.marketplace-item .value-header {
    color: #89b725;
    font-size: 20px;
}

.marketplace-item div.value-header {
    width: 140px;
    text-align: right;
}


.marketplace-item .value-header.top-space {
    padding-top: 15px;
}

.marketplace-item label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

.marketplace-item input[type=text], .marketplace-item textarea {
    width: 600px;
}

.marketplace-item textarea {
    resize: none;
}

.marketplace-item .marketplace-item-buttons {
    padding: 30px 0 0 170px;
}

h1.marketitem-header {
    padding-left: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.marketitem-cell {
    width: 100%;
    position: relative;
}

.microdata-content {
    height: 1px;
    overflow: hidden;
    color: #fefefe;
}

.marketitem-images-container .marketitem-image, .marketitem-docs-container .marketitem-doc {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    min-width: 20px;
    min-height: 20px;
    position: relative;
}

.marketitem-docs-container .marketitem-doc-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    background-image: url('img/pdf_icon_128x128.png');
    background-size: contain;
}

.marketitem-docs-container .marketitem-doc-name {
    display: inline-block;
    width: 90px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketitem-docs-container a {
    display: inline-block;
    width: 90px;
    text-align: center;
}

.marketitem-images-container img {
    max-width: 120px;
    max-height: 90px;
}

.marketitem-images-container .removeicon, .marketitem-docs-container .removeicon {
    position: absolute;
    right: 0;
    top: 0;
}
/* Common marketplace items end */

/* User public profile begin */
.user-public-profile-container > h1 {
    padding-left: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.user-public-profile {
    padding: 0 30px 30px 30px;
}

.linkedin-import-block {
    display: none;
    font-size: 0;
    text-align: right;
}

    .linkedin-import-block span {
        display: inline-block;
        vertical-align: middle;
    }

.linkedin-import-title {
    width: 170px;
    font-size: 14px;
    padding-right: 5px;
}

.user-public-profile .linkedin-ico {
    background: url('/img/eyetracking_marketplace.png') no-repeat;
    width: 40px;
    height: 40px;
    background-position: -300px -544px;
    text-decoration: none !important;
}

.user-public-profile .marketitem-cell {
    width: 612px;
}

.marketitem-cell.profile-type-container {
    padding-top: 5px;
    min-height: 40px;
}

.profile-login-info .marketitem-cell {
    width: 270px;
}

.user-public-profile .profile-status {
    min-height: 1em;
}

    .user-public-profile .profile-status .text-overflow {
        max-width: 400px;
    }

.profile-general-info {
    margin-top: 30px;
}

    .profile-general-info .logo {
        background-image: none;
        margin-left: 0;
    }

table.profile-general-info td {
    padding-bottom: 20px;
}

.profile-general-info .profile-type-container, .profile-general-info .user-service-container {
    display: inline-block;
    vertical-align: middle;
}

    .profile-general-info .profile-type-container:first-child {
        padding-bottom: 5px;
    }

.profile-general-info .user-service-container {
    padding: 0 30px 5px 0;
    min-width: 180px;
}

    .profile-general-info .user-service-container:nth-child(3n) {
        padding-right: 0;
    }

.profile-contact-info .value-header, .profile-login-info .value-header {
    padding-bottom: 20px;
}

.profile-general-info select {
    width: 612px;
}

.profile-contact-info input[type=text], .profile-login-info input[type=text], .profile-login-info input[type="password"] {
    width: 300px;
}
.subscription__type,
.subscription__expiry_date {
    font-size: 16px;
}
.subscription__expiry_date {
    color: #222;
}
/* User public profile end */

/* Marketitem sell settings page begin */
.marketitem-sell-settings-container > h1 {
    padding-left: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.marketitem-sell-settings {
    padding: 0 30px 30px 30px;
}

    .marketitem-sell-settings .marketitem-cell {
        width: 712px;
    }

    .marketitem-sell-settings td {
        padding-top: 30px;
    }

    .marketitem-sell-settings tr:first-child td {
        padding-top: 0;
        padding-bottom: 0;
    }

    .marketitem-sell-settings input[type=text], .marketitem-sell-settings textarea {
        width: 700px;
    }

    .marketitem-sell-settings select {
        width: 712px;
    }

    .marketitem-sell-settings .incidence-rate-calculator-header {
        padding-top: 0.6em;
        padding-bottom: 0.5em;
    }

    .marketitem-sell-settings .cost-description {
        width: 165px;
        color: #666;
        padding-right: 15px;
    }

    .marketitem-sell-settings .cost-description-text {
        padding-top: 2em;
        line-height: 1.2em;
    }

    .marketitem-sell-settings .description {
        font-size: 12px;
    }

    .marketitem-sell-settings .plus-icon {
        font-size: 30px;
        color: #61b7d1;
        font-weight: bold;
    }

    .marketitem-sell-settings .cost-description input[type=text] {
        width: 70px;
    }

.cost-description h5 {
    padding-top: 0;
    padding-bottom: 0.5em;
}

    .cost-description h5 + .cost-description-text {
        padding-top: 0.5em;
    }
/* Marketitem sell settings page begin */

/* MarketItemDescription begin */
.marketitem-description {
    font-size: 15px;
}

    .marketitem-description table td {
        padding-bottom: 30px;
        display: inline-block;
    }

.marketitem-review table {
    margin-top: 0;
}

    .marketitem-review table td {
        padding-bottom: 5px;
    }
/* MarketItemDescription end */

/* MarketItemDetails begin */
.marketitem-info-control {
    padding: 0 20px 0 30px;
    background: #fff;
}

table.marketitem-common-info td {
    vertical-align: top;
}

.marketitem-info-tabs {
    padding-left: 170px;
}

    .marketitem-info-tabs ul {
        border-bottom: 1px solid #89b725;
        width: 100%;
    }

.marketitem-contacts {
    width: 350px;
}

    .marketitem-contacts textarea {
        width: 330px;
        white-space: nowrap;
        overflow: hidden;
        height: 1.7em;
        margin-left: -0.33em;
    }

.marketitem-general {
    width: 360px;
    margin-right: 25px;
}

    .marketitem-general h1 {
        padding: 0 0 0.3em 0;
    }

.marketitem-contact-details, .marketitem-social-sharing {
    padding-top: 0.8em;
}

    .marketitem-contact-details h5 {
        padding: 0 0 5px 0;
        font-size: 14px;
        font-weight: normal;
    }

    .marketitem-contact-details .row {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

        .marketitem-contact-details .row span {
            display: table-cell;
            line-height: 1.3em;
        }

            .marketitem-contact-details .row span:first-child {
                padding-right: 25px;
                color: #666;
            }

            .marketitem-contact-details .row span:not(:first-child), .marketitem-contact-details .row a {
                width: 230px;
                -ms-word-break: break-all;
                word-break: break-all;
                white-space: normal;
            }
/* MarketItemDetails end */

/* Lines element begin */
.or-lines {
    padding: 25px 0;
}

.or-line-left, .or-line-right, .or-hline-left, .or-hline-right {
    background-image: url(/img/design2/or_lines.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.or-line-left, .or-line-right {
    width: 142px;
    height: 4px;
}

.or-line-left {
    margin-right: 5px;
    background-position: 0 0;
}

.or-line-right {
    margin-left: 5px;
    background-position: -142px 0;
}

.or-hline-left, .or-hline-right {
    width: 100px;
    height: 3px;
}

.or-hline-left {
    margin-right: 5px;
    background-position: -42px 0;
}

.or-hline-right {
    margin-left: 5px;
    background-position: -142px 0;
}
/* Lines element end */

.content-background /*.internal*/ {
    background-color: #f7f7f7;
    padding-bottom: 10px;
    overflow: hidden;
}

/*.backlink-place {
    padding: 4px 0;
}*/

/* Dialog begin */

.dialog-container {
    padding: 20px;
}

.dialog-header-container {
    padding-bottom: 10px;
}

.dialog-header {
    color: #89b725;
    font-size: 18px;
    line-height: 2em;
    padding-bottom: 5px;
}

.dialog-body {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .dialog-body > p:first-child {
        margin-top: 0;
    }

    .dialog-body .row-title {
        padding: 3px 15px 3px 0;
    }

    .dialog-body .row-value {
        padding: 3px 0;
    }

        .dialog-body .row-value input[type=text], .dialog-body .row-value textarea {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .dialog-body .row-value textarea {
            height: 150px;
            resize: none;
        }

.dialog-buttons {
    padding-top: 20px;
    text-align: right;
}

/* Dialog end */

/*stretchy-wrapper helper for implicit height setting*/
.stretchy-wrapper {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

    .stretchy-wrapper > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.pending-requests {
    display: inline-block;
    zoom: 1;
    text-decoration: none;
    margin-right: 8px;
}


/*black buttons from start page*/
.black-btn {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    border: 0 none;
    margin: 0 8px;
    padding: 6px 16px;
    background: #767676; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
}

*|html .black-btn {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #767676 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767676), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #767676 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #767676 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #767676 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #767676 0%,#333333 100%); /* W3C */
}

.black-btn:hover {
    background: #767676;
    filter: none;
}

.black-btn:active {
    background: #585858;
    filter: none;
}

.surv-form .black-btn {
    margin: 0;
    width: 100%;
}

.cooltool-features ul {
    list-style-type: disc;
    padding: 1em 0;
}

.marketplace-icon {
    background: url(/img/marketplace.png) 50% 50% no-repeat !important;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.img-shadow {
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.12);
    box-shadow: 0 0 8px rgba(0,0,0,0.12);
}

/*standard list items (projects, questionnaires etc.)*/
.items-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #e2e2e2;
    list-style-type: none;
    /* width: 100%; */
    color: #222;
    font-size: 14px;
}

    .items-list-item .item-img, .items-list-item .item-img-small {
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('/img/nologo.png');
    }


    .items-list-item .item-img {
        width: 100px;
        height: 100px;
    }

    .items-list-item .item-img-small {
        width: 70px;
        height: 70px;
        background-size: cover;
        border-radius: 50%;
    }

    .items-list-item .item-img-container {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        float: left;
        width: 100px;
        height: 100px;
        text-align: center;
    }

    .items-list-item a.item-img-container {
        display: block;
        text-decoration: none;
    }

    .items-list-item.share-item {
        background-color: #ececec;
        margin-bottom: 12px;
        border-bottom: 0;
    }

        .items-list-item.share-item h3 {
            padding-top: 0;
        }

        .items-list-item.share-item .item-img {
            margin-right: 20px;
        }

        .items-list-item.share-item .item-content {
            float: none;
            width: auto;
        }

        .items-list-item.share-item .item-description {
            color: #2c2c2c;
            font-size: 14px;
        }

            .items-list-item.share-item .item-description._invite {
                font-weight: 600;
            }

            .items-list-item.share-item .item-description table td,
            .items-list-item.share-item .item-description table td span.preview-title {
                color: #2c2c2c;
            }

                .items-list-item.share-item .item-description table td:nth-child(3) {
                    padding-left: 20px;
                }

.item-img-container img {
    max-width: 100%;
    max-height: 100%;
}

.items-list-item .item-content {
    float: left;
    width: 375px;
    margin: 0 20px;
}
.inner-item-actions {
    float: right;
    line-height: 1.5em;
}

.items-list-item .item-content > * {
    padding-bottom: 6px;
}

.items-list-item .item-content > *:last-child {
    padding-bottom: 0;
}

.items-list-item .item-name {
    display: block;
    padding: 0 20px 2px 0;
    font-size: 20px;
    line-height: normal;
}

.items-list-item .highlight {
    color: #89b725;
}

.items-list-item .progress-bar {
    width: auto;
    padding-bottom: 0;
}

.items-list-item .item-actions {
    float: right;
    margin-left: auto;
}

    .items-list-item .item-actions button {
        width: 100%;
    }

.items-list-layout {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}

    .items-list-layout .left_block {
        width: calc(100% - 357px);
        display: inline-block;
        border-right: 1px solid #e2e2e2;
    }
    .project-sharing + #content .left_block {
        width: 100%;
    }

    .items-list-layout .top-block {
        padding: 30px 20px 20px 30px;
        border-bottom: 1px solid #e2e2e2;
        vertical-align: top;
        height: 80px;
    }

    .items-list-layout .right-block {
        padding: 30px;
        /* border-left: 1px solid #e2e2e2; */
        width: 290px;
        vertical-align: top;
        height: 100%;
        display: inline-block;
    }

        .items-list-layout .right-block li > * {
            display: inline-block;
            vertical-align: top;
        }

        .items-list-layout .right-block li {
            padding-top: 35px;
        }

            .items-list-layout .right-block li:first-child {
                padding-top: 10px;
            }

            .items-list-layout .right-block li.default-option {
                font-size: 15px;
                padding-bottom: 25px;
                border-bottom: 3px solid #e5e5e5;
                margin-bottom: 25px;
            }

                .items-list-layout .right-block li.default-option + li {
                    padding-top: 0;
                }

        .items-list-layout .right-block .option-description {
            width: 220px;
            padding-left: 15px;
            line-height: 1.4em;
        }

            .items-list-layout .right-block .option-description a {
                font-size: 20px;
                display: inline-block;
                padding-bottom: 5px;
                line-height: 1em;
            }

        .items-list-layout .right-block li.default-option .option-description a {
            font-weight: bold;
        }


    .items-list-layout .bottom-block {
        padding: 0 0 20px;
        display: block;
        vertical-align: top;
    }

    .items-list-layout h1 {
        line-height: 1em;
        padding: 0 0 20px;
        margin: 0;
        font-size: 24px;
        font-weight: 600;
    }

/* Items list which has displayed block when is hovered and has first displayed block when not (begin) */
.items-list .hovered-container .hovered-block {
    display: none;
}

.items-list .hovered-container:hover .hovered-block,
.items-list .hovered-container.tutorial-highlight .hovered-block {
    display: block;
}
/* Items list which has displayed block when is hovered and has first displayed block when not (end) */

.market-place .item-content {
    width: auto;
}

.marketplace-sort, .marketitem-status-filter {
    padding: 0 20px 20px;
}

.list-search-box {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

    .list-search-box input, .list-search-box input:focus {
        width: 120px;
        margin: 3px 0 0 0;
        padding: 2px;
        background: none;
        border: none;
        height: 20px;
        line-height: 20px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 14px;
        color: #222;
        outline: none;
    }

    .list-search-box .go-button {
        display: block;
        text-decoration: none;
        width: 32px;
        height: 30px;
        float: right;
        line-height: 31px;
        text-align: center;
        background: #89b725;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

        .list-search-box .go-button:active {
            background: #7ea824;
        }

    .list-search-box ::-webkit-input-placeholder {
        color: #777;
        font-style: normal;
    }

    .list-search-box :-moz-placeholder {
        color: #777;
        font-style: normal;
    }

    .list-search-box ::-moz-placeholder {
        color: #777;
        font-style: normal;
    }

    .list-search-box :-ms-input-placeholder {
        color: #777;
        font-style: normal;
    }

    .list-search-box .placeholder {
        color: #777;
        font-style: normal;
        font-size: 16px;
    }

    .list-search-box .search-frame {
        float: left;
        border: 1px solid #ddd;
        border-right: none;
        height: 28px;
    }

    .list-search-box .fa-search {
        color: #b0b0b0;
        font-size: 16px;
        font-weight: normal;
        margin-left: 6px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.arrow-down, .arrow-up {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.arrow-down {
    border-width: 6px 6px 0 6px;
    border-top-color: #fff;
}

.arrow-down-blue {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 6px 0 6px;
    border-top-color: #259fc1;
}

.arrow-up {
    border-width: 0 6px 6px 6px;
    border-bottom-color: #fff;
}

.collapsible .arrow-down {
    margin-top: 20px;
    border-width: 8px 8px 0 8px;
    border-top-color: #aaa;
    opacity: 0.8;
    float: right;
}

.collapsible.expanded .arrow-down {
    border-width: 0 8px 8px 8px;
    border-bottom-color: #aaa;
    border-top-color: transparent;
}

.collapsible .section-body {
    max-height: 0;
    overflow: hidden;
}

.collapsible.expanded .section-body {
    max-height: 3000px;
    -moz-transition: max-height linear 0.3s;
    -o-transition: max-height linear 0.3s;
    -webkit-transition: max-height linear 0.3s;
    transition: max-height linear 0.3s;
    padding-bottom: 20px;
}

.collapsible:hover .arrow-down {
    opacity: 1;
}

.nav-layer > .page {
    padding: 30px 40px 40px;
}

    .nav-layer > .page > h1 {
        margin-top: 0;
        padding-top: 0;
    }

.large {
    font-size: 1.15em;
}

.larger {
    font-size: 1.3em;
}

.small {
    font-size: 0.9em;
}

.smaller {
    font-size: 0.8em;
}

.block-site-overlay {
    position: fixed;
    top: 63px;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0.1;
}

.notifications-block {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    color: #666;
    background: #ffefb0;
    padding: 20px 15px;
    font-size: 13px;
    position: relative;
    z-index: 2;
}
notifications-block--rel {
    position: relative;
}
.notifications-block--notavailable {
    width: 98%;
    padding: 7px 1%;
}

    .notifications-block a {
        color: #666;
        font-weight: bold;
    }

.market-place > table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.market-place h3 {
    padding: 0;
}

.market-place .filter-col {
    width: 215px;
    min-width: 215px;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    vertical-align: top;
}

.market-place .content-col {
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
    height: 440px;
}

.market-place .filter-col .chosen-container {
    width: 214px !important;
}

.market-place .filter-col .chosen-drop {
    width: 212px !important;
}

.market-place .filter-col .list-search-box {
    margin-top: 7px;
}

    .market-place .filter-col .list-search-box input {
        width: 152px;
    }

.market-place__topPanel {
    float: right;
    padding-top: 16px;
}

    .market-place__topPanel .buttonb {
        width: 213px;
    }

.page__topPanel {
    float: right;
    padding: 16px 25px 0 0;
}

.project-share-avatar {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    float: left;
    vertical-align: middle;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

    .project-share-avatar.add-project-share {
        background: #89b725;
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        text-align: center;
    }

.project-share-info {
    width: 140px;
    overflow: hidden;
    padding: 12px;
    font-size: 15px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.green-round {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #c4db92;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1em;
}

.filter-col .buttonb {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
}


/* Request card begin */
.request-card .request-card-description {
    padding: 30px;
    vertical-align: top;
}

.request-card-description h2:first-child {
    padding-top: 0;
}

.request-card-actions {
    width: 300px;
    vertical-align: top;
    border-left: 1px solid #e2e2e2 !important;
}

.request-form-block ul {
    list-style: none;
}

.request-form-block li {
    padding-top: 20px;
}

    .request-form-block li p, .request-form-block span.p {
        font-size: 16px;
        margin: 0 0 2px 0;
    }

    .request-form-block li input[type=text] {
        width: 530px;
        text-align: left;
    }

        .request-form-block li input[type=text].short {
            width: 200px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .request-form-block li select {
        width: 100%;
    }

    .request-form-block li textarea {
        width: 530px;
        height: 210px;
        resize: none;
    }

.request-form-block .optional {
    color: #666;
    font-style: italic !important;
    margin-left: 1.5em;
}

.displaying-request-count {
    padding: 20px 0 20px 30px;
    font-size: 17px;
}

.request-filter-container {
    padding: 20px 30px 0 0;
}

.request-attachments {
    padding: 8px 0;
}

    .request-attachments li {
        padding: 0;
    }

.mediaUpload.request-file, .cloud-file {
    display: inline-block;
    color: #259fc1;
    line-height: 30px;
    background-image: url('/img/upload_file.png');
    background-repeat: no-repeat;
    background-position: 0 -30px;
    width: auto;
    height: auto;
    padding-left: 40px;
}
/* Request card end */

/* Symbol counter begin */
.symbol-counter {
    font-size: 13px;
    color: #666;
}
/* Symbol counter end */

/* User info begin */
.user-info-card {
    display: block;
    box-sizing: border-box;
}

    .user-info-card > div {
        display: table-cell;
        vertical-align: middle;
    }

    .user-info-card .avatar > span {
        height: 60px;
        width: 60px;
        display: inline-block;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 50%;
        vertical-align: middle;
    }

    .user-info-card .user-description {
        padding-left: 10px;
        font-size: 14px;
        line-height: 1.25em;
        text-align: left;
    }

        .project-sharing-widget .user-description > * {
            overflow: visible;
            width: auto;
        }
        .user-info-card .user-description > * {
            display: inline-block;
            vertical-align: middle;
            width: 120px;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .user-info-card .user-name {
        font-size: 17px;
        margin-bottom: 3px;
    }

    .user-info-card .user-remark {
        font-size: 12px;
        color: #777;
    }
/* User info end */


/*Request card actions content begin */
.preview-title {
    width: 100px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.preview-value {
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.request-actions-content {
    position: relative; /* fix for firefox (because firefox can't use table cell for calculation position for elements which is positioned absolute) */
    padding: 30px 20px;
    width: 260px;
    min-height: 400px;
}

    .request-actions-content h2:first-child, .request-actions-content h4:first-child {
        padding-top: 0;
    }

    .request-actions-content h4 + p {
        margin-top: 0;
    }

    .request-actions-content .price-symbol-container {
        display: inline-block;
        vertical-align: middle;
        min-width: 1em;
    }

    .request-actions-content .user-info-card {
        padding: 0;
        box-shadow: none;
        border: none;
    }

    .request-actions-content textarea {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 180px;
        resize: none;
        margin-bottom: 10px;
    }

.request-action-block input[type=text] {
    width: 100px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.request-action-block {
    margin-bottom: 35px;
    font-size: 15px;
}

    .request-action-block .preview-value {
        width: 100px;
    }

    .request-action-block h2 {
        padding-top: 0;
        padding-bottom: 0.3em;
    }

    .request-action-block p {
        margin: 0.4em 0;
    }

    .request-action-block > p:first-child {
        margin-top: 0;
    }

    .request-action-block h2 + h2 {
        padding-bottom: 0.2em;
    }

    .request-action-block h2 + p {
        margin-top: 0;
    }

    .request-action-block p + p {
        margin-bottom: 0;
    }

.mode-contractor .edit-bid-param {
    display: none;
}

.mode-potential-contractor .request-card-actions {
    background: #f5f5f5;
}

.mode-potential-contractor .view-bid-param {
    display: none;
}
/*Request card actions content end */

/* Successful request page begin */
.successful-request {
    padding-top: 20px;
}

.successful-request-content {
    width: 600px;
    min-height: 420px;
    margin: 0 auto;
    text-align: center;
}

.successful-request .user-info-card {
    display: inline-block;
    min-width: 200px;
    max-width: 600px;
    margin: 0 auto;
}

    .successful-request .user-info-card .user-description > * {
        width: auto;
        max-width: 500px;
    }

.successful-request p {
    padding-bottom: 3.5em;
    font-size: 17px;
    line-height: 1.4em;
    margin-top: 0;
}

.successful-request .button-block {
    text-align: center;
}
/* Successful request page end */

/* Assign project page begin */
.assign-project-page-content {
    width: 600px;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
}

    .assign-project-page-content .user-info-card {
        margin: 15px 0 25px 0;
    }

    .assign-project-page-content p {
        font-size: 17px;
        line-height: 1.4em;
        margin-top: 0;
    }

.assign-project-options {
    padding-bottom: 3.5em;
    margin: 0 auto;
    width: 500px;
    text-align: left;
}

    .assign-project-options input[type=text], .assign-project-options select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .assign-project-options label {
        display: table-cell;
        vertical-align: middle;
        padding-top: 20px;
        padding-bottom: 5px;
    }

        .assign-project-options label b {
            font-size: 15px;
            vertical-align: text-top;
        }
/* Assign project page end */


.noitems {
    padding: 20px 30px;
}


/* subscription blocker begin */
.subscription-blocker-bg {
    background-color: #fff;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    z-index: 999;
}

.subscription-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    z-index: 999;
}

    .subscription-blocker .blocker-content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 360px;
        height: 175px;
        margin-left: -200px;
        margin-top: -120px;
        text-align: center;
        padding: 35px;
        background-color: #fff;
        -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    }

        .subscription-blocker .blocker-content .do-close-blocker {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 1.25em;
            color: #ccc;
            cursor: pointer;
            padding: 0.5em;
        }

            .subscription-blocker .blocker-content .do-close-blocker:hover {
                color: #222;
            }

.blocker-content .button {
    height: 2.2em;
    line-height: 2.2em;
}

.blocker-content .subscription-marker {
    font-size: 25px;
    margin: 0;
}

.blocker-content h3 {
    white-space: nowrap;
    padding: 1em 0;
}
/* subscription blocker end */

/* subscription stripe begin */
.subscription-stripe .subscription-marker {
    font-size: 16px;
}

.subscription-stripe > span + span, .subscription-stripe > span + a {
    margin-left: 25px;
}

.require-pro-stripe .subscription-marker {
    background-color: #469BD1;
}

.require-entr-stripe .subscription-marker {
    background-color: #F68B00;
}
/* subscription stripe end */


/* Subscription begin */
.subscription {
    border: solid 1px #e5e5e5;
}

    .subscription tr:first-child td {
        width: 33%;
    }

    .subscription td {
        vertical-align: top;
        border: solid 1px #e5e5e5;
        text-align: center;
    }

    .subscription .description {
        font-size: 14px;
    }

    .subscription .subscription-header h1 {
        font-size: 34px;
        padding: 20px 0 0 0;
        font-weight: bold;
    }

    .subscription .subscription-header td {
        vertical-align: middle;
        border-bottom: none;
    }

    .subscription .subscription-header + tr td {
        border-top: none;
        border-bottom: none;
        vertical-align: middle;
    }

.subscription-prices td {
    vertical-align: middle;
    border-top: none;
    border-bottom: none;
}

.subscription-prices + tr td {
    border-top: none;
    border-bottom: 1px solid #c5d1aa;
}

.subscription h1, .subscription h4 {
    color: #89b725;
    padding: 0.8em 0;
}

.subscription .subscription-marker {
    font-size: 26px;
    margin: 0 0 15px 0;
}

.subscription .plus {
    font-size: 22px;
}

.subscription .subscription-row td {
    padding: 10px 0;
    line-height: 20px;
    vertical-align: middle;
}

.subscription .subscription-features h2 {
    padding-bottom: 0.5em;
}

.subscription .subscription-features li {
    padding: 7px 0 0 7px;
    text-align: left;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAFhSURBVChTdVK7SgNBFD07u5uXxNUUpojZQkFQbCxiITb+gqDgB2gh+AGKn2Jt5x9oQAiIYGeRwgRiNIgplrzMZpOdGe/sDkYwnssUM3PuuWfuHUMSoCGkgOe/oDd6AxcTJM0snJQLJ+1qBvCTEHIfd/VLtLoPmPAhBIXJbNgsg1LxDJv5A0WPE8ZhH7e1c7x27mGbc3TMlEYEIUNIilLhBFuF4/jm+fMazW4FCbLADBOGQUp6qSqM4ql1BW9YBwvCHhpemYh2RJgFg5lUKUC1fQM2Crtof1VhGpa+/guqRZVSaHYqJBxt/idPoXpDr0tZDnKZNXA5ic9nQD2aiwDuwi5YwspiZXGPPHJImsMsSMHJchLrS/txlzbyR3CdHYz5QCeSpl5qgGomqqW5zOqvwVHJcu0C771HjMOBMkGqNhLWPLaXT0n0UNGmCQrKkufX0A8+SHkUfY1suggnWdQM4Bvu4Zz7NSR+CwAAAABJRU5ErkJggg==);
    margin-left: 25px;
}


.subscription .subscription-features p:first-child {
    margin-top: 0;
}

.subscription .subscription-row-header td {
    background-color: #f3f8e9;
}

.subscription .subscription-row-buttons td {
    background-color: #dbe9bd;
    border: 1px solid #c5d1aa;
    padding: 17px 0;
}

.subscription-plans, .subscription-durations {
    text-align: center;
    font-size: 0;
}

.subscription-durations {
    margin-bottom: 15px;
}

    .subscription-durations .subscription-duration, .subscription-plans .subscription-plan {
        display: inline-block;
        vertical-align: middle;
        background-color: #fbfbfb;
        font-weight: normal;
        border-top: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
        border-left: solid 1px #e5e5e5;
        cursor: pointer;
    }

    .subscription-durations .subscription-duration {
        padding: 7px 10px;
        font-size: 16px;
    }

.subscription-plans .subscription-plan {
    min-width: 58px;
    max-width: 68px;
    padding: 15px 10px;
    font-size: 24px;
}

.subscription-duration:last-child {
    border-right: solid 1px #e5e5e5;
}

.subscription-plan:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.subscription-plan:last-child {
    border-right: solid 1px #e5e5e5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.subscription-option-current {
    color: white;
    background: #4f6f09;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNmYwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmEyMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4f6f09 0%, #76a219 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f6f09), color-stop(100%,#76a219));
    background: -webkit-linear-gradient(top, #4f6f09 0%,#76a219 100%);
    background: -o-linear-gradient(top, #4f6f09 0%,#76a219 100%);
    background: -ms-linear-gradient(top, #4f6f09 0%,#76a219 100%);
    background: linear-gradient(to bottom, #4f6f09 0%,#76a219 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6f09', endColorstr='#76a219',GradientType=0 );
}

.subscription .subscription-features {
    line-height: 20px;
}

.subscription-questions {
    line-height: 1.3em;
}

    .subscription-questions td {
        vertical-align: top;
        width: 400px;
    }

        .subscription-questions td:nth-child(n+2) {
            padding-left: 70px;
        }

    .subscription-questions h1 {
        text-align: center;
        padding-top: 1.5em;
        padding-bottom: 0.2em;
    }

    .subscription-questions h2 {
        color: #89b725;
        padding-bottom: 0.3em;
    }
/* Subscription end */

/* Notifications begin */
.user-notifications.widget {
    width: 450px;
}
.notifications-list-widget + .list-pagination {
    display: none;
}
.notifications-list-widget li > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.user-notifications h2 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.user-notifications {
    font-family: ProximaNova, Arial, Helvetica, Sans-Serif;
    color: #222;
}

.user-notifications a, .user-notifications a:visited {
    color: #259fc1;
    word-break: break-all;
}

.user-notifications .noitems {
    padding: 15px 20px 15px 20px;
    border-top: 1px solid #ccc;
}

.user-notifications .notifications-list-widget {
    overflow-y: hidden;
}

.content-disabler {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.05);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.notification {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    transition: background .3s;
}

    .notification.unread {
        background: #edf2fa;
    }
    .notification:hover,
    .notification.unread:hover {
        background: #f9f9f9;
    }

.notification-actions {
    height: 1em;
}

    .notification-actions > * {
        display: none;
    }

.notification:first-child {
    border-top: 1px solid #CCC;
}

.notification > div {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
}

.notification .notification-icon {
    width: 16px;
    padding-left: 20px;
}

.notification .notification-content {
    padding-left: 15px;
    max-width: calc(100% - 160px);
}
.notification .notification-content p {
    margin-top: 0;
}

.user-notifications.widget .notification-content-value {
    width: 250px;
    max-height: 3em;
}

.notification .notification-date {
    width: 100px;
    color: #aaa;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
/* Notifications end */

/* DataCollector begin */
.data-collector {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    margin: 20px 0 0 20px;
    display: table;
    table-layout: fixed;
    width: calc(100% - 40px);
    -webkit-transition: box-shadow .5s linear;
    height: 350px;
    -o-transition: box-shadow .5s linear;
    -moz-transition: box-shadow .5s linear;
    -ms-transition: box-shadow .5s linear;
    -kthtml-transition: box-shadow .5s linear;
    transition: box-shadow .5s linear;
}

    .data-collector.highlighted {
        box-shadow: 0 0 8px 7px #89b725;
    }

    .data-collector > div {
        display: table-cell;
        vertical-align: top;
    }

    .data-collector .checker {
        vertical-align: middle;
    }

    .data-collector h2 {
        padding: 0.2em 25px 0.1em 0;
        width: calc(100% - 40px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .data-collector .collector-name .icon-dashboard {
        margin-right: 5px;
    }

    .data-collector .collector-name .icon-qrcode-collector-l, .data-collector .collector-name .icon-tablet-collector-l {
        margin-left: -4px;
    }

.collector-number {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    background: #acacac;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

.data-collector .number-block {
    width: 30px;
    padding: 12px 0 20px 12px;
}

.data-collector .settings-block {
    padding: 12px;
    padding-left: 10px;
    position: relative;
}

.data-collector .progress-block {
    background: #f9f9f9;
    width: 23%;
    min-width: 232px !important;
    min-height: 254px;
    padding-top: 20px;
    text-align: center;
    position: relative;
}

.data-collector .progress-block--ExternalPanelProvider {
    padding-bottom: 120px;
}

    .data-collector .progress-block .progress-status {
        cursor: default;
        text-transform: uppercase;
        line-height: 1.5em;
        font-size: 16px;
        font-weight: bold;
    }

    .data-collector .progress-block .progress-scale {
        width: 120px;
        margin: 0 auto -120px;
        height: 120px;
        color: #222;
        border-radius: 50%;
        background: #fff;
    }

.data-collector .top-block {
    /* min-height: 110px; */
    padding-top: 10px;
}

.data-collector .bottom-block {
    margin-top: 20px;
    white-space: nowrap;
    line-height: 1em;
}

.data-collector .budget-block {
    display: table;
    width: 100%;
}

    .data-collector .budget-block > div {
        display: table-cell;
        text-align: center;
    }

    .data-collector .budget-block a {
        color: #222;
        -ms-word-break: break-all;
        word-break: break-all;
    }

.data-collector .budget-price {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.progress-block .icon-trash-gray-s {
    position: absolute;
    top: 10px;
    right: 10px;
}

.collector-subblock {
    /* padding-right: 10px; */
}

data-collector .bottom-block .dropdown-h > span:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

.data-collector .bottom-block .dropdown-h > span > * {
    vertical-align: middle;
    line-height: 1em;
}

.collector-subblock input[type=text] {
    width: 30px;
}

.collector-subblock label .checker {
    vertical-align: middle;
}

.collector-subblock-right {
    float: right;
    width: 230px;
}

    .collector-subblock-right > div {
        height: 2.5em;
        margin: 0.8em 0;
    }

    .collector-subblock-right .subblock-action {
        display: inline-block;
        vertical-align: middle;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .collector-subblock-right .subblock-action.short {
            max-width: 90px;
            margin-right: 40px;
        }

    .collector-subblock-right .sms-invitation-settings {
        line-height: 1.6em;
    }

        .collector-subblock-right .sms-invitation-settings > label {
            display: inline-block;
            vertical-align: middle;
            line-height: 1em;
        }

.icon-dashboard + .subblock-action {
    padding-left: 5px;
}


.show-new-data-collector,
.add_neurolab_collector {
    background-color: #f8f8f8;
    padding: 20px;
    margin: 0 0 0 20px;
    border: 1px dashed #d7d7d7;
    font-size: 18px;
    cursor: pointer;
    width: calc(100% - 81px);
    margin-top: 15px;
}
/* DataCollector end */

/* New Data collector begin */
.new-data-collector .settings-block {
    width: 100%;
}

.collector-wizard-step h3 {
    padding-bottom: 0;
}

    .collector-wizard-step, .collector-wizard-step h3 a {
        display: none;
    }

        .collector-wizard-step.current-step, .collector-wizard-step.selected-step {
            display: block;
        }

            .collector-wizard-step.selected-step ul {
                display: none;
            }

            .collector-wizard-step.selected-step h3 a {
                display: inline;
                font-size: 14px;
            }

        .collector-wizard-step ul {
            list-style: none;
            padding: 0.8em 0 0 0;
            margin: 0;
        }

            .collector-wizard-step ul li, .collector-wizard-step li > a {
                display: inline-block;
                vertical-align: bottom;
            }

            .collector-wizard-step ul li {
                margin-right: 5px;
                margin-bottom: 10px;
                position: relative;
            }

                .collector-wizard-step ul li:first-child {
                    margin-left: 0;
                }

        .collector-wizard-step li > a {
            background-color: #fff;
            border: 1px solid #7dab1a;
            color: #7dab1a;
            width: 205px;
            height: 60px;
            padding: 10px;
            line-height: 1.2em;
            cursor: pointer;
            border-radius: 2px;
            -moz-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            -webkit-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
        }

            .collector-wizard-step li > a:hover {
                box-shadow: 0 0 7px #d2d2d2;
                border-color: #7dab1a;
                color: #fff;
                background-color: #7dab1a;
            }

            .collector-wizard-step li > a:active {
                box-shadow: inset 0 0 5px #eee;
            }

            .collector-wizard-step li > a.active-method {
                color: #fff;
                background-color: #7dab1a;
            }

            .collector-wizard-step li > a span:not(.icon-dashboard) {
                display: inline-block;
                vertical-align: middle;
                width: 130px;
                padding-left: 10px;
            }

        .collector-wizard-step .fa-check-circle {
            font-size: 23px;
            color: #89b725;
            vertical-align: middle;
            display: none;
        }

        .collector-wizard-step.selected-step .fa-check-circle {
            display: inline-block;
        }

        .collector-wizard-step h3 i {
            margin-right: 5px;
        }

        .collector-wizard-step .wizard-step-number {
            vertical-align: middle;
            height: 20px;
            width: 20px;
            margin-bottom: 2px;
            font-style: normal;
            font-size: 14px;
            line-height: 20px;
            background: #acacac;
            border-radius: 10px;
            text-align: center;
            color: #fff;
            display: none;
        }

        .collector-wizard-step.current-step .wizard-step-number {
            display: inline-block;
        }

        .survey-categories-cell{
            display: inline-block;
            vertical-align: top;
            width: 33%;
        }

        .survey-category-selector{
            padding: 10px 0 0 0;
        }

/* New Data collector end */

/* DataCollector schedule begin */
.timeZoneContainer .utc-label {
    position: absolute;
    top: 0;
    background: #fff;
    font-size: 16px;
    z-index: 1;
}

.timezones-description {
    display: none;
    font-size: 10px;
    line-height: 0.9em;
}

    .timezones-description span {
        display: inline-block;
        padding: 0 2px;
        border-radius: 4px;
    }


.schedule-settings-cont {
    width: 200px;
    height: 400px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding: 0px;
}

.schedule-settings-content {
    height: 150px;
    width: 200px;
}

.schedule-settings {
    width: 200px;
    height: 26px;
    margin: 2px;
}

    .schedule-settings .timeleft-block {
        color: #999;
        font-size: 0.8em;
        line-height: 1em;
        font-style: italic;
        width: 68px;
        height: 35px;
        padding-top: 5px;
    }

    .schedule-settings .extinfo, .schedule-settings .dateinfo {
        width: 190px;
    }
/* DataCollector schedule end */

/* DataCollector messages begin */
.survey-email-header {
    width: 225px;
    padding-right: 5px;
    text-transform: uppercase;
}

.survey-email-value-cont {
    width: 170px;
    padding-right: 10px;
}

    .survey-email-value-cont input[type=text] {
        width: 162px;
    }

.survey-email-verify-alert {
    padding-right: 5px;
    font-style: italic;
    font-size: 8pt;
    color: #ff0000;
    line-height: 11px;
}

.letter-container {
    vertical-align: top;
}

    .letter-container .letterbg-container {
        padding: 20px 18px 0;
        min-height: 100px;
    }

.letterbg-container .letter-content {
    overflow: hidden;
}

.letter-container .message-header {
    height: 25px;
}

    .letter-container .message-header .iPhoneCheckContainer {
        margin-right: 40px;
    }


.schedule-messages-cont .letterbg {
    position: relative;
}

    .schedule-messages-cont .letterbg textarea {
        min-height: 1em;
        max-height: 9em;
        resize: none;
    }

    .schedule-messages-cont .letterbg .ivr-invitation-thankyou, .letterbg .ivr-invitation {
        width: 250px;
        margin-top: 0;
    }

    .schedule-messages-cont .letterbg .online-invitation-sms, .letterbg .online-thankyou-sms {
        margin-top: 80px;
    }

table.letter-settings {
    margin-top: 10px;
}

table.sms-settings td.mobile-codeline-num-cont, table.sms-settings .mobile-codeline-num {
    width: 10px;
    vertical-align: middle;
}

table.sms-settings td.mobile-codeline-num-cont {
    padding: 4px 0;
}

table.sms-settings .mobile-codeline-val {
    width: 360px;
    vertical-align: middle;
    text-align: right;
}

    table.sms-settings .mobile-codeline-val input[type=text] {
        width: 350px;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal !important;
    }

table.sms-settings .mobile-codeline-single input[type=text] {
    width: 240px;
    font-weight: normal !important;
}

.schedule-messages-cont .character-counter {
    text-align: right;
    color: #aaa;
    padding: 15px 0 10px 0;
}

.schedule-messages-cont .edit-message-icon {
    padding-left: 20px;
}

.schedule-messages-cont table {
    border: 0px;
    border-collapse: collapse;
}

.schedule-messages-cont .survey-email {
    height: 30px;
    margin: -15px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

.schedule-messages-cont .hint {
    font-size: 11px;
}

.invitation-pane.ui-widget-header, .thankyou-pane.ui-widget-header {
    padding-top: 0;
    margin-right: 8px;
}
/* DataCollector messages begin */

/* Project dashboard begin */
.project-summary h1 {
    margin: 0;
    font-size: 32px;
    padding: 0;
}

.project-summary .project-details {
    width: 100%;
    float: left;
    padding-right: 1.3em;
    -ms-word-break: break-all;
    word-break: break-all;
}

.project-summary .fix-inline {
    margin-left: -7px;
}

.project-summary h1 + p {
    margin-top: 0.8em;
}

.project-summary .remove-project {
    margin-right: -10px;
    vertical-align: top;
}

.project-summary .section {
    display: flex;
    padding: 22px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.project-data .section {
    display: block;
}
    .project-summary .section:first-child {
        padding-top: 35px;
    }

    .project-summary .section:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

.project-summary .section-title {
    float: left;
    font-size: 18px;
    width: 275px;
    color: #777;
}

.project-summary .section-sub-title {
    float: left;
    width: 182px;
    padding-left: 90px;
    padding-right: 5px;
    padding-top: 10px;
    font-size: 14px;
    color: #777;
}

.project-summary .section-block {
    display: flex;
    align-self: center;
    width: calc(100% - 283px);
    float: left;
}
.project-data .section-block {
    display: block;
}
.project-summary .section-body {
    width: 100%;
}
/**/
.project-summary__columns {
	display: flex;
}
.project-summary__column {
	flex-basis: 0;
	flex-shrink: 1;
	flex-grow: 1;
	padding: 10px;
}
.project-summary__column.is-center {
	align-self: center;
}
.project-summary__column.split-2 {
	width: calc(100% / 6 * 2 - 20);
}
.project-summary__column.split-4 {
	width: calc(100% / 6 * 4 - 20);
}
/**/


.project-summary .section-block__hr {
    margin-right: -22px;
}

.project-summary .section-header {
    font-size: 18px;
    height: 50px;
}

.project-summary .section:first-child .section-title {
    height: auto;
}

.project-summary .section-title, .project-summary .section-header {
    height: 50px;
    line-height: 1em;
}

/* links for project's dashboard begin */
.project-summary a.vcenter-container {
    display: inline-block;
    text-decoration: none;
}
    .project-summary a.vcenter-container:before {
        display: none;
    }

.project-summary span.underline-me:hover {
    text-decoration: underline;
}

.project-summary a.underline-inside {
    text-decoration: none;
}

    .project-summary a.underline-inside:hover span {
        text-decoration: underline;
    }
/* links for project's dashboard end */

.project-summary .section-title:before, .project-summary .section-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.project-summary .section-title > div,
.project-summary .section-header > *,
.project-summary .section-title .share_text {
    display: inline-block;
    vertical-align: middle;
}
.project-summary .section-title .share_text + .tooltip-entr {
    position: relative;
    top: -5px;
    margin-left: 5px;
    font-size: 14px;
}
.project-summary .section-title .share_text + .tooltip-entr > .subscription-marker {
    line-height: 1.1em;
}
.project-summary .section-header .inline-block {
    width: 33%;
}

.project-summary .section-header .section-group {
    width: 280px;
}

.project-summary .section-spacer {
    padding-right: 50px;
}

.project-summary .section-spacer-sm {
    padding-right: 10px;
}

.project-summary .section-spacer-md {
    padding-right: 35px;
}

.project-summary .section-spacer-lg {
    padding-right: 100px;
}

.collapsible .section-header, .collapsible .section-title {
    cursor: pointer;
}

.project-summary .section-num {
    width: 18px;
    padding-right: 15px;
    font-size: 24px;
    color: #c5c5c5;
}
.project-summary .section + .section .section-num:after {
    counter-increment: section;
    content: counter(section);
}
.project-summary .intro-step__project-shares .section-num:after {
    display: none;
}

.project-summary.project-intro {
    counter-reset: section;
}

.project-summary .section-icon {
    padding-right: 15px;
    width: 32px;
}

    .project-summary .section-icon > span {
        position: relative;
    }

    .project-summary .section-icon .icon-check-round {
        position: absolute;
        left: -10px;
        bottom: -10px;
    }

.project-summary .section-description {
    font-size: 0.7em;
    color: #777;
}
.project-summary .section-description.not-finished {
    color:red;
}

.project-summary a.disabled {
    color: #777;
}

.collector-by-status-count + .collector-by-status-count:before {
    content: ', ';
}

.logo {
    width: 140px;
    height: 140px;
    cursor: pointer;
    position: relative;
    /* background-image: url('/img/nologo.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .logo .change-image {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        padding: 8px;
        font-size: 14px;
        background: #000;
        opacity: 0;
        text-align: center;
        -moz-transition: opacity linear 0.2s;
        -o-transition: opacity linear 0.2s;
        -webkit-transition: opacity linear 0.2s;
        transition: opacity linear 0.2s;
    }

    .logo:hover .change-image {
        opacity: 0.6;
    }

.project-summary .adv-settings {
    min-width: 160px;
    max-width: 200px;
    height: 30px;
    padding: 15px 10px 15px 20px;
    float: left;
    margin: 20px 20px 0 0;
    font-size: 15px;
    cursor: pointer;
}

    .project-summary .adv-settings .icon-set {
        margin-right: 8px;
    }
.project-summary .report_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px 0;
}
.project-summary .report_row--border_bottom {
    border-bottom: 1px solid #dfdfdf;
}
.section-body .report_row:first-child {
    padding-top: 0;
}
.section-body .report_row.no_reports {
    padding-top: 10px;
    border-top: 0;
}
.project-summary .report_row--action {
    padding-top: 25px;
    padding-bottom: 10px;
    margin-right: -25px;
    padding-right: 25px;
    border-top: 1px solid #dfdfdf;
}
.project-summary .report_action {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
}
.project-summary .report_action__link {
    text-decoration: none;
}
.project-summary .report_action__link .text {
    display: inline-block;
    vertical-align: middle;
}
.project-summary .report-new {
    margin-top: 9px;
}
.project-summary .report-item + .report-new {
    align-self: center;
    margin-top: 0;
    margin-bottom: 22px;
}
.project-summary .report-item {
    margin: 10px 20px 10px 0;
    float: left;
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
}

    .project-summary .report-item .preview {
        width: 160px;
        height: 100px;
    }

    .project-summary .report-item .removeicon-container {
        display: none;
        position: absolute;
        top: 0;
        right: 4px;
        width: 20px;
        height: 20px;
        text-align: center;
        background: #fff;
    }

    .project-summary .report-item:hover .removeicon-container {
        display: block;
    }

    .project-summary .report-item .removeicon {
        float: none;
        display: inline-block;
        margin-top: 4px;
    }

    .project-summary .report-item .icon-report-background + a {
        overflow: hidden;
        max-height: 19px;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 68%;
        display: inline-block;
        margin-bottom: -8px;
        margin-left: 3px;
    }

.project-summary .report-item-name {
    display: block;
    vertical-align: middle;
    width: 170px;
    padding-top: 0.75em;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #777;
}
.project-summary .video-folder-label {
    height: auto;
}
.project-summary .start-actions {
    padding: 1em 0 2em;
}

    .project-summary .start-actions button {
        font-size: 18px;
    }
/* Project dashboard end */

/* Colleagues container begin */
.colleagues-container {
    width: 270px;
    height: 780px;
}

    .colleagues-container > div:first-child {
        max-height: 670px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .colleagues-container > div .user-info-card.current,
    .colleagues-container > div .user-info-card:hover {
        background: #30a4c4;
        color: #fff;
    }

        .colleagues-container > div .user-info-card.current .user-remark,
        .colleagues-container > div .user-info-card:hover .user-remark {
            color: #fff;
        }

    .colleagues-container .invite-colleague {
        cursor: pointer;
    }

    .colleagues-container .user-info-card {
        padding: 10px 30px;
        margin-bottom: 1px;
        color: #000;
        text-decoration: none;
    }

        .colleagues-container .user-info-card .user-description > * {
            width: 140px;
        }

        .colleagues-container .user-info-card:hover .green-round {
            background-color: #89b725;
        }

    .colleagues-container .new-colleague-delimiter {
        width: 210px;
        height: 3px;
        background-color: #e5e5e5;
        margin: 10px 30px;
    }
/* Colleagues container begin */


/* Project share begin */
.project-sharing h1 {
    border-bottom: 1px solid #e2e2e2;
    padding-left: 30px;
    padding-right: 30px;
}

.project-sharing .settings-container {
    float: left;
    padding: 25px 60px;
    width: calc(100% - 410px);
}

.project-sharing .colleagues-container {
    float: left;
    border-right: 1px solid #e2e2e2;
}

.project-sharing-widget .user-info-card {
    padding: 10px 25px 0px 0px;
}
.share-creation-container h3 {
    padding-bottom: 0.2em;
}
.project-summary .project-share-creation:not(.dialog-mode) {
    width: 100%;
}
.project-summary .project-share-creation textarea {
    height: 37px;
    line-height: 21px;
    margin-bottom: 0;
    resize: vertical;
    min-height: 37px;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
}
.project-summary .project-sharing-widget .send-share-invitations {
    vertical-align: top;
}
.project-summary .project-sharing-widget  .send-share-invitations[disabled],
.project-summary .project-sharing-widget  .send-share-invitations[disabled]:hover {
    border-color: #d0d0d0;
    background: transparent;
    color: #d0d0d0;
}
.project-summary .intro-step__project-shares .section-block {
    padding: 10px 0 0;
}
.project-summary .share-creation-container {
    display: flex;
    overflow: visible;
}
.project-summary .quest_title::after {
    top: initial;
}
.project-summary .fdisabled {
    cursor: pointer;
    color: #259fc1;
}
.project-summary .fdisabled:hover {
    text-decoration: underline;
}
.project-summary  a[data-share-edit-disabled],
.project-summary a[data-share-view-disabled] {
    color: #777;
}

.project-summary a[data-share-edit-disabled]:hover,
 a[data-share-view-disabled]:hover {
    color: #777;
    text-decoration: none;
    cursor: default;
}
.project-summary .user-info-card {
    width: 33%;
}
/* Project share end */


/* Project share settings begin */
.project-share-settings h4 {
    padding-top: 0;
    padding-bottom: 0.75em;
}

.project-share-settings h4, .project-share-settings b {
    font-weight: 600;
    font-size: 18px;
}

    .project-share-settings h4 + p {
        margin-top: 0;
    }

.project-share-settings p + h4 {
    padding-top: 1.25em;
}

.project-share-settings p > * {
    display: inline-block;
    vertical-align: middle;
    min-width: 55px;
    padding-right: 15px;
}

.project-share-settings p .row-header {
    width: 260px;
}

.project-share-settings b.row-header {
    width: 100px;
    padding-right: 15px;
}

.project-share-settings .role-block p {
    margin: 1.75em 0;
}
/* Project share settings end */

/* Publish settings begin */
.publish-settings {
    position: relative;
    min-height: 100px;
    padding-bottom: 60px;
}

    .publish-settings h3:first-child {
        padding-top: 0;
    }

    .publish-settings.survey-on-website {
        /* min-height: 310px; */
    }

    .publish-settings h4 {
        padding-top: 0;
    }

    .publish-settings textarea, .publish-settings input[type=text] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

        .publish-settings input[type=text].public-phone-number {
            width: 200px;
        }

        .publish-settings input[type=text].public-phone-number-ext {
            width: 150px;
        }

    .publish-settings textarea {
        height: 100px;
        resize: none;
    }

    .publish-settings p {
        margin-bottom: 0;
    }

    .publish-settings table textarea, .publish-settings table input[type=text] {
        width: 240px;
    }

    .publish-settings td {
        width: 250px;
        padding: 5px;
    }

    .publish-settings tr td:first-child {
        text-align: right;
    }

    .publish-settings .publish-buttons {
        position: absolute;
        bottom: 0;
        left: 0;
    }

.button + .buttona, .buttona + .button, .button + .button, .buttona + .buttona,
.button + a, .buttona + a {
    margin-left: 5px;
}

.button + span, .buttona + span {
    margin-left: 10px;
}

.publish-settings .underline-tabbed {
    border-bottom: 1px solid #89b725;
    margin-bottom: 20px;
}
/* Publish settings end */

/* Request messages begin */
.request-messages .colleagues-container {
    width: 320px;
    height: 780px;
}

    .request-messages .colleagues-container .user-info-card .user-description > * {
        width: 180px;
    }

    .request-messages .colleagues-container .group-delimiter {
        font-size: 14px;
        text-transform: uppercase;
        color: #777;
        padding: 10px 30px 5px 30px;
        border-bottom: 1px solid #e2e2e2;
    }

.request-messages .request-card-actions {
    border-left: none !important;
    border-right: 1px solid #e2e2e2;
}

.request-messages .request-card-description {
    padding: 0;
}

.request-messages-header {
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .request-messages-header .message-box {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 70px;
        padding: 8px 6px;
        border: 1px solid #ccc;
        font-size: 15px;
        resize: none;
    }

    .request-messages-header .post-button-container {
        height: 40px;
        margin-top: 10px;
        text-align: right;
    }

.message-list-item {
    padding: 20px 30px 20px 30px;
    border-bottom: 1px solid #e2e2e2;
    list-style-type: none;
    color: #222;
    font-size: 15px;
}

    .message-list-item .message-avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center center;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        background-image: url('/img/nologo.png');
        float: left;
    }

    .message-list-item .message-content {
        float: left;
        padding-left: 20px;
        width: 500px;
    }

    .message-list-item .message-date {
        float: right;
        font-size: 12px;
        color: #666;
    }

    .message-list-item .message-name {
        color: #259fc1;
    }

    .message-list-item .message-text {
        padding: 0.5em 0;
    }

.all-contacts {
    padding-bottom: 16px;
}

    .all-contacts a {
        display: inline-block;
        padding: 8px;
        border: 1px solid #259fc1;
        border-radius: 4px;
        cursor: pointer;
        margin-right: 8px;
    }

        .all-contacts a.current {
            background: #ddd;
            cursor: default;
            text-decoration: underline;
        }
/* Request messages end */


/* Request message actions begin */
.request-messages-actions {
    background-color: #fff7d0;
    border: 1px solid #efe4ac;
}

    .request-messages-actions .proposal-changed-block {
        float: left;
        padding: 20px 0 20px 20px;
    }

    .request-messages-actions .proposal-actions-block {
        float: right;
        padding-right: 20px;
        max-width: 450px;
        text-align: right;
    }

        .request-messages-actions .proposal-actions-block button {
            margin-top: 20px;
            margin-bottom: 20px;
        }

.proposal-changed-block h3 {
    padding-top: 0;
    padding-bottom: 0.5em;
}

.proposal-changed-block > span {
    line-height: 1.5em;
}
/* Request message actions end */

.questionType {
    background: url(/img/question_types.png);
    width: 61px; /*was 62px*/
    height: 41px; /*was 42px*/
    display: inline-block;
    *
    display: inline;
    zoom: 1;
    position: relative;
    border: 0 none;
    outline: none;
    text-decoration: none;
    vertical-align: bottom;
}

.allQuestionTypes {
    font-size: 12px;
}

    .allQuestionTypes i {
        color: #aaa;
        display: block;
    }

    .allQuestionTypes .qtBlock {
        border: 1px solid transparent;
        padding: 8px 6px 8px 2px;
        width: 170px;
        cursor: pointer;
        vertical-align: top;
        display: inline-block;
        margin: 4px;
    }
        /*.allQuestionTypes .qtBlock.disabled{
        cursor:default;
    }*/
        .allQuestionTypes .qtBlock:hover .questionType {
            /* border: 1px solid #9dcb3a; */
            background-position-y: -43px !important;
        }

        .allQuestionTypes .qtBlock .questionType {
            float: left;
            cursor: pointer;
        }

        .allQuestionTypes .qtBlock[disabled] .questionType {
            opacity: 0.4;
        }

        .allQuestionTypes .qtBlock[disabled]:hover .questionType {
            opacity: 1;
        }

        .allQuestionTypes .qtBlock[disabled] .activetxt {
            opacity: 0.8;
            text-decoration: none;
            color: #aaa;
        }

        .allQuestionTypes .qtBlock[disabled]:hover .activetxt {
            opacity: 1;
        }


    .allQuestionTypes .questionType {
        margin-right: 6px;
    }

.questionType.singleAnswer {
    background-position: -63px -1px;
}

.questionType.multipleAnswer {
    background-position: -1px -1px;
}

.questionType.ranking {
    background-position: -125px -1px;
}

.questionType.singleAnswerDropdown {
    background-position: -187px -1px;
}

.questionType.openEnded {
    background-position: -249px -1px;
}

.questionType.openEndedForm {
    background-position: -1427px -1px;
}

.questionType.multipleAnswersMatrix {
    background-position: -311px -1px;
}

.questionType.singleAnswersMatrix {
    background-position: -373px -1px;
}

.questionType.starRating {
    background-position: -435px -1px;
}


.questionType.mixedAnswersMatrix {
    background-position: -496px 0;
}

.questionType.continuousSum {
    background-position: -559px -1px;
}

.questionType.constantSum {
    background-position: -621px -1px;
}

.questionType.ratingSlider {
    background-position: -683px -1px;
}

.questionType.semanticDifferential {
    background-position: -745px -1px;
}

.questionType.diapason {
    background-position: -806px 0;
}

.questionType.mediaQuestion {
    background-position: -869px -1px;
}

.questionType.instructions {
    background-position: -931px -1px;
}

.questionType.externalRedirect {
    background-position: -993px -1px;
}

.questionType.eyeTracking {
    background-position: -1055px -1px;
}

.questionType.shelfEyeTracking {
    background-position: -1117px -1px;
}

.questionType.shelfMedia {
    background-position: -1179px -1px;
}

.questionType.smileRating {
    background-position: -1241px -1px;
}

.questionType.eyeTrackingVideo {
    background-position: -1303px -1px;
}

.questionType.eyeTrackingWebsite {
    background-position: -1365px -1px;
}

.questionType.implicitPrimingTest {
    background-position: -1489px -1px;
}

.questionType.mediaSlider {
    background-position: -1551px -1px;
}

/*new*/
.questionTypeSelect {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    /* border: solid 1px #ddd; */
    /* background-color: #eee; */
    padding: 8px;
    overflow: auto;
}

    .questionTypeSelect hr {
        border-top: 1px solid #DDD;
        margin: 8px 0;
    }

    .questionTypeSelect .caption {
        float: left;
        width: 200px;
    }

        .questionTypeSelect .caption div {
            font-size: 13px;
            margin-bottom: 12px;
        }

    .questionTypeSelect .question-type-header {
        overflow: hidden;
    }

        .questionTypeSelect .question-type-header .questionType {
            margin: 2px 8px;
        }



[contenteditable] {
    cursor: pointer;
    position: relative;
}

    [contenteditable]:focus {
        box-shadow: 0 0 4px #fff;
        outline: 2px solid #259fc1;
        cursor: text;
    }

    [contenteditable]:after {
        margin-left: 9px;
        content: url(/img/pencil-marker.png);
        position: absolute;
        opacity: 1;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        pointer-events: none;
    }

    [contenteditable]:focus:after {
        opacity: 0;
        filter: alpha(opacity=0);
    }

p[contenteditable]:after {
    top: -4px;
}

[contenteditable][data-share-edit-disabled] {
    cursor: default;
}

.rich-editor {
    padding: 7px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: url('/img/bg-input.png') repeat-x 0px 0px white;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    min-height: 19px;
}

    .rich-editor:after {
        content: none;
    }

    .rich-editor:focus {
        outline: 0;
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        -pie-box-shadow: none;
        border-color: #999;
        background: url('/img/bg-input-focus.png') repeat-x 0px 0px white;
    }

    .rich-editor[data-share-edit-disabled] {
        background: transparent;
    }

.mce-tinymce-inline.mce-floatpanel {
    margin-top: -30000px;
}

.opaque-textarea {
    font-size: 1em;
    width: 100%;
    min-height: 1.2em;
    resize: none;
    padding: 0.33em;
    background: none;
    border: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .opaque-textarea:focus {
        outline: 1px solid #c7dafa;
        cursor: text;
    }

.formattedText {
    border: solid 1px #aaaaaa;
    min-height: 40px;
    background-color: #ffffff;
}

.translation-button {
    border: 2px solid;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
    padding: 0 6px;
}

.tutorial-highlight {
    position: relative;
    z-index: 9999999 !important;
    outline: 10px solid #FFf;
    background: #fff;
}

    .tutorial-highlight * {
        z-index: 9999999 !important;
    }
/*
    .tutorial-highlight * {
        color: #fff;
    }

    .tutorial-highlight a, .tutorial-highlight a:hover {
        color: #96eaf7;
    }*/

.tutorial-text-block {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 9999998 !important;
    width: 400px;
    white-space: normal;
    line-height: 18px;
    text-align: left;
    padding: 16px;
    background: #89b725;
    box-shadow: 0 1px 10px -1px rgba(0,0,0,0.5);
}

    .tutorial-text-block a {
        color: #fff;
    }

    .tutorial-text-block:before {
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
    }

    .tutorial-text-block.tutorial-pos-right, .tutorial-text-block.tutorial-pos-left {
        width: 300px;
    }

.tutorial-pos-top:before {
    bottom: -8px;
    left: 20%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #89b725;
}

.tutorial-pos-right:before {
    top: 50%;
    left: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #89b725;
}

.tutorial-pos-bottom:before {
    top: -8px;
    left: 20%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #89b725;
}

.tutorial-pos-left:before {
    top: 50%;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #89b725;
}

.tutorial-text {
}

    .tutorial-text h1 {
        margin: 0;
        color: #fff;
        padding: 0 0 8px 0;
        font-size: 1.6em;
        font-weight: normal;
    }

.tutorial-controls {
    margin-top: 16px;
}

    .tutorial-controls button {
        width: 160px;
    }

.tutorial-overlay {
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
}

.eye-tracker-loading-block {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 50;
}

.etProgressDiv {
    width: 500px;
    height: 100px;
    position: absolute;
    background-color: #fff;
    top: 200px;
    left: 50%;
    text-align: center;
    margin-top: -50px;
    margin-left: -250px;
    z-index: 100;
}

.etWaitVertAlign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.data-collector-row {
    height: 2em;
    margin: 0.5em 0;
    line-height: 2em;
}

    .data-collector-row .dropdown {
        margin: 0.5em 0;
        line-height: 1em;
    }

/* Eye tracker results begin */
.heatmap-actions-panel {
    position: absolute;
    top: 0;
    /*    left: -350px;*/
    bottom: 0;
    width: 350px;
    margin: 0;
    z-index: 60;
    cursor: default;
    -moz-transition: left 0.1s ease-in 0.1s;
    -o-transition: left 0.1s ease-in 0.1s;
    -webkit-transition: left 0.1s ease-in 0.1s;
    transition: left 0.1s ease-in 0.1s;
}

    .heatmap-actions-panel:hover, .heatmap-actions-panel.prehovered {
        left: 0;
    }

    .heatmap-actions-panel .layout {
        border-right: 2px solid #ccc;
        overflow-y: auto;
        width: 350px;
        height: 100%;
        box-shadow: 0 0 12px -2px #666;
        background: #fff;
    }

        .heatmap-actions-panel .layout > div {
            padding: 20px;
            width: 300px;
        }

    .heatmap-actions-panel input {
        width: 180px;
    }

    .heatmap-actions-panel .removeicon {
        float: none;
        display: inline-block;
    }

    .heatmap-actions-panel .eyetracking-settings {
        padding-top: 10px;
    }

        .heatmap-actions-panel .eyetracking-settings a {
            text-decoration: none;
        }

    .heatmap-actions-panel .eyetracking-settings-container {
        padding-top: 20px;
    }

    .heatmap-actions-panel.pined-left {
    }

.vertical-settings-label {
    background: url(/img/settings-vertical.png);
    width: 35px;
    height: 150px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
    box-shadow: 4px 0 10px -4px #666;
}
/* Eye tracker results end */

/* Eye tracker results side bar begin */
.eyetracker-recordings-selection h3 {
    padding-bottom: 0.4em;
}

.calibration-search-value label > span {
    display: inline-block;
    vertical-align: middle;
}

.eyetracker-recordings-selection tr:nth-child(2n+2) {
    background: #f5f5f5;
}

.eyetracker-recordings-selection td {
    padding: 1px 0 1px 10px;
}

    .eyetracker-recordings-selection td:first-child {
        padding-left: 0;
    }

.eyetracker-recordings-selection tr:first-child td {
    padding-bottom: 5px;
}

.eyetracker-recordings-selection tr.eye-tracking-filter-row td {
    height: 25px;
}

.eyetracker-recordings-selection .fa-trash {
    cursor: pointer;
}
/* Eye tracker results side bar end */

.blog-article, .blog-index {
    font-size: 17px;
    line-height: 1.5em;
    text-shadow: 0 0.1px 0.1px rgba(0,0,0,0.1);
    color: #444;
    text-align: justify;
}

    .blog-article h1, .blog-article h2 {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: normal;
        text-shadow: 0 0 1px rgba(0,0,0,0.2);
    }

    .blog-article h1 {
        font-size: 2em;
        margin: 0;
        padding: 0;
    }

    .blog-article .meta {
        color: #bbb;
        -moz-transition: color linear 0.2s;
        -o-transition: color linear 0.2s;
        -webkit-transition: color linear 0.2s;
        transition: color linear 0.2s;
        cursor: default;
    }

        .blog-article .meta:hover {
            color: #333;
        }

    .blog-article img {
        margin: 0.3em 0.5em;
    }


    .blog-index .blog-article h2 {
        font-size: 2em;
        margin: 0;
        padding: 0;
        -moz-transition: text-shadow linear 0.1s;
        -o-transition: text-shadow linear 0.1s;
        -webkit-transition: text-shadow linear 0.1s;
        transition: text-shadow linear 0.1s;
    }

        .blog-index .blog-article h2:hover {
            text-shadow: 0 0 2px rgba(0,0,0,0.4);
        }

    .blog-index a:hover {
        text-decoration: none;
    }

.blog-index-navigation {
    font-size: 17px;
}

.blog-article-image {
    float: left;
    margin-right: 40px;
    width: 160px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-article-image-large {
    max-width: 100%;
    margin: 0;
}

.blog-article-description {
    float: left;
    padding-bottom: 1em;
}

.blog-article-summary {
    min-height: 3em;
    padding: 1em 0;
}


.ui-selectBox-arrow {
    background-position: -125px 5px !important;
}

/* Subscription helper begin */
.subscription-message-header {
    margin: 20px 20px 0 20px;
}

.subscription-message-body {
    padding: 20px 20px 67px 20px;
}

.subscription-message-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/* Subscription helper end */










.top_bar_navigation {
    background: #191919;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
    margin: 0;
    padding: 0;
}

    .top_bar_navigation .navigation_item {
        display: inline-block;
        min-width: 60px;
        color: #dadada;
        font-size: 19px;
        line-height: 34px;
        cursor: pointer;
    }

        .top_bar_navigation .navigation_item .navigation_item_tab {
            vertical-align: middle;
            display: inline-block;
        }
        /*
@media screen and (min-width: 200px) and (max-width: 1400px) {
    .top_bar_navigation .navigation_item .navigation_item_icon,
    .top_bar_navigation .navigation_item .report-video-container-icon {
        display: none !important;
    }
}

@media screen and (min-width: 200px) and (max-width: 1527px) {
    .top_bar_navigation .navigation_item .navigation_item_tab {
        font-size: 15px;
    }

    .navigation_item.report_video_downloads_tab .report-video-container{
        right: 0;
    }
}

@media screen and (min-width: 200px) and (max-width: 1024px) {
    .top_bar_navigation .navigation_item .navigation_item_tab {
        font-size: 10px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1777px) {
    .navigation_item.report_video_downloads_tab .report-video-container{
        right: 0;
    }
}

    */

        .top_bar_navigation .navigation_item .navigation_item_icon {
            background-image: url("/img/et_report_icons.png");
            height: 30px;
            width: 30px;
            background-size: auto 100%;
            display: inline-block;
            vertical-align: middle;
        }

.navigation_item_icon_opacity {
    background-position-x: -37px;
}


.navigation_item_icon_gaze {
    background-position-x: -155px;
    width: 38px !important;
}


.navigation_item_icon_aoi {
    background-position-x: -66px;
}


.navigation_item_icon_swarm {
    background-position-x: -96px;
}


.navigation_item_icon_settings {
    background-position-x: -125px;
}

.navigation_item_icon_filters {
    background-image: url("/img/filters_report_icon.png") !important;
    margin-left: 25px;
}

.navigation_item.report_settings_tab {
    margin-left: 42px;
}

.report-video-container-icon.fa.fa-arrow-circle-down {
    margin-left: 30px;
    font-size: 30px;
    vertical-align: middle;
}

div#reportItem_editor {
    position: absolute;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    overflow: hidden;
}

.editor_layout {
    width: 100%;
    height: 919px;
    position: absolute;
}

.editor_video_frame_preview_container {
    display: block;
    height: 60%;
    background: #000;
    overflow: auto;
}

.editor_video_frame_preview {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #000;
}

.editor_video_timeline_wrapper {
    height: 40%;
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100% - 100px);
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.editor_video_timeline_controlls {
    position: relative;
    width: 96px;
    top: 0;
    background: #e9e9e9;
    height: 40%;
    vertical-align: top;
    display: inline-block;
}

.editor_video_timeline {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 99%;
}

.editor_video_frame_navigation {
    display: block;
    background: #ffffff;
    height: 15%;
    overflow: visible;
}

.editor_video_frame_aois {
    display: block;
    background: #ffffff;
    height: 85%;
    overflow: visible;
    overflow-y: hidden;
    position: relative;
}

.editor_video_frame_aoi_line:last-child, .areas_list_item:last-child {
    margin-bottom: 35px;
}

.editor_video_frame_navigation_item {
    display: inline-block;
    margin: 1px;
    vertical-align: top;
    position: relative;
    height: 100%;
    background: url(/img/loading.svg);
    background-size: auto 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .editor_video_frame_navigation_item:after {
        position: absolute;
        width: 2px;
        height: 700%;
        background: #e2e2e2;
        z-index: 1000;
        content: "";
    }

.editor_video_frame_preview video {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


.time_line_indicator {
    position: absolute;
    height: 15%;
    top: 0;
    width: 2px;
    background: black;
    z-index: 1002;
    left: 951px;
    cursor: ew-resize;
}

    .time_line_indicator:before {
        position: absolute;
        left: -14px;
        top: -2px;
        width: 30px;
        height: 15px;
        background-size: 100% auto;
        content: "";
        background-image: url('/img/timeline_ruller.png');
        z-index: 101;
    }

    .time_line_indicator:after {
        position: absolute;
        left: -14px;
        top: 100%;
        width: 30px;
        height: 15px;
        background-size: 100% auto;
        content: "";
        margin-top: -11px;
        background-position: 0 -17px;
        background-image: url('/img/timeline_ruller.png');
        z-index: 101;
    }

.time_line_indicator_line {
    position: relative;
    width: 2px;
    background: black;
    border: 1px solid #8b918e;
    height: 700%;
    margin-left: -1px;
}

.editor_video_frame_aoi_line {
    height: 35px;
    position: relative;
    margin-top: 1px;
    width: 100%;
}

.editor_video_frame_aoi_line:nth-child(2n+1) {
    background-color: #f3f3f3;
}
.sorting .editor_video_frame_aoi_line:nth-child(2n+1) {
    background: none;
}
.sorting .areas_list .areas_list_item:nth-child(2n+1) {
    background: none;
}
.sorting .areas_list .areas_list_item.ui-sortable-helper {
    background: #f3f3f3;
}
.sorting .editor_video_frame_aoi_line.sortable-helper {
    background: #f3f3f3;
}

.aoi_segment {
    background: #8cc632;
    position: absolute;
    height: 25px;
    z-index: 1001;
    margin-top: 5px;
    box-shadow: 0 0 1px 1px #7eb628 inset;
    opacity: 0.5;
    overflow: hidden;
    cursor: pointer;
}

.editor_layout .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(255,255,255);
    background-image: url(/img/loading.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    opacity: 0.8;
}

canvas#video_areas {
    position: absolute;
    top: 0;
    left: 50%;
}

.areas_list {
    position: absolute;
    width: 100%;
    height: 34%;
    left: 0;
    bottom: 1px;
    overflow: auto;
}

    .areas_list .areas_list_item {
        height: 35px;
        position: relative;
        margin-top: 1px;
    }

        .areas_list .areas_list_item:nth-child(2n+1) {
            background-color: #f3f3f3;
        }

.aoi_drag_handle {
    width: 9px;
    height: 35px;
    display: inline-block;
    margin-left: 7px;
    background-image: url(img/question_controls.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
}

.areas_list_item input {
    width: calc(100% - 70px);
    font-size: 19px;
    vertical-align: top;
    margin: 3px;
    border-color: transparent;
    background: none;
}

    .areas_list_item input:focus {
        background: white;
    }

.aoi_trash_button {
    display: inline-block;
    width: 17px;
    height: 35px;
    float: right;
    background-image: url(/img/trash_icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 7px;
    cursor: pointer;
}

.areas_list_description {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    font-size: 18px;
    bottom: 29%;
    margin-bottom: 52px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.add_aoi_controll_button {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url(/img/additem.png);
    background-size: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
}

.add_aoi_segment_button {
    display: none;
    width: 22px;
    vertical-align: top;
    margin-top: 7px;
    height: 22px;
    background-image: url(/img/additem.png);
    background-size: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -11px;
    top: 44px;
    z-index: 10000;
}

.resize_aoi_left, .resize_aoi_right {
    display: inline-block;
    background-image: url('/img/aoi_drag.png');
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 50% 50%;
    width: 5px;
    height: 26px;
    margin: 0 3px;
    transition: background 0.5s ease-in-out;
}

.resize_aoi_right {
    float: right;
    top: 0;
    vertical-align: top;
    position: absolute;
    right: 0;
}

.aoi_segment .ui-resizable-e {
    width: 20px;
}


.aoi_segment .ui-resizable-w {
    width: 20px;
}

.selected_alternative_line {
    box-shadow: 0 0 1px 3px #8cc632 inset;
}

.aoi_segment_context_menu {
    position: fixed;
    z-index: 10000;
    display: block !important;
    background: white;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 2px 1px #e2e2e2;
}

.aoi_segment_context_menu_item {
    font-size: 19px;
    margin: 5px;
    cursor: pointer;
}

.grayscale_segment {
    box-shadow: 0 0 1px 1px #e1e1e1 inset !important;
    background-color: #D2D2D2 !important;
    opacity: 1;
}

button.button.back-to-report {
    margin: 11px;
}

.selected_segment {
    opacity: 1;
    cursor: default;
}

.aoi_segment:hover:not(.grayscale_segment) .resize_aoi_left, .aoi_segment:hover:not(.grayscale_segment) .resize_aoi_right {
    background-image: url('/img/aoi_drag_active.png');
}

img.aoi_editor_image, canvas.aoi_editor_image {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.heatmap-layout {
    overflow: hidden;
}

.eyetracking-settings-container.cl {
    width: 301px;
    padding: 14px 30px;
    background: white;
    position: absolute;
    color: black;
    font-size: 16px;
    margin-top: 22px;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.5);
}

    .eyetracking-settings-container.cl:before {
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 25px solid #FFFFFF;
        position: absolute;
        content: "";
        top: -25px;
        left: 36px;
    }




.report_respondents {
    position: absolute;
    width: 100%;
    height: calc(66% - 55px);
    background: #fafafa;
    left: 0;
    top: 0;
}

    .report_respondents .regenerate-statistics {
    }

    .report_respondents .report_respondents_header {
        background: white;
        box-shadow: 0 0 5px 1px rgba(0,0,0,.5);
        height: 33px;
    }

    .report_respondents .report_respondents_footer {
        position: absolute;
        bottom: -45px;
        left: 14px;
    }

    .report_respondents .report_respondents_header > div {
        display: inline-block;
        font-size: 16px;
        padding: 6px;
        float: left;
        height: 21px;
        font-weight: bold;
    }

    .report_respondents .report_respondents_action {
        width: 25px;
        height: 21px;
        text-align: center;
        line-height: 21px;
    }

    .report_respondents .report_respondents_id {
        width: 127px;
        text-align: center;
        line-height: 21px;
    }

    .report_respondents .report_respondents_calibration {
        width: 55px;
        line-height: 21px;
        text-align: center;
    }

        .report_respondents .report_respondents_calibration i {
            color: rgb(222,222,222);
        }


        .report_respondents .report_respondents_calibration[stars="1"] .calib_1 {
            color: #ff0000;
        }


        .report_respondents .report_respondents_calibration[stars="2"] .calib_1,
        .report_respondents .report_respondents_calibration[stars="2"] .calib_2 {
            color: #ff4e00;
        }



        .report_respondents .report_respondents_calibration[stars="3"] .calib_1,
        .report_respondents .report_respondents_calibration[stars="3"] .calib_2,
        .report_respondents .report_respondents_calibration[stars="3"] .calib_3 {
            color: #ffcb16;
        }

        .report_respondents .report_respondents_calibration[stars="4"] .calib_1,
        .report_respondents .report_respondents_calibration[stars="4"] .calib_2,
        .report_respondents .report_respondents_calibration[stars="4"] .calib_3,
        .report_respondents .report_respondents_calibration[stars="4"] .calib_4 {
            color: #d6ff16;
        }


        .report_respondents .report_respondents_calibration[stars="5"] .calib_1,
        .report_respondents .report_respondents_calibration[stars="5"] .calib_2,
        .report_respondents .report_respondents_calibration[stars="5"] .calib_3,
        .report_respondents .report_respondents_calibration[stars="5"] .calib_4,
        .report_respondents .report_respondents_calibration[stars="5"] .calib_5 {
            color: #8cc632;
        }

        .report_respondents .report_respondents_integrity {
        width: 55px;
        line-height: 21px;
        text-align: center;
    }

        .report_respondents .report_respondents_integrity i {
            color: rgb(222,222,222);
        }


        .report_respondents .report_respondents_integrity[stars="1"] .calib_1 {
            color: #ff0000;
        }


        .report_respondents .report_respondents_integrity[stars="2"] .calib_1,
        .report_respondents .report_respondents_integrity[stars="2"] .calib_2 {
            color: #ff4e00;
        }



        .report_respondents .report_respondents_integrity[stars="3"] .calib_1,
        .report_respondents .report_respondents_integrity[stars="3"] .calib_2,
        .report_respondents .report_respondents_integrity[stars="3"] .calib_3 {
            color: #ffcb16;
        }

        .report_respondents .report_respondents_integrity[stars="4"] .calib_1,
        .report_respondents .report_respondents_integrity[stars="4"] .calib_2,
        .report_respondents .report_respondents_integrity[stars="4"] .calib_3,
        .report_respondents .report_respondents_integrity[stars="4"] .calib_4 {
            color: #d6ff16;
        }


        .report_respondents .report_respondents_integrity[stars="5"] .calib_1,
        .report_respondents .report_respondents_integrity[stars="5"] .calib_2,
        .report_respondents .report_respondents_integrity[stars="5"] .calib_3,
        .report_respondents .report_respondents_integrity[stars="5"] .calib_4,
        .report_respondents .report_respondents_integrity[stars="5"] .calib_5 {
            color: #8cc632;
        }


        .calibration-star > span,.calibration-stars > span, .integrity-box > span, .integrity-percentage-box > span {
            color: #ccc;
            margin: 1px;
            font-size: 1.2em;
        }

    .calibration-star > span.red,.calibration-stars > span.red, .integrity-box > span.red, .integrity-percentage-box > span.red {
        color: #ff4e00;
    }

    .calibration-star > span.yellow,.calibration-stars > span.yellow, .integrity-box > span.yellow, .integrity-percentage-box > span.yellow {
        color: #ffcb16;
    }

    .calibration-star > span.green,.calibration-stars > span.green, .integrity-box > span.green, .integrity-percentage-box > span.green {
        color: #97BD33;
    }


.report_respondents_row {
    display: block;
    height: 35px;
    margin-top: 1px;
    clear: left;
}

    .report_respondents_row:nth-child(2n+1) {
        background-color: #f3f3f3;
    }

    .report_respondents_row.selected_respondent {
        background-color: #cef0fc;
    }

    .report_respondents_row.no_video_record {
        opacity: 0.6;
    }

    .report_respondents_row > div {
        display: inline-block;
        font-size: 16px;
        padding: 5px;
        float: left;
        height: 21px;
        font-weight: bold;
        vertical-align: middle;
    }

.report_respondents_data {
    overflow: auto;
    height: calc(100% - 70px);
    margin-bottom: 40px;
}


.eyetracker-recordings-selection .report_respondents {
    height: calc(100% - 55px);
}


  .respondent-status-icon {
        background-image: url('/img/sprites/respondent_statuses_sprite.png');
        width: 20px;
        height: 17px;
        display: inline-block;
        background-size: auto 20px;
        background-position-y: 0;

        vertical-align: middle;
    }
  .respondent_id_field .respondent-status-icon{
      cursor: pointer;
  }
        .respondent-status-icon.test {
            background-position-x: -20px;
        }

        .respondent-status-icon.complete {
            background-position-x: 0;
        }

        .respondent-status-icon.exclude {
            background-size: auto 27px;
            background-position-x: -58px;
            background-position-y: -5px;
        }
        .dataTable__exclude:first-child {
            display: inline-block;
            margin-right: 35px;
        }


.apply_report_button {
    height: 10%;
    position: absolute;
    width: 100%;
    background: #fafafa;
    left: 0;
    bottom: 0;
    text-align: center;
}

    .apply_report_button a.button {
        position: relative;
        top: 50%;
        margin-top: -21px;
    }

        .eyetracking-settings-apply-btn.disabled_button, .apply_report_button a.button.disabled_button {
            -webkit-filter: grayscale(1);
            opacity: 0.7;
        }


input.recording-input {
    width: 20px;
}

.video_element_wraper {
    text-align: center;
    height: 720px;
    width: 100%;
}

.image_swarm {
    display: block;
    text-align: center;
}

.white-overlay .eye-tracker-loading-block {
    position: fixed;
    z-index: 100;
    top: 60px;
}

span.beta_label {
    color: #259FC1;
    font-weight: bold;
    font-style: italic;
}

.editor_video_frame_navigation canvas, .editor_video_frame_navigation img {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    margin: 1px;
    background: url(/img/loading.svg);
    background-size: auto 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.editor_video_frame_navigation_separator {
    display: inline-block;
    width: 2px;
    margin-left: -1px;
    background: #e2e2e2;
    height: 100%;
    position: absolute;
    z-index: 1000;
}

#editor_video_duration, #editor_video_split_interval {
    text-align: center;
    font-size: 17px;
    margin: 6px 0 12px 0;
}

    #editor_video_duration span {
        border-bottom: solid 2px #9b9b9b;
    }

#editor_video_settings {
    background: white;
    border: 2px solid #e0e0e0;
    width: 280px;
    height: 200px;
    position: absolute;
    top: -204px;
    left: -187px;
}

.video_settings_duration_header {
    font-weight: bold;
    font-size: 18px;
    margin: 20px auto 15px;
    width: 85%;
}

.video_settings_duration {
    font-size: 15px;
    margin: 10px auto;
    width: 85%;
    color: #7f7f7f;
}

.video_settings_split_header {
    font-weight: bold;
    font-size: 18px;
    margin: 30px auto 10px;
    width: 85%;
}

.video_settings_split {
    border: 1px solid #89b725;
    border-radius: 3px;
    margin: 20px auto 10px;
    width: 85%;
    height: 30px;
}

.video_settings_split_time {
    display: inline-block;
    width: 16.667%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    height: 100%;
    float: left;
    cursor: pointer;
    border-radius: 3px;
}

    .video_settings_split_time.selected_time {
        background: #89b725;
        color: white;
        cursor: default;
    }

.aoi_editor_zoom_cont {
    position: absolute;
    z-index: 10;
    width: 33px;
    left: 10px;
}

.aoi_editor_zoom_btn:not(.disabled_btn):hover {
    color: #89B725;
    background-position-y: -54px;
}

.aoi_editor_zoom_btn {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    background: white;
    cursor: pointer;
    color: #757575;
    font-size: 19px;
    font-weight: bold;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}

.aoi_editor_zoom_out {
    margin-top: 0;
    border: 1px solid #ebebeb;
    border-radius: 0 0 2px 2px;
    font-size: 29px;
}

.aoi_editor_zoom_in {
    border: 1px solid #ebebeb;
    border-bottom: none;
    font-size: 29px;
    border-radius: 2px 2px 0 0;
}

.aoi_editor_zoom_fs {
    background-image: url("img/full_screen.png");
    background-position: 50% 50%;
    background-size: 75% auto;
    background-repeat: no-repeat;
}

.aoi_editor_zoom_btn.disabled_btn {
    color: #a0a0a0;
    cursor: default;
}

/*Neurolab page*/
.blue_back_title {
    background-color: #4eb0cf;
    background: -moz-linear-gradient(93deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 15%, rgba(78,176,207,1) 16%, rgba(78,176,207,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(78,176,207,1)), color-stop(84%, rgba(78,176,207,1)), color-stop(85%, rgba(245,245,245,1)), color-stop(100%, rgba(245,245,245,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(93deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 15%, rgba(78,176,207,1) 16%, rgba(78,176,207,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(93deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 15%, rgba(78,176,207,1) 16%, rgba(78,176,207,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(93deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 15%, rgba(78,176,207,1) 16%, rgba(78,176,207,1) 100%); /* ie10+ */
    background: linear-gradient(357deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 15%, rgba(78,176,207,1) 16%, rgba(78,176,207,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb0cf', endColorstr='#f5f5f5',GradientType=0 ); /* ie6-9 */
    color: white;
    font-family: 'ProximaNova-Extrabld', Arial, Helvetica, Sans-Serif;
    line-height: 37pt;
    font-size: 40pt;
    font-weight: 900;
    text-align: left;
    padding: 45px 58pt 58pt;
}

    .blue_back_title .small_description {
        font-family: 'ProximaNova-Light', Arial, Helvetica, Sans-Serif;
        color: #c8f2ff;
        line-height: 22pt;
        margin-top: 16px;
        font-size: 20pt;
        font-weight: 200;
    }

.white_bgr {
    background: white;
}

.neurolab_descripton {
    width: 39%;
    padding-right: 4%;
    display: inline-block;
    font-family: 'ProximaNova-Regular', Arial, Helvetica, Sans-Serif;
    font-size: 15pt;
    vertical-align: middle;
    line-height: 16pt;
    text-align: left;
}


.small_nu_desc {
    font-family: 'ProximaNova-Light', Arial, Helvetica, Sans-Serif;
    margin-top: 35px;
    font-size: 13pt;
}


.neurolab_image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

    .neurolab_image img {
        width: 100%;
    }

.neurolab_solution {
    background: #f5f5f5;
    background: -moz-linear-gradient(88deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(245,245,245,1) 16%, rgba(245,245,245,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(84%, rgba(245,245,245,1)), color-stop(85%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(88deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(245,245,245,1) 16%, rgba(245,245,245,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(88deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(245,245,245,1) 16%, rgba(245,245,245,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(88deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(245,245,245,1) 16%, rgba(245,245,245,1) 100%); /* ie10+ */
    background: linear-gradient(2deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(245,245,245,1) 16%, rgba(245,245,245,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
    padding-bottom: 98pt;
}

.neurolab_list_item {
    display: inline-block;
    margin: 3%;
    min-width: 300px;
    width: 35%;
    text-align: left;
    vertical-align: top;
}

.neurolab_list_num {
    text-align: center;
    display: inline-block;
    width: 20%;
    color: #9dcb3a;
    font-family: 'ProximaNova-Extrabld';
    font-size: 41pt;
    vertical-align: top;
    line-height: 41pt;
}

.neurolab_list_text {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    font-family: 'ProximaNova-Light', Arial, Helvetica, Sans-Serif;
    font-size: 15pt;
}

    .neurolab_list_text .blue_label {
        font-family: 'ProximaNova', Arial, Helvetica, Sans-Serif;
        font-weight: 600;
        font-size: 13pt;
        display: block;
        margin: 5pt 0 9pt;
        color: #4eb0cf;
    }

    .neurolab_list_text h4 {
        font-family: 'ProximaNova', Arial, Helvetica, Sans-Serif;
        font-size: 17pt;
        font-weight: bold;
        padding: 4pt 0;
        line-height: 17pt;
    }

.neurolab_list_description {
    font-size: 12pt;
}

.nuerolab_marketplace {
    width: 70%;
    text-align: left;
    margin: 12pt auto;
}

    .nuerolab_marketplace .blue_label {
        font-family: 'ProximaNova', Arial, Helvetica, Sans-Serif;
        font-weight: 600;
        font-size: 15pt;
        display: block;
        line-height: 18pt;
        margin: 15pt 0 28pt;
        color: #4eb0cf;
    }

.neurolab_list_item.full_width_item {
    width: 70%;
}


    .neurolab_list_item.full_width_item .neurolab_list_num {
        width: 10%;
    }

    .neurolab_list_item.full_width_item .neurolab_list_text {
        width: 85%;
    }

.neurolab_page .page-title.title-md {
    font-size: 25pt !important;
    color: #000;
    text-align: center;
    font: bold 3.5714285714285716em/1.2003em ProximaNova, sans-serif;
    padding: 44px 74px 10px 74px;
}

.neurolab_page .start_for_free {
    display: inline-block;
    margin-bottom: 44pt;
    margin-top: 10pt;
    padding: 0 76pt;
}

.neurolab_list h3 {
    font-size: 24pt;
    text-align: left;
    width: 73%;
    margin: 0 auto;
    font-family: 'ProximaNova',Arial,Helvetica,Sans-Serif;
    font-weight: bold;
}

.neuroLab_guide_buttons {
    padding-bottom: 50px;
}

#analysysControl div#recoding {
    background-position: -365px -2px;
    background-size: 548px auto;
    background-image: url('/img/prj_icons.png');
}

#analysysControl div#report_videos {
    background-position: -365px -94px;
    background-size: 553px auto;
    background-image: url('/img/prj_icons.png');
}

/* NeuroLab video icons begin */

/* Data is not uploading from aplication */

.neurolab-status-synchronization.fa.fa-cloud-upload,
.neurolab-status-processing.fa.fa-cogs,
.neurolab-status-start-generating.fa.fa-file-video-o,
.neurolab-status-generating.fa.fa-spinner,
.neurolab-status-error.fa.fa-exclamation-circle,
.neurolab-status-download.fa.fa-download {
    vertical-align: middle;
    font-size: 17px;
}


.neurolab-status-synchronization.fa.fa-cloud-upload {
    color: #777;
    vertical-align: middle;
    font-size: 17px;
}

/* Data for video is processing now (emotions are recognizing for example) */
.neurolab-status-processing.fa.fa-cogs {
    color: #777;
}

/* Start video generating */
.neurolab-status-start-generating.fa.fa-file-video-o {
    color: #9DCB3A;
}

/* Video is generating now */
.neurolab-status-generating.fa.fa-spinner {
    color: #777;
}

/* Invalid data or video generating error */
.neurolab-status-error.fa.fa-exclamation-circle {
    color: #ec4300;
}

/* Video is available for downloading */
.neurolab-status-download.fa.fa-download {
    color: #9DCB3A;
}

/* NeuroLab video icons end */

.grayscale_element {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.report_editor_header {
    text-align: center;
}

.report_editor_tabs {
    float: left;
    margin-left: 10px;
}

.report_settings_tab .navigation_item_icon, .report_settings_tab .navigation_item_tab {
    line-height: 62px !important;
}

.report_settings_tab {
    text-align: left;
}

.button.eyetracking-settings-close-btn {
    margin-top: 5px;
}

.eyetracking-filters-container, .report-video-container {
    position: absolute;
    width: 940px;
    background: white;
    padding: 16px;
    top: 60px;
    line-height: initial;
    text-align: left;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.5);
    margin-left: -470px;
    font-size: 14px;
    color: #222;
    cursor: default;
}


@media screen and (max-width: 1361px) {

    .eyetracking-filters-container {
        position: fixed;
        left: 470px;
    }
}

.report-video-container {
    min-height: 180px;
    z-index: 2;
}


.reportItemHasAnyFilterCondition {
    padding: 5px 10px;
    border: solid thin #8DBD29;
    color: #8DBD29;
    background-color: rgba(231, 234, 13, 0.15);
}

.cool_tool_notification {
    background: #FFF;
    border: 10px solid #f2f3f4;
    padding: 10px;
    box-shadow: 0 0 91px 10px rgba(0,0,0,.5);
    width: 200px;
    text-align: center;
    min-height: 19px;
    color: #84b220;
    position: fixed;
    left: 50%;
    z-index: 1000000;
    display: block !important;
    top: 100px;
    transition: opacity 0.3s ease-in-out, top 0.5s ease-in-out;
    opacity: 0;
}

.cool_tool_notification_visible {
    opacity: 1;
}

.cool_tool_notification_out {
    top: -200px;
    opacity: 0;
}

.disabler_overlay {
    position: absolute;
    background: #d8dcdd;
    width: 100%;
    height: 140px;
    opacity: 0.5;
    z-index: 10000;
    border-radius: 10px;
}

.fullOverlay {
    position: fixed;
    z-index: 210000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(100,100,100);
    text-align: center;
}

.visualization_wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 90%;
    background: black;
}

    .visualization_wrapper > img, .visualization_wrapper video, .shelf_media {
        position: absolute;
        left: 0;
    }

canvas.visualization_canvas {
    position: absolute;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 1px 1px rgb(50, 130, 120);
}

.visualization_controlls {
    height: 30px;
    position: absolute;
    background: black;
    width: 100%;
    bottom: 0px;
    z-index: 15;
    opacity: 0.9;
    background: url("/img/mediaelement/background.png");
    background: rgba(0,0,0,.7);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
}


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

    .visualization_controlls .play_fv_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;
        min-width: 0;
        border: 0;
        background: transparent url("/img/mediaelement/controls.svg") no-repeat;
    }

    .visualization_controlls .quality_selector {
        cursor: pointer;
        display: block;
        /* font-size: 0; */
        /* line-height: 0; */
        text-decoration: none;
        margin: 5px 5px;
        padding: 4px 3px;
        left: 0;
        bottom: 33px;
        position: absolute;
        height: 10px;
        width: 33px;
        min-width: 0;
        border: 0;
        z-index: 1000;
        border: 1px solid #c7c7c7;
        border-radius: 4px;
        color: #c7c7c7;
    }

        .visualization_controlls .quality_selector .quality_select {
            position: absolute;
            bottom: 0px;
            height: 74px;
            width: 35px;
        }

            .visualization_controlls .quality_selector .quality_select div {
                border: 1px solid #c7c7c7;
                width: 23px;
                height: 10px;
                border-radius: 4px;
                margin: 3px 1px;
                left: 0;
                padding: 4px 3px;
            }

                .visualization_controlls .quality_selector .quality_select div:hover {
                    color: white;
                }


    .visualization_controlls .sound_fv_button {
        cursor: pointer;
        display: block;
        font-size: 0;
        line-height: 0;
        text-decoration: none;
        margin: 7px 5px;
        padding: 0;
        left: 20px;
        position: absolute;
        height: 16px;
        width: 16px;
        min-width: 0;
        border: 0;
        background: transparent url("/img/mediaelement/controls.svg") no-repeat;
        background-position: -16px -16px;
    }

        .visualization_controlls .sound_fv_button.muted {
            background-position: -16px 0;
        }

    .visualization_controlls .fs_fv_button {
        cursor: pointer;
        display: block;
        font-size: 0;
        right: 0;
        line-height: 0;
        text-decoration: none;
        margin: 7px 5px;
        padding: 0;
        position: absolute;
        height: 16px;
        width: 16px;
        min-width: 0;
        border: 0;
        background: transparent url(/img/mediaelement/controls.svg) no-repeat;
        background-position: -33px 0;
    }


.pause_fv_button {
    background-position: 0 -16px !important;
}

.fv_time_rail {
    margin: 10px 0;
    display: block;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    width: 100%;
    background: rgba(60,170,200,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));
    background: -webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));
}

}

.visualization_controlls .fv_time_rail span {
    display: block;
    width: 0;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

span.loading_progress {
    position: absolute;
    width: 0;
    left: 0;
    border-radius: 2px;
    height: 100%;
    background: rgb(91, 162, 181);
}

.visualization_controlls .fv_time_rail span.progress {
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
    width: 10%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    display: block;
    height: 10px;
}


.time_rail_fv {
    position: absolute;
}

.ttlProgress {
    width: 120px !important;
    float: right !important;
    color: white;
    line-height: 30px !important;
}

.fullOverlay button.button.back-to-report {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.progress_drag_handler {
    position: absolute !important;
    height: 2000px !important;
    right: 0;
    cursor: col-resize;
    bottom: 0;
    width: 5px !important;
}

span.dropdown.slideViewMode .dropdown-menu {
    z-index: 100;
}

.sound_lvl {
    width: 40px !important;
    height: 121px !important;
    position: absolute;
    background: rgba(50,50,50,.7);
    bottom: 23px;
    border-radius: 3px 3px 0 0;
    left: -10px;
    display: none !important;
}

    .sound_fv_button:hover .sound_lvl, .sound_lvl.inaction {
        display: block !important;
    }

.sound_lvl_slider {
    background: rgba(60,170,200,.8);
    border-radius: 2px;
    position: absolute;
    width: 6px !important;
    left: 50%;
    margin-left: -3px !important;
    height: 90px !important;
    top: 15px;
}

.sound_lvl_slider_handler {
    position: absolute;
    width: 14px !important;
    height: 14px !important;
    border-radius: 10px;
    margin: -4px !important;
    background: #fff;
    background: rgba(255,255,255,.8);
}

.bottom_active {
    position: absolute;
    height: 11px !important;
    width: 40px !important;
    bottom: -10px;
}


.prev_respondent {
    background-image: url(/img/mediaelement/gob.png) !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 2px !important;
    cursor: pointer;
}

.next_respondent {
    background-image: url(/img/mediaelement/gof.png) !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 2px !important;
    cursor: pointer;
}


.report_inerface_element {
    width: calc(100% - 355px);
    left: 350px;
    background-image: url(/img/loading.svg);
    background-repeat: no-repeat;
    background-size: 42px;
    background-position: 50% 50%;
}


.report_editor_header .underlinetabs_placeholder {
    display: none;
}


@media (max-width: 1520px) {
    .report_respondents .report_respondents_calibration .calib_2,
    .report_respondents .report_respondents_calibration .calib_3,
    .report_respondents .report_respondents_calibration .calib_4,
    .report_respondents .report_respondents_calibration .calib_5 {
        display: none;
    }


    .report_statistics {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .report_statistics_total {
        display: block;
    }


    .underlinetabs_placeholder span.visualization_type {
        padding-top: 8px;
        display: block;
    }

    .report_editor_header .underlinetabs_placeholder {
        display: block;
        color: white;
        font-size: 19px;
        color: #dadada;
        font-family: ProximaNova, sans-serif;
    }

    .heatmap-actions-panel {
        width: 230px;
    }

    .report_respondents .report_respondents_action {
        width: 20px;
    }

    .report_respondents .report_respondents_header > div {
        font-size: 11px;
        padding: 1px;
    }
    .report_respondents .report_respondents_row > div {
        font-size: 11px;
        padding: 1px;
    }

    .report_respondents .report_respondents_row .report_respondents_id {
        width: 94px;
    }
    .report_respondents .report_respondents_id {
        width: 107px;
    }
    .report_respondents_row > div{

    }
    .report_respondents .report_respondents_calibration {
        width: 45px;
    }
    .report_respondents .report_respondents_integrity{
        width: 45px;
    }
    .report_respondents .report_respondents_calibration .fa-star {
        margin: 0;
        display:none;
    }
    .report_respondents .report_respondents_calibration :first-child{
        display:inline-block;
    }
    .report_respondents .report_respondents_delete {
        display: none;
    }

    .heatmap-actions-panel .layout {
        width: 229px;
    }

        .heatmap-actions-panel .layout > div {
            width: 189px;
        }

    .report_inerface_element {
        left: 232px;
        width: calc(100% - 237px);
    }

    .report_editor_tabs {
        background: #191919;
    }

        .report_editor_tabs li {
            text-align: left;
            display: block !important;
            margin: 0 !important;
            width: 192px;
            padding: 0 19px;
        }

    ul.report_editor_tabs:not(.extended) {
        height: 60px;
        overflow: hidden;
    }
}


/*tinimce image plugin*/

i.mce-ico.mce-i-blog_full_width {
    background-image: url(/img/full_blog_image.png);
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 10px;
}

i.mce-ico.mce-i-blog_less_width {
    background-image: url("/img/reduce_blog_img.png");
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 10px;
}

i.mce-ico.mce-i-blog_more_width {
    background-image: url(/img/enlarge_blog_img.png);
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 10px;
}

#account-balance {
    font-size: 1.2em;
    cursor: pointer;
}

    #account-balance:hover {
        text-decoration: none;
    }

    #account-balance .icon {
        color: #89b725;
    }

    #account-balance .value {
        margin-left: 5px;
        color: #666;
    }

    #account-balance .descr {
        font-size: 0.7em;
        color: #666;
    }

#knowledge-bar {
    background-image: url(/img/lamp_icon.png);
    background-size: 100% auto;
    width: 26px;
    display: inline-block;
    margin-right: 16px;
    top: 1px;
    height: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 1.24em;
    cursor: pointer;
}

#notification-bar {
    line-height: 30px;
    cursor: pointer;
    height: 30px;
    top: 2px;
}






.visible_mobile {
    display: none;
}




@media (max-width: 767px) {

    .visible_mobile {
        display: inline-block;
    }
    .marketitem-description .tb_cell_l,
    .marketitem-description .tb_cell_r {
        width: 100%;
        padding-left: 0;
    }
    #loginRequestFrom button {
        min-width: 65px;
    }
    #loginRequestFrom .dialog-header {
        font-size: 14px;
    }
    #loginRequestFrom .main-logo {
        width: 120px;
    }
}


.page_footer_row.company_address span, .page_footer_row.company_address a {
    color: black;
    opacity: 0.3;
}

    .page_footer_row.company_address a:hover {
        color: #1b7a94;
        outline: 0 none;
        opacity: 1;
        text-decoration: underline;
    }


.pricing__block li {
    height: 15px;
    /* box-shadow: 0 0 1px 1px black inset; */
    line-height: 30px;
}

    .pricing__block li i {
        line-height: 30px;
    }

    .pricing__block li.twin_lines {
        height: 33px;
        line-height: 22px;
        margin-top: 5px;
    }

        .pricing__block li.twin_lines i {
            line-height: 24px;
            /* margin-top: -7px; */
            display: block;
        }

    .pricing__block li.three_lines {
        height: 50px;
        line-height: 22px;
        margin-top: 5px;
    }

        .pricing__block li.three_lines i {
            line-height: 24px;
            /* margin-top: -7px; */
            display: block;
        }


@media (max-width: 979px) {

    .pricing__block li, .pricing__block li.twin_lines, .pricing__block li.three_lines {
        height: auto;
        line-height: 15px;
        margin-top: 1px;
    }
}


.social-share-icon {
    background-image: url("/img/blog_social_icons.png");
    width: 48px;
    height: 48px;
    background-size: auto 100%;
}

.referral-social-sharing .social-share-icon, .marketitem-social-sharing .social-share-icon {
    display: inline-block;
}

.social-share-icon.icon-facebook {
    background-position-x: -98px;
}


.social-share-icon.icon-googleplus {
    background-position-x: -146px;
}

.social-share-icon.icon-twitter {
    background-position-x: -49px;
}


#knowledge_bar_content {
    width: 450px;
    font-family: ProximaNova, Arial, Helvetica, Sans-Serif;
}

    #knowledge_bar_content h2 {
        padding-top: 0;
        color: #fda32f;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #ccc;
    }


    #knowledge_bar_content > div {
        padding-left: 20px;
        margin: 13px 0;
        width: 410px;
    }


.knowledge_link {
    text-decoration: none;
    color: black !important;
    font-family: ProximaNova-regular;
    font-size: 14px;
    width: 100%;
    display: block;
}

    .knowledge_link:hover {
        text-decoration: none;
        color: #fda32f !important;
    }

    .knowledge_link .pdf_icon {
        background-image: url("/img/pdf_download_icon.png");
        width: 65px;
        display: inline-block;
        float: right;
        height: 25px;
        background-size: 100% auto;
        margin-top: -4px;
    }

    .knowledge_link:hover .pdf_icon {
        background-position-y: -25px;
    }

.kb_message {
    border: 1px solid #fda32f;
    resize: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100px;
}


.kb_message_question {
    font-family: ProximaNova-regular;
    font-size: 14px;
    margin-bottom: 3px;
}

.kb_message_form {
    width: auto !important;
    padding-top: 30px;
    padding-right: 20px;
}

.kb_message_send_container {
    padding: 10px 0;
    text-align: right;
}

.kb_message_send {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fda32f;
    color: #fda32f;
    font-family: ProximaNova-regular;
    font-size: 14px;
    padding: 6px 12px;
    cursor: pointer;
}

.collector_action_buttons {
    margin: 5px 0;
    padding: 0 5px;
    bottom: 12px;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.data-collector .collector-wizard-step li > a span:not(.icon-dashboard) {
    font-size: 14px;
}

.icon-thirdparty-method {
    background-position: 0px 10px !important;
    background-size: auto 151%;
    background-repeat: no-repeat;
    background-image: url(/img/project_dashboard_icons_2.png);
}

    .icon-thirdparty-method.hovered {
        background-position: 0px -34px !important;
    }

.icon-dashboard.icon-offline-method {
    width: 50px;
    height: 50px;
    background-size: auto 151%;
    background-repeat: no-repeat;
    background-image: url(/img/project_dashboard_icons_2.png);
}

.icon-dashboard.icon-offline-method {
    background-position: -47px 10px !important;
}

    .icon-dashboard.icon-offline-method.hovered {
        background-position: -47px -34px !important;
    }

.data-collectors-container .underline-tab-marker {
    background: #31a5c5 !important;
}

.data-collectors-container .publish-settings .underline-tabbed {
    border-bottom: 1px solid #31a5c5;
    padding-left: 0;
}





.chosen_select_placeholder {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 1.9em;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 2em;
    outline: none;
}

.chosen_multiple_placeholder {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    min-height: 27px;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(#eee 1%,#fff 15%);
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text;
}




    .chosen_multiple_placeholder span {
        position: relative;
        margin: 3px 5px 3px 0;
        padding: 3px 18px 3px 5px;
        border: 1px solid #aaa;
        max-width: 100%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #eee;
        background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
        background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
        background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
        background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
        background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
        background-size: 100% 19px;
        background-repeat: repeat-x;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-box-shadow: 0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);
        -webkit-box-shadow: 0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);
        box-shadow: 0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);
        color: #333;
        line-height: 13px;
        cursor: default;
        float: left;
        list-style: none;
    }

.QuotaCellContainer .editable_fields {
    display: none;
}

.editCell {
    background: url("/img/pencil_edit_button.png");
    position: absolute;
    top: 29px;
    right: 4px;
}

.kb_message_send:hover {
    border: 1px solid #fda32f;
    color: #fff;
    background: #fda32f;
}

.inline_item {
    vertical-align: middle;
    display: inline-block;
}

.collector_progress {
    width: 70%;
    max-width: 175px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
}

#message-tabs {
    padding-left: 30px;
    background: white;
    border-bottom: 1px solid #89b725;
    top: 0;
}

#language-control {
    position: relative;
}

.translate-filter {
    position: absolute;
    right: 0;
    margin-top: 18px;
    margin-right: 2px;
}

    .translate-filter input {
        width: 189px;
        border: 1px solid #ddd;
        border-radius: 0;
        margin-right: 25px;
        box-shadow: none;
        background: white;
    }

    .translate-filter #code-filter-btn {
        display: none;
    }

    .translate-filter:after {
        content: "\f002";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 29px;
        text-align: center;
        text-decoration: inherit;
        color: #fff;
        position: absolute;
        background: #89b725;
        width: 30px;
        height: 32px;
        border-radius: 0;
        right: -2px;
        top: 0;
    }

.collector_settings_second {
    position: relative;
    left: -52px;
    padding-left: 52px;
    clear: both;
    margin-top: 10px;
}

    .collector_settings_second h5 {
        color: #7da332;
        padding: 13px 0px -1px 0px;
        font-size: 15px;
    }

.options_group {
    border-left: 1px solid #ccc;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    border-right: none;
    padding-bottom: 2px;
}

    .options_group .radio {
        display: none;
    }


    .options_group > .options_group_option {
        width: calc(33% - 1px);
        float: left;
        height: 100%;
        text-align: center;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: #f5f5f5;
        background: -moz-linear-gradient(top,#f5f5f5 50%,#e5e5e5 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f5f5f5),color-stop(100%,#e5e5e5));
        background: -webkit-linear-gradient(top,#f5f5f5 50%,#e5e5e5 100%);
        background: -o-linear-gradient(top,#f5f5f5 50%,#e5e5e5 100%);
        background: -ms-linear-gradient(top,#f5f5f5 50%,#e5e5e5 100%);
        background: linear-gradient(to bottom,#f5f5f5 50%,#e5e5e5 100%);
    }

.options_group_3 > .options_group_option {
    width: calc(33% - 1px);
}


.options_group_2 > .options_group_option {
    width: calc(49% - 1px);
}

.options_group .options_group_option.active {
    color: #fff !important;
    border-color: #669c1b;
    background: #76a413;
    background: -moz-linear-gradient(top,#76a413 0,#89b725 50%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#76a413),color-stop(50%,#89b725));
    background: -webkit-linear-gradient(top,#76a413 0,#89b725 50%);
    background: -o-linear-gradient(top,#76a413 0,#89b725 50%);
    background: -ms-linear-gradient(top,#76a413 0,#89b725 50%);
    background: linear-gradient(to bottom,#76a413 0,#89b725 50%);
}


.advAlternatives .openctl span:hover {
    color: #89b725 !important;
}

.collector_fill_width_input {
    width: 100% !important;
    margin: 8px 0px;
    box-sizing: border-box;
}

.collector_half_width_input {
    width: 240px !important;
    margin: 8px 0px;
}

.collector_code_field {
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    width: 140px !important;
    margin-top: -10px;
}

.collector_inline_half_width {
    width: 44%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
}

.collector-progress.clearfix {
    margin: 7px 0;
    width: 100%;
    display: block;
}
.collector-progress.collector-progress--details {
    margin-top: 15px;
    font-size: 14px;
}
.collector-progress.center {
    text-align: center;
}

.collector_progress_status {
    font-weight: bold;
    text-align: center;
    color: #31a5c5;
    margin: 5px 0;
    /* max-width: 240px; */
}

.collector_action_buttons button {
    margin: 4px 6px;
}





@media (max-width: 1000px) {

    /*****Mobile marketplace*****/

    .nav-layer[link="market"] {
        width: 100% !important;
        overflow: hidden;
    }

        .nav-layer[link="market"] .nav-layer.top {
            margin: 0;
            width: 100% !important;
        }

        .nav-layer[link="market"] .market-place .item-content {
            position: relative;
            width: calc(100% - 140px);
        }

        .nav-layer[link="market"] .items-list-item .item-actions {
            float: inherit;
            display: block;
            width: 100%;
        }
        .nav-layer[link="market"] .items-list-item {
            display: block;
        }

            .nav-layer[link="market"] .items-list-item .item-actions .description {
                width: 100% !important;
            }

                .nav-layer[link="market"] .items-list-item .item-actions .description .cl {
                    clear: none;
                }

                .nav-layer[link="market"] .items-list-item .item-actions .description .fr {
                    margin-right: 10px;
                }


            .nav-layer[link="market"] .items-list-item .item-actions .button.create-panel-request {
                margin-top: 10px;
            }

            .nav-layer[link="market"] .items-list-item .item-actions .description .fl:after {
                content: ":";
                margin-right: 3px;
            }

            .nav-layer[link="market"] .items-list-item .item-actions .description .fr, .nav-layer[link="market"] .items-list-item .item-actions .description .fl {
                float: left;
                width: auto;
            }

        .nav-layer[link="market"] .filter-col {
            display: none;
        }

        .nav-layer[link="market"] .items-list-item .item-name {
            overflow: hidden;
            white-space: normal;
            line-height: 25px;
        }


    .market-home .market-new-item a {
        display: block;
        float: none;
        width: calc(100% - 120px);
        padding: 30px;
        margin-bottom: 10px;
    }

    .market-home .market-home-item {
        display: block;
        width: calc(100% - 40px);
        margin-bottom: 20px;
        float: none;
        margin-left: 0;
    }



        .market-home .market-home-item .item-name {
            width: calc(100% - 80px);
        }

            .market-home .market-home-item .item-name a, .market-home .market-home-item .item-name span {
                width: 100%;
            }



    .nav-layer[link="market?items=services"],
    .nav-layer[link="market?items=contactlists"],
    .nav-layer[link="market?items=quests"],
    .nav-layer[link="market?items=hardware"] {
        width: 100% !important;
        overflow: hidden;
    }


        .nav-layer[link="market?items=services"] .nav-layer.top,
        .nav-layer[link="market?items=contactlists"] .nav-layer.top,
        .nav-layer[link="market?items=quests"] .nav-layer.top,
        .nav-layer[link="market?items=hardware"] .nav-layer.top {
            margin: 0;
            width: 100% !important;
        }

        .nav-layer[link="market?items=services"] .marketitem-contacts textarea,
        .nav-layer[link="market?items=contactlists"] .marketitem-contacts textarea,
        .nav-layer[link="market?items=quests"] .marketitem-contacts textarea,
        .nav-layer[link="market?items=hardware"] .marketitem-contacts textarea {
            width: 80%;
        }


    @media (max-width: 500px) {
        .marketitem-common-info td {
            position: relative;
            width: 100%;
            display: block;
        }

            .marketitem-common-info td .logo {
                width: 69vw;
                height: 69vw;
                margin: 0 auto;
            }
    }


    .nav-layer[link="market?items=services"] .marketitem-contacts, .nav-layer[link="market?items=services"] .marketitem-general,
    .nav-layer[link="market?items=contactlists"] .marketitem-contacts, .nav-layer[link="market?items=contactlists"] .marketitem-general,
    .nav-layer[link="market?items=quests"] .marketitem-contacts, .nav-layer[link="market?items=quests"] .marketitem-general,
    .nav-layer[link="market?items=hardware"] .marketitem-contacts, .nav-layer[link="market?items=hardware"] .marketitem-general {
        display: block;
        width: 100%;
    }

    .nav-layer[link="market?items=services"] .marketitem-description-content td,
    .nav-layer[link="market?items=contactlists"] .marketitem-description-content td,
    .nav-layer[link="market?items=quests"] .marketitem-description-content td,
    .nav-layer[link="market?items=hardware"] .marketitem-description-content td {
        position: relative;
        width: 100%;
        display: block;
    }

        .nav-layer[link="market?items=services"] .marketitem-description-content td .value-header,
        .nav-layer[link="market?items=contactlists"] .marketitem-description-content td .value-header,
        .nav-layer[link="market?items=quests"] .marketitem-description-content td .value-header,
        .nav-layer[link="market?items=hardware"] .marketitem-description-content td .value-header {
            text-align: left;
        }

    .nav-layer[link="market?items=services"] .marketitem-description-content tr td:nth-child(1),
    .nav-layer[link="market?items=contactlists"] .marketitem-description-content tr td:nth-child(1),
    .nav-layer[link="market?items=quests"] .marketitem-description-content tr td:nth-child(1),
    .nav-layer[link="market?items=hardware"] .marketitem-description-content tr td:nth-child(1) {
        padding-bottom: 5px;
    }

    .nav-layer[link="market?items=services"] .marketitem-description-content .marketitem-cell,
    .nav-layer[link="market?items=contactlists"] .marketitem-description-content .marketitem-cell,
    .nav-layer[link="market?items=quests"] .marketitem-description-content .marketitem-cell,
    .nav-layer[link="market?items=hardware"] .marketitem-description-content .marketitem-cell {
        width: 100%;
    }
}








.project_type_selector {
    width: calc(50% - 10px);
    font-size: 13px;
    display: inline-block;
    margin: 1px;
    border: 1px solid #92b24b;
    background: white;
    padding: 6px 0;
    height: 38px;
    text-align: center;
    cursor: pointer;
}

    .project_creation_type_selector:not(.mobile_popup) .project_type_selector:hover {
        background: #92b24b;
        color: white;
        text-decoration: none;
    }

    .project_type_selector.selected {
        cursor: default;
        background: #92b24b;
        color: white;
        text-decoration: none;
    }

  .project_creation_type_selector.mobile_popup  .create_project_type_icon {
      background-position-y: -7px !important;
  }

.project_creation_type_selector {
    margin: 24px 0;
}

.project_creation_type_selector_select_type {
    padding-bottom: 6px;
    display: block;
}

.project_creation_type_selector span.project_type_description_container {
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.project_type_selector_mix_data {
    margin-top: 10px;
}

    .project_type_selector_mix_data .project_type_selector {
        display: inline-block;
        width: 16px;
        height: 17px;
        padding: 0;
        margin-bottom: -5px;
        margin-right: 10px;
    }

        .project_type_selector_mix_data .project_type_selector.selected::after {
            content: "\f00c";
            font: normal normal normal 14px/1 FontAwesome;
        }





.summary_collector_number {
    display: inline-block;
    padding-top: 1px;
    width: 30px;
    vertical-align: top;
}

.summary_collector_number span {
    background: #2ea3c4;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 30px;
}

.summary_collector_info {
    padding-top: 3px;
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: top;
    padding-left: 10px;
    font-size: 18px;
    overflow: hidden;
}
.summary_collector_info_name {
    display: block;
}

.summary_collector_info .progress-bar {
    margin-left: 0;
    margin-bottom: 15px;
}

.summary_collector_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 175px;
    background: #ddf6ff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.summary_collector_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.summary_collector_row + .summary_collector_row {
    padding-top: 25px;
}
.summary_collector_wrap {
    max-width: calc(66% - 22px);
    width: 100%;
    -webkit-box-shadow: 0 0 6.7px 3.3px rgba(0, 0, 0, 0.09);
            box-shadow: 0 0 6.7px 3.3px rgba(0, 0, 0, 0.09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.summary_collector_wrap + .summary_collector_wrap {
    margin-top: 25px;
}
.summary_collector_body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 175px);
    padding: 16px 12px;
    box-sizing: border-box;
}
.intro-step__project-questionnaire .section-block > .inline-block {
    width: 33%;
}

.summary_collector_actions_button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #38a5c3;
    width: 94px;
    line-height: 29px;
    color: white;
    display: block;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.summary_collector_actions_links {
    display: none;
    position: absolute;
    left: 0;
    cursor: default;
    top: 0;
    padding-top: 32px;
}

.summary_collector_info_survey_link {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    word-break: break-all;
}
.summary_collector_info_survey_link:empty {
    display: none;
}
.summsummary_collector_addnew {
    cursor: pointer;
}
.summsummary_collector_addnew a {
    text-decoration: none;
}
.summsummary_collector_addnew.data_exist {
    margin-left: 20px;
}
.summsummary_collector_addnew.data_exist span.underline-me {
    display: none;
}
 .summsummary_collector_addnew span {
     vertical-align: middle;
 }
.summsummary_collector_addnew .icon-dashboard.icon-plus-round,
.new-data-collector .icon-dashboard.icon-plus-round.hovered {
    background: url('/img/dashboard/plus_icon.png') center center no-repeat;
}
.icon-dashboard.icon-preview-round,
.icon-dashboard.icon-export-round,
.icon-dashboard.icon-label-round,
.icon-dashboard.icon-ban-round {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    zoom: 1;
}
.icon-dashboard.icon-preview-round {
    background: url('/img/dashboard/eye_icon.png') center center no-repeat;
}
.icon-dashboard.icon-export-round {
    background: url('/img/dashboard/export_icon.png') center center no-repeat;
}
.icon-dashboard.icon-label-round {
    background: url('/img/dashboard/label_icon.png') center center no-repeat;
}
.icon-dashboard.icon-ban-round {
    background: url('/img/dashboard/ban_icon.png') center center no-repeat;
}
.icon-dashboard.icon-browse-round.hovered, .icon-dashboard.icon-browse-round.active {
    background: url('/img/dashboard/brush_icon.png') center center no-repeat;
}
.summary_collector_wrap + .summary_collector_wrap + .summsummary_collector_addnew {
    margin-top: 25px;
}
.project-summary .project-share-creation textarea {
    margin-bottom: 0;
    height: 100%;
    height: 36px;
    line-height: 22px;
}
.project-summary .project-share-creation:not(.dialog-mode) {
    display: inline-block;
    vertical-align: middle;
    width: 66.6666%;
}
.project-summary .send-share-invitations {
    display: inline-block;
    vertical-align: middle;
}
.summary_collector_info_string_progress {
    margin-top: 15px;
    font-size: 14px;
}


.summary_collector_actions_links:hover {
    display: block;
}

.summary_collector_actions_button:active .summary_collector_actions_links {
    display: block;
}

.summary_collector_actions_links_container {
    box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
    background: white;
    padding: 0 10px;
}

    .summary_collector_actions_links_container a {
        display: block;
        color: black;
        white-space: nowrap;
    }

.summary_collector_actions_button span {
    width: 70px;
    border-right: 1px solid white;
    display: block;
    position: relative;
    text-align: center;
}

    .summary_collector_actions_button span::after {
        content: "\f0d7";
        font-family: FontAwesome;
        right: -16px;
        position: absolute;
    }


.data-collector.new-data-collector {
    height: auto;
    display: block;
    margin-top: 15px;
    padding-bottom: 20px;
}


p.email_collector_instructions {
    position: absolute;
    bottom: 9px;
    margin-bottom: 0;
    width: 497px;
}

#questCont {
    position: relative;
    z-index: 1;
}

#uniform-hideStartMessage, #uniform-hideEndMessage {
    margin-top: -4px;
    margin-right: 5px;
}

#srcsample_chosen .chosen-results {
    max-height: 98px;
}

.full-layout__page {
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 980px) {
    html, body {
        -webkit-overflow-scrolling: touch !important;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }
}



.marketitem-cell-hadware {
    width: calc(100% - 330px);
    display: inline-block;
    vertical-align: top;
}

.market_item_description_links {
    width: 270px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
}

    .market_item_description_links a {
        display: block;
        margin: 18px 0;
        font-size: 15px;
        font-family: 'ProximaNova-Semibold';
    }

        .market_item_description_links a:first-child {
            margin-top: 0;
        }

/* Zoho livechat begin */
body .zsiq_floatmain, body .zsiq_custommain, body .zls-sptwndw, body .zls-sptbscdmn {
    z-index: 100002 !important;
}

body.white-overlay-shown .zsiq_floatmain, body.white-overlay-shown .zsiq_custommain, body.white-overlay-shown .zls-sptwndw, body.white-overlay-shown .zls-sptbscdmn {
    display: none !important;
}

body #zsiq_maintitle, body .zsiq_theme11 .sqico-chat::before {
    color: #f5f5f5 !important;
}
body .zsiq_custommain {
    width: 47px !important;
    height: 68px !important;
}
/* Zoho livechat end */



.shelf-answer-view {
    width: 260px;
    height: 146.8px;
}

    .shelf-answer-view td {
        border: 1px solid #ccc;
    }


.implicit-test-answer-view {
    padding: 10px 0;
    position: relative;
}

    .implicit-test-answer-view img {
        width: 273px;
    }

.implicit_test_question_data {
    position: absolute;
    top: 18px;
    width: 105px;
    height: 75px;
    left: 83px;
    line-height: 75px;
    color: rgba(0,0,0,.2);
    text-align: center;
}

    .implicit_test_question_data span {
        width: 100%;
        display: block;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.implicit_test_question_button_left,
.implicit_test_question_button_right,
.implicit_test_question_button_middle{
    position: absolute;
    height: 20px;
    text-align: center;
    top: 115px;
    width: 100px;
    left: 17px;
    line-height: 20px;
    color: rgba(0,0,0,.2);
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.implicit_test_question_button_right {
    left: 156px;
}

.implicit_test_question_button_middle {
    right: 47px;
    width: 238px;
}

.implicit_image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}


.disabled_content, [disabled_content] {
    pointer-events: none !important;
    filter: grayscale(1);
    opacity: 0.6;
}

.cookies-agreement{
    position: fixed;
    bottom: 0;
    width: calc(100% - 80px);
    padding: 20px 40px;
    background-color: rgba(103, 103, 103, 0.95);
    z-index: 100000000;
    color: white;
    text-align: center;
}
.cookies-agreement button{
    margin-left:20px;
}

.user_activation_blocker *[current_controll=projectslist],
.user_activation_blocker #notification-bar,
.user_activation_blocker *[current_controll=market] .order-item,
.user_activation_blocker *[current_controll=market] .buy-item,
.user_activation_blocker *[current_controll=userprofile],
.user_activation_blocker *[current_controll=contactlistslist] {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.6;
}

/****** TEST STICKED HEADER ******/
.user_logged_in .top-bar{
    position: fixed;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 0 10px -3px rgba(0,0,0,.5);
    min-width: 850px;
}

.user_logged_in .content_block {
    margin-top: 17px;
}
.user_logged_in .wrapper-page-bg,
.user_logged_in .wrapper {
    padding-top: 63px;
}

.button.neuroLabVideoUpload[data-tooltip]:hover, .button.neuroLabVideoUpload[data-tooltip]:focus,
.button.mediaUpload[data-tooltip]:hover, .button.mediaUpload[data-tooltip]:focus{
    background-color: #438b1b !important;
}


@media (max-width: 1560px) {

    #menuMasterPlaceholder {
        position: absolute;
        left: -5.5%;
        z-index: -4;
        width: 111%;
        top: 62px;
        background: white;
        /* border-top: 1px solid #e5e5e5; */
    }

    .top-bar {
        margin-bottom: 60px;
    }
    .inner-menu-container {
        position: relative;
        top: 35px;
    }


    .user_logged_in .content_block {
        margin-top: 52px;
    }

    #menuMasterPlaceholder {
        border-bottom: 1px solid #e5e5e5;
    }
    #shareWarningNotificationPlaceholder {
        top: 36px;
    }

    .menu-master .menu-master-item,
    .menu_menu-dropdown {
        margin-bottom: -1px;
        padding-bottom: 9px;
    }
}

@media (max-width: 1030px) {
    .items-list-layout .right-block {
        display: none;
    }

    .items-list-layout .left_block {
        width: 100%;
    }
}


.popup-surv-link-input {
    width: 100% !important;
    box-sizing: border-box;
}


@media (max-width: 1240px) {
    .surveyUrl_wrap--panel .popup-surv-link-input + .copy_line {
        right: -10px;
    }
}

@media (max-width: 1205px) {
    .popup-surv-link-input {
    width: 481px !important;
    max-width: 87% !important;
}
    .summary_collector_wrap {
        max-width: 90%;
    }
    .surveyUrl_wrap--panel .copy_line {
        right: 75px;
    }
    .surveyUrl_wrap--panel input {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1321px) {


    .popup-surv-link-input{
        width: 100% !important;
    }
    .surveyUrl_wrap--panel {
        width: 100%;
    }

    .collector_settings_second h5 {
        display: inline-block;
        vertical-align: top;
        padding-right: 40px;
    }

    .collector_settings_second .how_to_collect_responses {
        display: inline-block;
        vertical-align: top;
        padding-top: 1.2em;
        position: relative;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .collector_settings_second .how_to_collect_responses--ExternalPanelProvider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .panel-collector-data-item-block:not(.panel-collector-data-item-block--line) {
        width: 50%;
    }
    .collector_settings_second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .collector_settings_second--PublicEyeTracking {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }


        .collector_settings_second .how_to_collect_responses .underline-tabbed {
            margin-top: -14px;
        }


    .how_to_collect_responses p:first-child {
        margin-top: 0px;
    }

    .collector_inline_half_width {
        vertical-align: top;
    }

    .how_to_collect_responses h3:first-child {
        padding-top: 0px;
        margin-top: -3px;
    }
}

.how_to_collect_responses p {
    font-size: 14px;
    position: relative;
}

.email_instruction {
    width: calc(100% - 311px) !important;
}

@media (max-width: 1420px) {
    .data-collector .progress-block {
        width: 270px;
    }
}


@media (max-width: 1100px) {
    #resize_handler {
        display: none;
    }
    .hide_dasboard_item_mob {
        display: none;
    }
    .project-summary .report_action:last-child {
        padding: 0;
    }
    .project-summary .user-info-card {
        width: 50%;
    }
    .cooltool_image_slider_view, .cooltool_image_slider_preview {
        max-height: 300px;
    }
    .cooltool_image_slider_preview_small img {
        max-height: 80px;
    }
}

@media (max-width: 560px) {
    .items-list-layout .items-list-item .dropdown > a > span.inline-block {
        display: none;
    }
    .cooltool_image_slider_view, .cooltool_image_slider_preview {
        max-height: 150px !important;
    }
}


.permissions-block-line {
    display: inline-block;
    vertical-align: middle;
}


.permissions-block .row-header {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    max-width: 210px;
}

.permissions-block > div {
    padding-bottom: 15px;
}

.shared_to {
    font-size: 14px;
    white-space: nowrap;
    /* width: 400px; */
    /* position: relative; */
}


.neuro_questions_help_cnt.no_neuro {
    display: none;
}

.qOperationsBar.no_neuro .addNeuroQuestion {
    display: none !important;
}

.qPlaceHolder {
    color: #259fc1;
    font-size: 16px;
    font-weight: bold;
    padding-top: 23px !important;
}

.grayHeader .questionType {
    background-position-y: -42px;
}


.marketitem-description-content {
    margin-top: 30px;
}

.tb_cell_l, .tb_cell_r {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
}

.tb_cell_l {
    width: 140px;
    padding-right: 10px;
}

.tb_cell_r {
    width: calc(100% - 200px);
    padding-left: 30px;
}


@media (max-width: 1000px) {
    .tb_cell_l {
        display: block;
        text-align: left;
        padding-left: 30px;
        padding-bottom: 10px;
    }

    .marketplace-item div.value-header {
        text-align: left;
    }

    .tb_cell_r {
        display: block;
    }

    .market_item_description_links {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }
}

.AutoAddPageBreaks_checkbox {
    display: inline-block;
    width: 30px;
    height: 27px;
    margin: 5px 0px -10px 4px;
}

#uniform-AutoAddPageBreaks,
#uniform-AutoAddPageBreaks span {
    width: 100%;
    height: 100%;
    display: block;
    /* padding: 10px; */
    /* font-size: 100px; */
}

    #uniform-AutoAddPageBreaks span,
    #uniform-AutoAddPageBreaks span input {
        width: 31px;
        height: 27px;
        display: block;
        background-position: -5px 0;
        background-image: url("/img/questionnaire_edit_icons.png") !important;
    }

.AutoAddPageBreaks_checkbox.checked_el span {
    background-position: -1px -28px !important;
    width: 35px !important;
    height: 34px !important;
    margin-left: -4px !important;
}


.q_loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.05);
    background-image: url(/img/loading.svg);
    z-index: 10000000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 35px;
    display: none;
}

#Quest_settings.state_loading .q_loading {
    display: block;
}

.create_project_type {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -12px !important;
    width: calc(100% - 100px);
}

.create_project_type_icon {
    margin-top: -4px !important;
}

.project_creation_type_selector:not(.mobile_popup) .project_type_selector:hover .create_project_type_icon, .project_type_selector.selected .create_project_type_icon {
    background-position-y: -71px !important;
}

.backlinks_text {
    width: 205px;
    color: #4F4F4F;
}



.closeSliderButton:hover {
    background: url(/img/smalldeleteitem.png) 0 12px;
}

.closeSliderButton {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #f00;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: url(/img/smalldeleteitem.png);
}



.header_menu_dropdown{


}

.header_menu_dropdown_list{
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    left: -10px;
    font-weight: normal;
    top: 23px;
    box-shadow: 6px 5px 15px -5px rgba(0,0,0,.5);
    font-size: 16px;
    width: 180px;
}

    .header_menu_dropdown_list a:hover {
        color: #9dcb3a;
    }

    a.new_green_label:after{
        content: "new!";
        color: #9dcb3a;
        font-size: 10px;
        top: 0;
        position: absolute;
        margin-left: 3px;
    }

.header_menu_dropdown:hover .header_menu_dropdown_list{
    display: block;
}
.unsubscribe__btn {
    padding: 0 1em;
}

@media(max-width: 960px) {
    .user_logged_in .top-bar {
        position: relative;
        margin-bottom: 0;
    }
    .user_logged_in .content_block {
        margin-top: 52px;
    }
    .global_loading_overlay.loading_progress {
        height: 100%;
        top: 0;
    }
    #shareWarningNotificationPlaceholder {
        top: 35px;
    }
    .inner-menu-container .notifications-block {
        top: 0;
    }
    .user_logged_in .wrapper {
        padding-top: 0;
    }
    .cooltool_image_slider_view, .cooltool_image_slider_preview {
        max-height: 200px;
    }
    .cooltool_image_slider_preview_small img {
        max-height: 60px;
    }
}





/***Timer***/

.cooltool_timer > div {
    display: inline-block;
    margin: 3px;
}

.cooltool_timer .left_digit, .cooltool_timer .right_digit{
    display: inline-block;
    position: relative;
    height: 60px;
    width: 40px;
    font-weight: 600;
    font-size: 44px;
    overflow: hidden;
    color: #555555;
    text-shadow: 1px 1px 2px #424242;
    border: 1px solid #e0e0e0;
    margin: 0 1px;
    border-radius: 8px;
}

.cooltool_timer_num_background{
    /* background: green; */
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;

}

.cooltool_timer_num_foreground {
    /* background: yellow; */
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;

}

    .cooltool_timer_num_foreground > div {
        -moz-perspective: 0px;
        -ms-perspective: 0px;
        -webkit-perspective: 0px;
        perspective: 0px;
        -moz-perspective-origin: center center;
        -ms-perspective-origin: center center;
        -webkit-perspective-origin: center center;
        perspective-origin: center center;
    }

.cooltool_timer_num_top{
    height: 50%;
    line-height: 63px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background: #fbfbfb;
    border-bottom: 1px solid rgba(141, 141, 141, 0.52);
    box-shadow: 0 3px 12px -4px rgba(0,0,0,.5) inset;
}

.cooltool_timer_num_bottom{
    line-height: 5px;
    height: 50%;
    overflow: hidden;
    margin: 0px;
    border-radius: 0 0 6px 6px;
    background: #fbfbfb;
    box-shadow: 0 -5px 12px -4px rgba(0,0,0,.5) inset;
}

.cooltool_timer_num_background .cooltool_timer_num_bottom {
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    position: absolute;
    width: 100%;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 10;
}

.slide_down .cooltool_timer_num_foreground{

}




    .slide_down .cooltool_timer_num_foreground .cooltool_timer_num_top {
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -moz-transition: transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out;
        -webkit-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
    }
.slide_down .cooltool_timer_num_background .cooltool_timer_num_bottom {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.cooltool_timer {
    text-align: center;
}

.cooltool_timer_days,
.cooltool_timer_hours,
.cooltool_timer_minutes,
.cooltool_timer_seconds{
    position: relative;
    padding-top:20px;
}

.cooltool_timer_days:before{
    content: "Days";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    color: #969696;
    font-weight: bold;
}

.cooltool_timer_hours:before{
    content: "Hours";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    color: #969696;
    font-weight: bold;
}

.cooltool_timer_minutes:before{
    content: "Minutes";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    color: #969696;
    font-weight: bold;
}

.cooltool_timer_seconds:before{
    content: "Seconds";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    color: #969696;
    font-weight: bold;
}

.rightPaneContainer .outerContainer[current_controll="questitemconditionblockview"] {
    min-width: 808px !important;
    right: 0px;
    left: inherit;
    max-height: calc(100% - 102px);
    overflow: visible;
    z-index: 1000000;
    padding-left: 16px !important;
}

.highcharts-container {
    position: inherit !important;
}
.highcharts-tooltip {
    z-index: 9998;

}
.highcharts-label span{
    /*z-index:-1;*/
}

@media (max-width: 1250px) {

    .rightPaneContainer .outerContainer[current_controll="questitemconditionblockview"] {
        max-width: 970px;


        z-index: 10000000;
    }

        .rightPaneContainer .outerContainer[current_controll="questitemconditionblockview"]:before {
            content: "";
            position: absolute;
            left: 0;
            top: -74px;
            width: 370px;
            height: 74px;
            /* background: #D8DCDD; */
        }
}

.white-overlay .heatmap-layout{
    overflow: visible;
}

input[type='file'] {
    /* -webkit-appearance: inner-spin-button; */
}

.surveyUrl_wrap {
    position: relative;
}

.white_label_subdomain input {
    width: 285px !important;
    box-sizing: border-box;
}

.copy_line {
    position: absolute;
    right: 2px;
    top: 15px;
    display: inline-block;
    width: 100px;
}
.copy_line__text {
    display: inline-block;
    vertical-align: middle;
    color: #00BCEB;
    margin-right: -4px;
    padding: 0 4px;
    opacity: 0;
    background: #fff;
}
.copy_line__text.show {
    -webkit-animation: showHide 2s;
            animation: showHide 2s;
}
.copy_line__icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    fill: #979797;
    padding: 0 4px;
    background: white;
}
.copy_line__icon:hover {
    fill: #00BCEB;
}
.popup-surv-link-input + .copy_line {
    right: 0;
}

.panel_select_domain .white_label_top_marged {
    flex-grow: 1;
    margin-top: 12px;
}
.panel_select_domain {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.field_group {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.field_wrap {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem 0;
    margin-right: 20px;
}
.field_wrap:last-child {
    margin-right: 0;
}

.collector_settings_second .how_to_collect_responses--ThirdPartyPanel {
    display: block;
    padding-right: 0;
    padding-top: 0;
}
.tooltip-entr--lg .subscription-marker {
    font-size: 12px;
    margin: 0;
}
.white_label_columns {
    position: relative;
}
.collector_settings_second--talent .whilte_label_domainselector {
    margin-right: 10px;
    border: 2px solid #f68b00;
    border-radius: 4px;
    padding: 14px 11px 10px !important;
}
.whilte_label_domainselector{
    padding-top: 11px;
    display:inline-block;
    margin-right: 25px;
}
.whilte_label_domainselector >span{
    display: block;
    margin-bottom: 9px;
    color: #4F4F4F;
}
.whilte_label_domainselector .chosen-container{
    font-size:16px;
}
.white_label_top_marged{
    margin-top: 40px;
    color: #4F4F4F;
}
.white_label_top_marged--small {
    margin-top: 11px;
    color: #4F4F4F;
}
.collector_settings_second--talent .white_label_top_marged {
    margin-top: 45px;
}
.collector_settings_second--talent .white_label_top_marged--small {
    margin-top: 18px;
}

span.tooltip-entr.tooltip-entr--lg {
    position: absolute;
    left: 10px;
    top: -9px;
}

@media (max-width: 1320px) {
    .white_label_columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .collector_settings_second--talent .white_label_columns {
        width: auto;
    }
    .white_label_subdomain {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 0 !important;
    }
    .collector_settings_second .how_to_collect_responses--ThirdPartyPanel {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .collector_settings_second--talent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .collector_settings_second--talent .how_to_collect_responses {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-top: 1.2em;
    }
    .collector_settings_second--talent .white_label_top_marged--small {
        margin-top: 0;
    }
    .collector_settings_second:not(.collector_settings_second--talent) .white_label_top_marged {
        margin-top: 10px;
    }
}
@media (max-width: 1232px) {
    .field_wrap+.field_wrap {
        margin-right: 0;
    }
}
@media (max-width: 990px) {
    .field_wrap {
        margin: 0;
    }
}

@media (max-width: 1065px) {
    .surveyUrl_wrap--panel .popup-surv-link-input + .copy_line {
        right: 0;
    }
}
@media (max-width: 1457px) {
    .white_label_subdomain input {
        width: 100% !important;
    }
}

@-webkit-keyframes showHide {
  1%   { opacity: 0; }
  1%   { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes showHide {
  1%   { opacity: 0; }
  1%   { opacity: 1; }
  100% { opacity: 0; }
}


span.shelf_pricing_label {
    position: absolute;
    left: 50%;
    bottom: 3%;
    font-size: 1.2vw;
    transform: translateX(-50%);
    background: white;
    border: 1px solid black;
    line-height: 114%;
    padding: 0 2%;
}


.hm_settings {
    position: fixed;
    bottom: 30px;
    width: 1720px;
    left: 50%;
    padding: 10px;
    right: 0;
    color: white;
    height: 50px;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -5px 17px -3px rgba(255,255,255,.3);
    border-radius: 20px 20px 0 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media all and (max-width: 1730px) {
    .hm_settings {
        width: 850px;
        height: 92px;
    }
}



.hm_settings.hidden_state{
    height: 0;
    padding: 0;
}

.hm_settings.hidden_state .hm_slider{
    display: none;
}

.hm_slider {
    display: inline-block;
    width: 150px;
    margin: 11px 10px 0 10px;
}

.hm_slider .ui-slider {
    background: #EBEBEB;
    height: 4px;
    border-radius: 2px;
}

.hm_slider .ui-slider-range {
    background: #00BCEB;
}


    .hm_slider .ui-slider-handle {
        width: 14px;
        height: 14px;
        background: #00BCEB;
        box-shadow: 8px 8px 12px rgba(68, 68, 68, 0.16);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: none;
        border-radius: 0;
        top: -5px;
    }

    .hm_slider > span {
        font-size: 12px;
        line-height: 33px;
        font-weight: lighter;
    }

        .hm_slider > span b {
            font-size: 12px;
            color: #00BCEB;
            float: right;
        }

    .hm_actions {
        position: absolute;
        left: 50%;
        width: 60px;
        height: 18px;
        margin-left: -30px;
        padding-top: 2px;
        bottom: 100%;
        text-align: center;
        background: rgba(0,0,0,.8);
        box-shadow: 0 -5px 17px -3px rgb(255 211 211 / 30%);
        border-radius: 8px 8px 0 0;
    }

        .hm_actions svg {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.hidden_state .hm_actions svg {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}



section#rtc_fields,
section#ctes_fields {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

.calibration-block.expanded_settings section#rtc_fields,
.train-block.expanded_settings section#ctes_fields {
    max-height: 2000px;
}
#title-settings-calibration,
#title-settings-train {
    cursor: pointer;
}

#title-settings-calibration .lcaption:after,
#title-settings-train .lcaption:after {
    content: "";
    margin: 1px;
    display: inline-block;
    border: 5px solid transparent;
    border-top: 7px solid #999999;
    border-bottom: 0 none;
    transition: rotate .1s ease-in-out;
}

.train-block.expanded_settings #title-settings-calibration .lcaption:after,
.calibration-block.expanded_settings #title-settings-train .lcaption:after {
    rotate: 180deg;
}

#ImplicitHCDButtonText{
    margin: 0 auto;
    text-align: center;
    display: block;
}

#ImplicitHCDButtonText_label {
    position: absolute;
    right: calc(50% + 100px);
    margin: 7px 0;
}

.ImplicitHCDSubSection {
    padding-left: 24px;
}

.vs_4px{
    display: block;
    height:4px;
}

.blocked_message {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    line-height: 60px;
    transform: translate(-50%, -50%);
    font-size: 20px;
    text-align: center;
}

.aoi_top_badge {
    position: absolute;
    color: white;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 50%;
    font-size: 30px;
    transform: translateX(-50%);
}


.aoi_action_button {
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin-left: 11px;
}

.aoi_action_button svg {
    width: 40px;
    height: 40px;
    fill: white;
    transition: fill .5s ease-in-out;
}

.aoi_action_button svg:hover{
    fill: #85b321; 
}.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
.dropdown {
    display: inline-block;
    cursor: pointer;
}

    .dropdown > ul[role="menu"] {
        display: none;
    }

    .dropdown a, ul[role="menu"] li a {
        text-decoration: none;
    }

    .dropdown > a:first-child, .dropdown-menu .dropdown-h > a:first-child {
        line-height: 1em;
    }

.rightside .dropdown-menu {
    left: auto;
    right: -9px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: -9px;
    left: -9px;
    -moz-transition: all linear 1s;
    -o-transition: all linear 1s;
    -webkit-transition: all linear 1s;
    transition: all linear 1s;
}

    .dropdown-menu .dropdown-h, .dropdown-menu [role="menu"] {
        background-color: #fff;
        border-color: #ccc;
        border-style: solid;
    }

    .dropdown-menu .dropdown-h {
        display: block;
        position: relative;
        border-width: 1px 1px 0 1px;
        padding: 8px;
        white-space: nowrap;
        text-align: left;
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
    }

.flexible .dropdown-menu .dropdown-h, .flexible .dropdown-menu [role="menu"] {
    display: inline-block;
    vertical-align: middle;
}

.rightside .dropdown-menu .dropdown-h {
    text-align: right;
}

.dropdown-menu .dropdown-b {
    position: relative;
}

.dropdown-menu .dropdown-s {
    background-color: #FFF;
    bottom: -1px;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1011;
}

.dropdown-menu [role="menu"] {
    display: block;
    vertical-align: middle;
    z-index: 1010;
    left: 0;
    top: 0;
    border-width: 1px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flexible .dropdown-menu [role="menu"] {
    position: absolute;
}

.rightside .dropdown-menu [role="menu"] {
    left: auto;
    right: 0;
}

.dropdown-menu [role="menu"] li {
    white-space: nowrap;
    padding: 0 8px 8px 8px;
    text-align: left;
}

    .dropdown-menu [role="menu"] li:first-child {
        white-space: nowrap;
        padding-top: 8px;
    }
/* cooltool tooltip begin */
.cooltool-tooltip {
    background-color: #fff;
    position: absolute;
    top: 3em;
    left: -1.3em;
    cursor: text;
    text-align: left;
    border: 1px solid #ccc;
    z-index: 15000;
    line-height: normal;
}


    .cooltool-tooltip .tooltip-content {
        padding: 0;
        min-width: 100px; /* basic, maybe it will be needed to change */
        min-height: 50px; /* basic, maybe it will be needed to change */
    }

    .cooltool-tooltip .triangle-space {
        height: 17px;
        position: relative;
        background-color: #fff;
    }

    .cooltool-tooltip:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        margin-top: -17px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
        left: 25px;
        border: 1px solid #ccc;
    }

.tt-top .cooltool-tooltip {
    background-color: #fff;
    position: absolute;
    top: -17em;
    left: -15.6em;
    cursor: text;
    text-align: left;
    border: 1px solid #ccc;
    z-index: 15000;
    line-height: normal;
}

    .tt-top .cooltool-tooltip .tooltip-content {
        padding-bottom: 4px;
    }

    .tt-top .cooltool-tooltip .triangle-space {
        top: 13.4em;
    }

    .tt-top .cooltool-tooltip:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        margin-top: -17px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 152px;
        left: 159px;
        border: 1px solid #ccc;
    }
/* cooltool tooltip end */

/* subscription-marker begin */
.subscription-marker {
    position: relative;
    color: #fff;
    font-size: 0.7em;
    font-weight: bold;
    padding: 0.3em 0.5em;
    margin: 0 0 0 0.5em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    cursor: pointer;
}

    .tooltip-pro .subscription-marker, .subscription-marker.pro {
        background-color: #469BD1;
    }

    .tooltip-entr .subscription-marker, .subscription-marker.entr {
        background-color: #F68B00;
    }
/* subscription-marker end */

/* subscription tooltip begin */
.subscription-tooltip {
    padding: 0 15px 15px 15px;
}

    .subscription-tooltip .subscription-marker {
        margin: 0 0.75em 0 0;
    }

    .subscription-tooltip p {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        line-height: normal;
        white-space: nowrap;
    }

    .subscription-tooltip h3 {
        padding: 0 0 0.5em 0;
        font-weight: bold;
        line-height: 1em;
        white-space: nowrap;
    }
/* subscription tooltip end */
.cooltool-scroller {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 40px;
    text-align: center;
    font-size: 60px;
    line-height: 40px;
    background-color: transparent;
    color: #89b725;
    cursor: pointer;
    display: block;
    height: 0;
    overflow: visible;
    opacity: 0;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

    .cooltool-scroller.active {
        height: 40px;
        opacity: 0.5;
        z-index: 200;
    }

        .cooltool-scroller.active:hover {
            opacity: 1;
        }

.blog-article-content img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}@font-face{font-family:FontAwesome;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:ProximaNova;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-reg-webfont.eot);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-reg-webfont.eot?#iefix) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/ProximaNova-Reg.otf) format('opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular) format('svg');font-weight:400}@font-face{font-family:ProximaNova;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.eot);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.eot?#iefix) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/ProximaNova-Bold.otf) format('opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold) format('svg');font-weight:700}@font-face{font-family:ProximaNova;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont.eot);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont.eot?#iefix) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/ProximaNova-Sbold.otf) format('opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont.svg#proxima_nova_ltsemibold) format('svg');font-weight:600}@font-face{font-family:ProximaNova-Extrabld;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_exBold/ProximaNova-Extrabld_gdi.eot);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_exBold/ProximaNova-Extrabld_gdi.eot?#iefix) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_exBold/ProximaNova-Extrabld_gdi.woff) format('woff'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_exBold/ProximaNova-Extrabld_gdi.ttf) format('truetype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_exBold/ProximaNova-Extrabld_gdi.otf) format('opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_exBold/ProximaNova-Extrabld_gdi.svg#ProximaNova-Extrabld) format('svg');font-weight:800;font-style:normal;font-stretch:normal;unicode-range:U+0020-2666}@font-face{font-family:ProximaNova-bold;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.eot);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.eot?#iefix) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.woff) format('woff'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.ttf) format('truetype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/ProximaNova-Bold.otf) format('opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.svg#ProximaNova-Extrabld) format('svg');font-weight:800;font-style:normal;font-stretch:normal;unicode-range:U+0020-2666}@font-face{font-family:ProximaNova-Semibold;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont.eot);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont?#iefix) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont.woff) format('woff'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont.ttf) format('truetype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/ProximaNova-Sbold.otf) format('opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont.svg) format('svg');font-weight:600;font-style:normal;font-stretch:normal;unicode-range:U+0020-2666}@font-face{font-family:ProximaNova-Light;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_light/ProximaNova-Light_gdi.eot);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_light/ProximaNova-Light_gdi.eot?#iefix) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_light/ProximaNova-Light_gdi.woff) format('woff'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_light/ProximaNova-Light_gdi.ttf) format('truetype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_light/ProximaNova-Light_gdi.otf) format('opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_light/ProximaNova-Light_gdi.svg#ProximaNova-Light) format('svg');font-weight:300;font-style:normal;font-stretch:normal;unicode-range:U+0020-2666}@font-face{font-family:ProximaNova-Regular;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_regular/ProximaNova-Regular_gdi.eot);src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_regular/ProximaNova-Regular_gdi.eot?#iefix) format('embedded-opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_regular/ProximaNova-Regular_gdi.woff) format('woff'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_regular/ProximaNova-Regular_gdi.ttf) format('truetype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_regular/ProximaNova-Regular_gdi.otf) format('opentype'),url(//d2y6ahbgenl31c.cloudfront.net/fonts/pn_regular/ProximaNova-Regular_gdi.svg#ProximaNova-Regular) format('svg');font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-2666}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:ProximaNova;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular) format('svg');font-weight:400}@font-face{font-family:ProximaNova;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold) format('svg');font-weight:700}@font-face{font-family:ProximaNova;font-display:swap;src:url(//d2y6ahbgenl31c.cloudfront.net/fonts/proximanova-sbold-webfont.svg#proxima_nova_ltsemibold) format('svg');font-weight:600}}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') /*/lib/chosen/chosen-cooltool.css*/ -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') /*/lib/chosen/chosen-cooltool.css*/ no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') /*/lib/chosen/chosen-cooltool.css*/ no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') /*/lib/chosen/chosen-cooltool.css*/ -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==') /*/lib/chosen/chosen-cooltool.css*/ no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAQAAAD9cdkXAAACqUlEQVRo3u2av2/TQBTHI8FQCYYguoLCyOY/IQNk6NSF3RNzBmZ04oe/JwFSp0owtSNb/oT8B8mIBIioAyuWrA7pD4fns+vkzvZQ1+3lne57UoZXJfan79333ovT6zGTDGUsg0o0oGjY4yfCWdEykBROFg954hhIJQ4/pI0bL5E0HIryAgpMpGqEW9HpAAktzjg1SNxxGpH44hRIiYaTsMZxDsixknPMFKzaNgSEQwcrBtklMLDW+mBRV5lYtAaaqvdPrTWnGNYCDdtdOtq/+oRo39r4gEkFZ9LusqK/zjcWom9pwKOq1w0xbrsDILR/i7Bmit3cSG4H2icN7CEturIDDWhqD2jYnR1srm6t4XpIk5vYQff2b2oUjuJRxRRGAUXDph0Qt7eD2xbhrGgZSAoni4d31LJ0jGMglTjNSNuqjRsvkTQcivICCkykaoTZ+GAAJLQ449QgccdpROKLUyAlGk7CGsc5IMdKzjFTcMy2nTtY3Wt9XGtOW44PW490vQHPy8vLy8vLy2ubJfrRGHP6RjxVaxaNu31kdseipxdXj93SYq3kP4tPL24mhAqAMHApL+QFvRZQCHlmJ8/MGX7jtXz64Yl8K39hmUOyy5Loq2JLcYoDsVNCPpbfcKqyFDPbS9FYldpSftHjr+7JQ5xnWYrGrIDkLNs5+PnmQSV3OzhR+2jOC0jtn/os4F1uD+yAcPn+Wd3fPr4kz2MK9NwpoMaSkwxLrmh3foiHFVPYxYkCmnGz7fxQ/SruGx53zNK21cGaqoP1WOyWeXskv6uDdYUluyaVWh/V5OAcf+QnvIj28Bl/8+woyzji2JwWranWnK5/YsMPqRgf0o3hgYqNNVI24GVtUL4wzwY8HLFGqi1Gj8QNae4ckiPfCa2Req5I9XyNv1n+D6RKWo1cTsbTAAAAAElFTkSuQmCC') /*/lib/chosen/chosen-sprite__2x.png*/ !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
.chosen-container {
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    height: 2em;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,white));
    background-image: -webkit-linear-gradient(center bottom,#eee 0,white 50%);
    background-image: -moz-linear-gradient(center bottom,#eee 0,white 50%);
    background-image: -o-linear-gradient(top,#eee 0,#fff 50%);
    background-image: -ms-linear-gradient(top,#eee 0,#fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
    background-image: linear-gradient(top,#eee 0,#fff 50%);
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 1.9em;
    box-shadow: none;
}

    .chosen-container-single .chosen-single div {
        text-align: center;
    }

        .chosen-container-single .chosen-single div b {
            background-position: 0 4px;
        }

.chosen-container-single .chosen-search input[type="text"] {
    margin: 0.1em 0;
    padding: 0.2em 1.5em 0.2em 0.25em;
    line-height: inherit;
}


.chosen-drop {
    border-top-color: #aaaaaa !important;
    border-top-style: solid !important;
    padding-top: 2px;
}