/*-- Styles variables --*/
/*-- Styles mixins --*/
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html {
  height: 100%;
  width: 100%;
  min-width: 1070px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html .b-html_share {
  min-width: 100%;
}
body {
  color: #6f6f6f;
  font-size: 15px;
  min-height: 100%;
  position: relative;
  width: 100%;
  font-family: Verdana;
  margin: 0;
  line-height: 1.42857;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #e8e8e8;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small,
h4 small {
  font-size: 14px;
}
h3 {
  font-size: 22px;
}
a {
  color: #2c82b9;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #5dacdf;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.g-absolute {
  position: absolute;
}
figure {
  margin: 0;
}
button {
  outline: 0 none;
}
button:focus {
  outline: 0 none;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
img {
  vertical-align: middle;
  border: 0 none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th {
  text-align: left;
}
table.table {
  margin-bottom: 20px;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .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: #fff;
}
/* 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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  text-transform: capitalize;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
html {
  --controls-width: 270px;
}
@media screen and (max-width: 710px) {
  html {
    --controls-width: 220px;
  }
}
@media screen and (max-width: 430px) {
  html {
    --controls-width: 200px;
  }
}
table th {
  font-weight: bolder;
  font-family: Verdana;
}
html.test-3d {
  min-width: 320px;
  font-size: 15px;
}
html.test-3d body {
  padding-bottom: 100px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html.test-3d body.fullscreen-mode {
  overflow: hidden;
}
html.test-3d body.fullscreen-mode .btn-settings.active {
  display: none;
}
html.test-3d body h1 {
  font-size: 1.875rem;
}
html.test-3d body strong {
  font-weight: bolder;
  font-family: Verdana;
}
html.test-3d .b-page__main {
  padding-left: 20px;
  padding-right: 20px;
}
html.test-3d .b-page_footer {
  padding: 0 20px;
}
html.test-3d .version-date {
  margin-top: 10px;
  font-size: 12px;
}
.item-3D {
  margin-top: 30px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.item-3D.fullscreen-browser {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.item-3D.fullscreen-browser .item-3D-hint,
.item-3D.fullscreen-browser .btn-add-3d,
.item-3D.fullscreen-browser .btn-remove-3d,
.item-3D.fullscreen-browser .btn-fullscreen,
.item-3D.fullscreen-browser .btn-fullscreen-browser,
.item-3D.fullscreen-browser .grid-cell:not(.fullscreen),
.item-3D.fullscreen-browser .grid-controls {
  display: none !important;
}
.item-3D.fullscreen-browser .item-3D {
  height: 100%;
  margin: 0;
  padding: 0;
}
.item-3D.fullscreen-browser .item-3D-canvas {
  float: left;
  margin: 1%;
}
.item-3D.fullscreen-browser .grid-view,
.item-3D.fullscreen-browser .grid-cell {
  height: 100%;
  margin: 0;
}
.item-3D.fullscreen-browser .grid-cell {
  width: 100% !important;
  max-width: none;
  padding: 0;
}
.item-3D.fullscreen-browser .report-3d-controls {
  max-height: 100%;
  padding-top: 0;
  border: 0;
  overflow: auto;
  box-shadow: none;
}
.item-3D.fullscreen-browser .report-3d-controls:before,
.item-3D.fullscreen-browser .report-3d-controls:after {
  display: none;
}
.item-3D.fullscreen-browser .report-3d-controls .btn-r {
  margin-left: 0;
}
.item-3D.fullscreen-browser .report-3d-controls.with-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.item-3D.fullscreen-browser .btn-fullscreen-exit {
  display: block;
  z-index: 4000;
}
.item-3D.fullscreen-browser .item-3D-canvas {
  position: relative;
  border: 1px solid #e4e4e4;
}
.item-3D.fullscreen-browser .btn-fullscreen-exit {
  right: 32px;
  bottom: 32px;
}
.item-3D.can-remove .btn-remove-3d {
  display: block;
}
.item-3D .current-mode,
.item-3D .current-type,
.item-3D .current-view {
  width: 100%;
  margin: 0;
  margin-right: 1%;
  position: absolute;
  font-family: Verdana;
  font-weight: bolder;
  text-align: center;
}
@media screen and (max-width: 3000px) {
  .item-3D .current-mode,
  .item-3D .current-type,
  .item-3D .current-view {
    top: -22px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1600px) {
  .item-3D .current-mode,
  .item-3D .current-type,
  .item-3D .current-view {
    top: -19px;
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  .item-3D .current-mode,
  .item-3D .current-type,
  .item-3D .current-view {
    top: -15px;
    font-size: 7px;
  }
}
@media screen and (max-width: 710px) {
  .item-3D .current-mode,
  .item-3D .current-type,
  .item-3D .current-view {
    top: -11px;
    font-size: 6px;
  }
}
@media screen and (max-width: 500px) {
  .item-3D .current-mode,
  .item-3D .current-type,
  .item-3D .current-view {
    top: -7px;
    font-size: 4px;
  }
}
.item-3D .current-mode {
  color: #000;
}
.item-3D .current-mode > span {
  padding: 0 5px;
  position: relative;
  background: #fff;
}
.item-3D .current-view {
  right: 25px;
}
.item-3D .current-type,
.item-3D .current-view {
  width: auto;
  text-align: left;
  text-transform: capitalize;
}
.item-3D .current-type .current,
.item-3D .current-view .current {
  color: #0000cf;
}
.item-3D .current-type .reference,
.item-3D .current-view .reference {
  color: #cf0000;
}
@media screen and (max-width: 540px) {
  .item-3D .current-view {
    width: 100%;
    right: 0;
    top: -1em;
    text-align: center;
  }
}
.item-3D .redraw-message {
  opacity: 0;
  visibility: hidden;
  color: green;
}
.item-3D .redraw-message.visible {
  opacity: 1;
  visibility: visible;
}
.item-3D .press-indicator {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0.2;
  background: mediumpurple;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999;
}
.item-3D .btn-fullscreen-exit {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 550;
  opacity: 0.35;
  background: url(../img/full-screen-exit-icon.png) no-repeat;
  background-size: 100% 100%;
}
.item-3D.fullscreen-browser .btn-fullscreen-exit {
  display: block;
}
.item-3D canvas {
  outline: none;
  border-radius: 2px;
  display: block;
  position: relative;
  z-index: 500;
}
.item-3D canvas:focus {
  outline: none;
}
.item-3D .item-3D-canvas-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.item-3D .symmetry-loss {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.item-3D .symmetry-loss p {
  margin: 0;
}
@media screen and (max-width: 710px) {
  .item-3D .symmetry-loss p {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 540px) {
  .item-3D .symmetry-loss p {
    font-size: 0.6em;
  }
}
.item-3D .average-params_legend_group {
  padding: 0.1em;
}
.item-3D .average-params-table {
  position: relative;
  left: 0px;
  bottom: 0px;
  color: #6f6f6f !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 3000px) {
  .item-3D .average-params-table {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .item-3D .average-params-table {
    font-size: 15px;
  }
}
@media screen and (max-width: 710px) {
  .item-3D .average-params-table {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .item-3D .average-params-table {
    font-size: 9px;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table {
    font-size: 7px;
  }
}
.item-3D .average-params-table p {
  margin: 0;
  font-size: 12px;
}
.item-3D .average-params-table .report-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0%;
  margin-top: 1%;
}
.item-3D .average-params-table .report-table th,
.item-3D .average-params-table .report-table td {
  border: 1px solid #e4e4e4 !important;
  padding: 0.1875rem;
  text-align: center;
}
.item-3D .average-params-table .report-table th {
  font-family: Verdana;
  font-weight: bolder;
  background: #f3f3f3;
}
.item-3D .average-params-table .report-table .empty-row td {
  border: none;
}
.item-3D .average-params-table .report-table .diameter_min_short,
.item-3D .average-params-table .report-table .diameter_max_short,
.item-3D .average-params-table .report-table .diameter_average_short {
  white-space: nowrap;
}
@media screen and (min-width: 631px) {
  .item-3D .average-params-table .report-table .diameter_min_short,
  .item-3D .average-params-table .report-table .diameter_max_short,
  .item-3D .average-params-table .report-table .diameter_average_short {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .item-3D .average-params-table .report-table .diameter_min_full,
  .item-3D .average-params-table .report-table .diameter_max_full,
  .item-3D .average-params-table .report-table .diameter_average_full {
    display: none;
  }
  .item-3D .average-params-table .report-table .diameter_sign {
    font-size: 16px;
  }
}
@media screen and (min-width: 946px) {
  .item-3D .average-params-table .report-table .diameter_min_short_cushion,
  .item-3D .average-params-table .report-table .diameter_max_short_cushion,
  .item-3D .average-params-table .report-table .diameter_average_short_cushion {
    display: none;
  }
}
@media screen and (max-width: 945px) {
  .item-3D .average-params-table .report-table .diameter_min_full_cushion,
  .item-3D .average-params-table .report-table .diameter_max_full_cushion,
  .item-3D .average-params-table .report-table .diameter_average_full_cushion {
    display: none;
  }
  .item-3D .average-params-table .report-table .diameter_sign_cushion {
    font-size: 16px;
  }
}
@media screen and (min-width: 931px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_cushion_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_cushion_desktop,
  .item-3D .average-params-table .report-table .table_widthwise_narrow_cushion_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_narrow_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 546px) and (max-width: 930px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_cushion_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_cushion_desktop,
  .item-3D .average-params-table .report-table .table_widthwise_narrow_cushion_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_narrow_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 545px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_cushion_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_cushion_desktop,
  .item-3D .average-params-table .report-table .table_widthwise_short_cushion_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 621px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_cushion_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_cushion_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 545px) {
  .item-3D .average-params-table .report-table .spread_short_cushion_desktop,
  .item-3D .average-params-table .report-table .width_short_cushion_desktop,
  .item-3D .average-params-table .report-table .length_short_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 544px) {
  .item-3D .average-params-table .report-table .spread_full_cushion_desktop,
  .item-3D .average-params-table .report-table .width_full_cushion_desktop,
  .item-3D .average-params-table .report-table .length_full_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 707px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_widthwise_narrow_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_narrow_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) and (max-width: 706px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_widthwise_narrow_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_narrow_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_widthwise_short_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 531px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .item-3D .average-params-table .report-table .width_short_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .length_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table .report-table .width_full_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .length_full_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 875px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_square_cushion_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_square_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 874px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_square_cushion_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_square_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 622px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_square_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 621px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_square_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 605px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_square_cushion_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_square_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 604px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_square_cushion_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_square_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 435px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_square_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 434px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_square_cushion_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 704px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_radiant_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 703px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_radiant_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 584px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_radiant_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 583px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_radiant_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 538px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_radiant_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 537px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_radiant_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 404px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_radiant_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 403px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_radiant_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 532px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_square_radiant_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_square_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 531px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_square_radiant_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_square_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 392px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_square_radiant_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_square_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 391px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_square_radiant_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_square_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 536px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_princess_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_princess_desktop {
    display: none;
  }
}
@media screen and (max-width: 535px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_princess_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_princess_desktop {
    display: none;
  }
}
@media screen and (min-width: 411px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_princess_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_princess_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_princess_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_princess_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 715px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_stepcut_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_stepcut_desktop {
    display: none;
  }
}
@media screen and (max-width: 714px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_stepcut_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_stepcut_desktop {
    display: none;
  }
}
@media screen and (min-width: 531px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_stepcut_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_stepcut_desktop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_stepcut_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_stepcut_desktop {
    display: none;
  }
}
@media screen and (min-width: 584px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_stepcut_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 583px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_stepcut_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 404px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_stepcut_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 403px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_stepcut_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 848px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_fancyround_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_fancyround_desktop {
    display: none;
  }
}
@media screen and (max-width: 847px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_fancyround_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_fancyround_desktop {
    display: none;
  }
}
@media screen and (min-width: 671px) {
  .item-3D .average-params-table .report-table .table_widthwise_short_fancyround_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_short_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .item-3D .average-params-table .report-table .table_widthwise_full_fancyround_comparative_desktop,
  .item-3D .average-params-table .report-table .table_lengthwise_full_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 581px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_fancyround_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_fancyround_desktop {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_fancyround_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_fancyround_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .item-3D .average-params-table .report-table .pavilion_angle_short_fancyround_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_short_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table .report-table .pavilion_angle_full_fancyround_comparative_desktop,
  .item-3D .average-params-table .report-table .pavilion_height_full_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  .item-3D .average-params-table .report-table {
    font-size: 10px;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table .report-table {
    font-size: 8px;
  }
}
.item-3D .average-params-table-full {
  position: relative;
  left: 0px;
  bottom: 0px;
  color: #6f6f6f !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 3000px) {
  .item-3D .average-params-table-full {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .item-3D .average-params-table-full {
    font-size: 15px;
  }
}
@media screen and (max-width: 710px) {
  .item-3D .average-params-table-full {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .item-3D .average-params-table-full {
    font-size: 9px;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table-full {
    font-size: 7px;
  }
}
.item-3D .average-params-table-full p {
  margin: 0;
  font-size: 12px;
}
.item-3D .average-params-table-full .report-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0%;
  margin-top: 1%;
}
.item-3D .average-params-table-full .report-table th,
.item-3D .average-params-table-full .report-table td {
  border: 1px solid #e4e4e4 !important;
  padding: 0.1875rem;
  text-align: center;
}
.item-3D .average-params-table-full .report-table th {
  font-family: Verdana;
  font-weight: bolder;
  background: #f3f3f3;
}
.item-3D .average-params-table-full .report-table .empty-row td {
  border: none;
}
.item-3D .average-params-table-full .report-table .diameter_min_short,
.item-3D .average-params-table-full .report-table .diameter_max_short,
.item-3D .average-params-table-full .report-table .diameter_average_short {
  white-space: nowrap;
}
@media screen and (min-width: 631px) {
  .item-3D .average-params-table-full .report-table .diameter_min_short,
  .item-3D .average-params-table-full .report-table .diameter_max_short,
  .item-3D .average-params-table-full .report-table .diameter_average_short {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .item-3D .average-params-table-full .report-table .diameter_min_full,
  .item-3D .average-params-table-full .report-table .diameter_max_full,
  .item-3D .average-params-table-full .report-table .diameter_average_full {
    display: none;
  }
  .item-3D .average-params-table-full .report-table .diameter_sign {
    font-size: 16px;
  }
}
@media screen and (min-width: 946px) {
  .item-3D .average-params-table-full .report-table .diameter_min_short_cushion,
  .item-3D .average-params-table-full .report-table .diameter_max_short_cushion,
  .item-3D .average-params-table-full .report-table .diameter_average_short_cushion {
    display: none;
  }
}
@media screen and (max-width: 945px) {
  .item-3D .average-params-table-full .report-table .diameter_min_full_cushion,
  .item-3D .average-params-table-full .report-table .diameter_max_full_cushion,
  .item-3D .average-params-table-full .report-table .diameter_average_full_cushion {
    display: none;
  }
  .item-3D .average-params-table-full .report-table .diameter_sign_cushion {
    font-size: 16px;
  }
}
@media screen and (min-width: 931px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_widthwise_narrow_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_narrow_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 546px) and (max-width: 930px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_widthwise_narrow_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_narrow_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 545px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_widthwise_short_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 621px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_cushion_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_cushion_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 545px) {
  .item-3D .average-params-table-full .report-table .spread_short_cushion_desktop,
  .item-3D .average-params-table-full .report-table .width_short_cushion_desktop,
  .item-3D .average-params-table-full .report-table .length_short_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 544px) {
  .item-3D .average-params-table-full .report-table .spread_full_cushion_desktop,
  .item-3D .average-params-table-full .report-table .width_full_cushion_desktop,
  .item-3D .average-params-table-full .report-table .length_full_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 707px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_widthwise_narrow_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_narrow_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) and (max-width: 706px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_widthwise_narrow_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_narrow_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_widthwise_short_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 531px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .item-3D .average-params-table-full .report-table .width_short_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .length_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table-full .report-table .width_full_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .length_full_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 875px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_square_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_square_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 874px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_square_cushion_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_square_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 622px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_square_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 621px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_square_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 605px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_square_cushion_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_square_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 604px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_square_cushion_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_square_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 435px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_square_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 434px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_square_cushion_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 704px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_radiant_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 703px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_radiant_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 584px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_radiant_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 583px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_radiant_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 538px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_radiant_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 537px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_radiant_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 404px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_radiant_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 403px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_radiant_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 532px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_square_radiant_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_square_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 531px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_square_radiant_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_square_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 392px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_square_radiant_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_square_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 391px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_square_radiant_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_square_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 536px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_princess_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_princess_desktop {
    display: none;
  }
}
@media screen and (max-width: 535px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_princess_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_princess_desktop {
    display: none;
  }
}
@media screen and (min-width: 411px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_princess_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_princess_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_princess_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_princess_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 715px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_stepcut_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_stepcut_desktop {
    display: none;
  }
}
@media screen and (max-width: 714px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_stepcut_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_stepcut_desktop {
    display: none;
  }
}
@media screen and (min-width: 531px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_stepcut_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_stepcut_desktop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_stepcut_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_stepcut_desktop {
    display: none;
  }
}
@media screen and (min-width: 584px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_stepcut_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 583px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_stepcut_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 404px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_stepcut_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 403px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_stepcut_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 848px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_fancyround_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_fancyround_desktop {
    display: none;
  }
}
@media screen and (max-width: 847px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_fancyround_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_fancyround_desktop {
    display: none;
  }
}
@media screen and (min-width: 671px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_short_fancyround_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_short_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .item-3D .average-params-table-full .report-table .table_widthwise_full_fancyround_comparative_desktop,
  .item-3D .average-params-table-full .report-table .table_lengthwise_full_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 581px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_fancyround_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_fancyround_desktop {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_fancyround_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_fancyround_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_short_fancyround_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_short_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table-full .report-table .pavilion_angle_full_fancyround_comparative_desktop,
  .item-3D .average-params-table-full .report-table .pavilion_height_full_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  .item-3D .average-params-table-full .report-table {
    font-size: 10px;
  }
}
@media screen and (max-width: 430px) {
  .item-3D .average-params-table-full .report-table {
    font-size: 8px;
  }
}
.item-3D .item-params-table {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 98%;
  margin: 0%;
  margin-top: 0%;
}
.item-3D .item-3d-tooltip {
  min-width: 130px;
  display: none;
  position: absolute;
  padding: 5px 0 7px;
  line-height: 18px;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  color: #a9a9a9;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 3000;
  pointer-events: none;
  background: #fff;
}
.item-3D .item-3d-tooltip:before,
.item-3D .item-3d-tooltip:after {
  width: 0;
  height: 0;
  border-width: 0;
  border-style: solid;
  position: absolute;
  content: '';
}
.item-3D .item-3d-tooltip.bottom:before,
.item-3D .item-3d-tooltip.bottom:after {
  margin-left: -10px;
  top: 100%;
  left: 50%;
}
.item-3D .item-3d-tooltip.bottom:before {
  margin-top: 1px;
  border-width: 10px 10px 0 10px;
  border-color: #b2b2b2 transparent transparent transparent;
}
.item-3D .item-3d-tooltip.bottom:after {
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.item-3D .item-3d-tooltip.top:before,
.item-3D .item-3d-tooltip.top:after {
  margin-left: -10px;
  bottom: 100%;
  left: 50%;
}
.item-3D .item-3d-tooltip.top:before {
  margin-top: -1px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #666666 transparent;
}
.item-3D .item-3d-tooltip.top:after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.item-3D .item-3d-tooltip.right:before,
.item-3D .item-3d-tooltip.right:after {
  margin-top: -10px;
  top: 50%;
  left: 100%;
}
.item-3D .item-3d-tooltip.right:before {
  margin-left: 1px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #b2b2b2;
}
.item-3D .item-3d-tooltip.right:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.item-3D .item-3d-tooltip.left:before,
.item-3D .item-3d-tooltip.left:after {
  margin-top: -10px;
  top: 50%;
  right: 100%;
}
.item-3D .item-3d-tooltip.left:before {
  margin-left: -1px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #323232 transparent transparent;
}
.item-3D .item-3d-tooltip.left:after {
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.item-3D .item-3d-tooltip .tooltip-data table {
  margin-top: 5px;
  border-top: 1px solid #ddd;
}
.item-3D .item-3d-tooltip .tooltip-data tr:nth-child(odd) {
  background: #f3f3f3;
}
.item-3D .item-3d-tooltip .tooltip-data tr.tooltip-row-first,
.item-3D .item-3d-tooltip .tooltip-data tr.tooltip-row-first ~ tr {
  background: none;
}
.item-3D .item-3d-tooltip .tooltip-data tr.tooltip-row-first ~ tr:nth-child(even) {
  background: #f3f3f3;
}
.item-3D .item-3d-tooltip .tooltip-data tr.additional {
  background: #fffbc7 !important;
}
.item-3D .item-3d-tooltip .tooltip-data tr.auxiliary td {
  color: #a9a9a9 !important;
}
.item-3D .item-3d-tooltip .tooltip-fullname,
.item-3D .item-3d-tooltip .tooltip-data-title {
  margin: 0;
  color: #3d3d3d;
}
.item-3D .item-3d-tooltip .tooltip-fullname {
  padding: 0 10px;
  line-height: 19px;
  font-size: 12px;
}
.item-3D .item-3d-tooltip .tooltip-data-title {
  padding: 0 9px;
  font-size: 12px;
  color: #0A236B;
}
.item-3D .item-3d-tooltip .tooltip-data-title + .tooltip-data-title {
  border-left: 1px solid #ddd;
}
.item-3D .item-3d-tooltip .tooltip-number {
  margin-left: 5px;
  float: right;
  line-height: 21px;
  font-size: 9px;
  color: #a9a9a9;
}
.item-3D .item-3d-tooltip .tooltip-number-fake {
  margin-left: 0;
  margin-right: 5px;
  float: left;
  opacity: 0;
}
.item-3D .item-3d-tooltip .tooltip-value.min-value {
  color: #cf0000;
}
.item-3D .item-3d-tooltip .tooltip-value.max-value {
  color: #00cf00;
}
.item-3D .item-3d-tooltip .tooltip-postfix {
  color: #a9a9a9;
}
.item-3D .item-3d-tooltip th,
.item-3D .item-3d-tooltip td {
  padding: 0 6px;
  font-size: 11px;
  color: #3d3d3d;
  text-align: left;
  white-space: nowrap;
}
.item-3D .item-3d-tooltip .tooltip-col-value {
  padding: 0 9px 0 3px;
}
.item-3D .item-3d-tooltip .tooltip-col-value + .tooltip-col-value {
  border-left: 1px solid #ddd;
}
.report-3d-controls {
  width: var(--controls-width);
  margin-right: -7px;
  padding: 0 15px 15px;
  border: 1px solid #e4e4e4;
  position: absolute;
  top: -1px;
  right: calc(0px - (var(--controls-width) - 1px));
  font-size: 0.85em;
  visibility: hidden;
  opacity: 0;
  z-index: 3001;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}
.report-3d-controls.hidden {
  top: 0;
  right: 0;
}
.report-3d-controls.opened-controls {
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.report-3d-controls.opened-controls:before,
.report-3d-controls.opened-controls:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 29px;
  left: -18px;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
  content: '';
}
.report-3d-controls.opened-controls:after {
  left: -15px;
  border-color: transparent #ffffff transparent transparent;
}
.report-3d-controls.opposite {
  margin-right: 0;
  margin-left: -10px;
  right: auto;
  left: calc(0px - (var(--controls-width) + 1px));
}
.report-3d-controls.opposite:before,
.report-3d-controls.opposite:after {
  left: auto;
  right: -18px;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
}
.report-3d-controls.opposite:after {
  right: -15px;
  border-color: transparent transparent transparent #ffffff;
}
.report-3d-controls.edge {
  margin-right: 0;
  left: auto;
}
.report-3d-controls .btn-close-3d-controls {
  top: 0px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  position: absolute;
  z-index: 2;
  line-height: 40px;
  font-size: 19px;
  color: #c5c5c5;
  text-align: center;
  text-decoration: none;
  background: none;
}
.report-3d-controls .btn-close-3d-controls:hover {
  color: #5dacdf;
}
@media screen and (max-width: 710px) {
  .report-3d-controls .btn-close-3d-controls {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 540px) {
  .report-3d-controls .btn-close-3d-controls {
    font-size: 1em;
  }
}
@media screen and (max-width: 430px) {
  .report-3d-controls .btn-close-3d-controls {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 540px) {
  .report-3d-controls .btn-close-3d-controls {
    right: 5px;
  }
}
.report-3d-controls .grid-controls-wrap {
  width: 93px;
  margin: 0 auto;
  overflow: hidden;
}
.report-3d-controls .report-set-grid {
  width: 25px;
  height: 25px;
  margin: 3px;
  float: left;
  cursor: pointer;
  background: #ccc;
}
.report-3d-controls .report-set-grid.over {
  background: #5dacdf;
}
.report-3d-controls .label-tooltip {
  font-size: 90%;
  color: #b0b0b0;
}
.report-3d-controls .nested {
  margin-left: 13px;
}
.report-3d-controls label {
  display: block;
  padding: 1px 0;
}
.report-3d-controls .inline-label {
  display: inline-block;
  padding: 1px;
}
.report-3d-controls select {
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 710px) {
  .report-3d-controls {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 430px) {
  .report-3d-controls {
    font-size: 0.6em;
  }
}
.report-comparative-controls {
  margin-bottom: 3px;
}
.report-comparative-controls.hidden {
  display: none;
}
.report-comparative-controls label {
  display: block;
}
.settings-controls {
  display: none;
}
.view-controls {
  margin: 5px 0 5px;
}
.brilliant-type-visible.hidden {
  display: none;
}
.btn-row {
  margin: 0.3em 0 0 0;
  overflow: hidden;
  font-size: 1.2em;
}
.btn-row .btn-r {
  width: calc(50% - 1em);
  margin: 0.1em 0.25em 0 0;
  font-size: 0.85em;
}
@media screen and (max-width: 710px) {
  .btn-row .btn-r {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 540px) {
  .btn-row .btn-r {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 430px) {
  .btn-row .btn-r {
    font-size: 0.65em;
  }
}
.btn-info {
  min-width: 40px;
  background: #e4e4e4;
  border: 1px solid #ccc;
}
.btn-info .fa {
  color: #6f6f6f;
}
.btn-info:hover,
.btn-info.active {
  background: #5dacdf;
  border-color: #3296d7;
  color: #fff;
}
.btn-info:hover .fa,
.btn-info.active .fa {
  color: #fff;
}
.btn-info + .btn-r {
  margin-left: 10px;
}
@media screen and (max-width: 710px) {
  .btn-info {
    min-width: 45px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 430px) {
  .btn-info {
    min-width: 35px;
    border-radius: 1px;
  }
}
.btn-r {
  min-width: 25px;
  background: #e4e4e4;
  border: 1px solid #ccc;
  padding: 5px 4px;
  border-radius: 3px;
}
.btn-r .fa {
  color: #6f6f6f;
}
.btn-r:hover,
.btn-r.active {
  background: #5dacdf;
  border-color: #3296d7;
  color: #fff;
}
.btn-r:hover .fa,
.btn-r.active .fa {
  color: #fff;
}
.btn-r + .btn-r {
  margin-left: 10px;
}
@media screen and (max-width: 710px) {
  .btn-r {
    min-width: 16px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 430px) {
  .btn-r {
    min-width: 12px;
    border-radius: 1px;
  }
}
.btn-toggle.opened {
  background: #5dacdf;
  border-color: #3296d7;
  color: #fff;
}
.input-r {
  padding: 6px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0;
}
.input-r + .btn-r {
  margin-left: 10px;
}
#rotate-hint {
  display: none;
}
#color-indication.hidden,
.remaining-depth.hidden,
.remaining-depth-side.hidden,
.chart__checkbox.hidden,
.legend-mini-scale.hidden,
.axis-symmetry.hidden,
.deviation-from-average.hidden,
.girdle-thickness.hidden,
.junctions-labels.hidden,
.facet-number.hidden,
.main-label-outside.hidden,
.distance-from-reference-micron.hidden,
.distance-from-current-micron.hidden,
#dialog-confirm.hidden,
.mic-mode.hidden,
.girdle-thickness-sub.hidden,
.invisible-edges.hidden,
.average-params.hidden,
.view-label.hidden,
.sync-with-scene.hidden,
.legend__checkbox.hidden {
  display: none;
}
.unsaved-preset-changes.hidden,
#delete-preset.hidden {
  opacity: 0;
  visibility: hidden;
}
#rotate-delay {
  display: none;
  clear: both;
}
#rotate-delay-slider {
  display: block;
}
#octreport-data-select-wrapper {
  margin-bottom: 20px;
}
.octreport-container {
  max-width: 86rem;
  margin: 0 auto;
}
.octreport-header {
  padding: 0 20px;
  overflow: hidden;
  background: #f5f5f5;
}
.octreport-header-buttons {
  margin-top: 25px;
}
.octreport-inline-label {
  margin-right: 10px;
  display: inline-block;
}
.preset-wrapper .octreport-inline-label {
  min-width: 95px;
}
.octreport-logo {
  width: 196px;
  height: 65px;
  margin: 8px 0;
  float: left;
  text-indent: -9999px;
  background: url(../img/octonus-logo.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 480px) {
  .octreport-logo {
    width: 170px;
    height: 56px;
  }
}
.octreport-interactive {
  margin: 31px 0 10px 20px;
  float: left;
}
.octreport-logo-text {
  width: 287px;
  height: 29px;
  display: block;
  text-indent: -9999px;
  background: url(../img/interactive-reports.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 480px) {
  .octreport-logo-text {
    width: 250px;
    height: 25px;
  }
}
.octreport-version {
  float: right;
  font-size: 11px;
}
#octreport-data-select {
  max-width: 100%;
  outline: 0;
  text-transform: capitalize;
}
.example-marker {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}
.margin-top-sm {
  margin-top: 7px;
}
.margin-bottom-sm {
  margin-bottom: 7px;
}
.sep-top {
  margin-top: 5px;
  border-top: 1px solid #ccc;
}
#comparative-tabs {
  display: none;
}
.comparative-tabs {
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
  float: left;
  font-size: 0;
}
.comparative-tabs .btn-r {
  margin: 0 -1px -1px 0;
  padding: 6px 10px 5px;
  border: 0;
  font-size: 15px;
  border-radius: 0;
  background: none;
}
.comparative-tabs .btn-r:hover,
.comparative-tabs .btn-r:focus {
  color: #000;
  background: #e4e4e4;
}
.comparative-tabs .btn-r.active {
  padding-bottom: 6px;
  position: relative;
  color: #fff;
  background: #5dacdf;
}
.octreport {
  padding-top: 20px;
}
.octreport .item-3D-hint {
  margin: 0 0 10px;
  font-size: 11px;
}
.octreport .report-header {
  padding-bottom: 40px;
}
.octreport .report-block {
  clear: both;
}
.octreport .report-images {
  margin-bottom: 20px;
}
.octreport .report-images.hidden {
  display: none;
}
.octreport .report-table-params {
  margin-top: 20px;
}
.octreport .report-table-images .report-table {
  margin-bottom: 20px;
  border: 0;
}
.octreport .report-table-images .report-table.comparative td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.octreport .report-table-images .report-table.comparative tr:first-child td {
  padding-top: 0.1875rem;
}
.octreport .report-table-images .report-table.comparative tr:nth-child(even) td {
  border-top: 1px solid #e4e4e4;
}
.octreport .report-table-images .report-table td {
  border: 0;
  vertical-align: top;
}
.octreport .report-table-images .report-table img {
  max-width: 80%;
  height: auto;
  margin-bottom: 5px;
  border-radius: 5px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
}
.octreport .report-table-images .report-table-image-header {
  max-width: 80%;
  min-height: 24px;
  margin: auto;
  position: relative;
}
.octreport .report-table-images .report-table-image-title {
  margin: 0 0 4px;
}
.octreport .report-table-images .report-table-image-type {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  font-family: Verdana;
  font-weight: bolder;
  text-transform: capitalize;
}
.octreport .report-table-images .report-table-image-type.current {
  color: #0000cf;
}
.octreport .report-table-images .report-table-image-type.reference {
  color: #cf0000;
}
.octreport .report-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.octreport .report-3D {
  padding-bottom: 50px;
  position: relative;
}
.octreport .report-3D:-webkit-full-screen {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.octreport .report-3D:-webkit-full-screen .item-3D-hint,
.octreport .report-3D:-webkit-full-screen .btn-add-3d,
.octreport .report-3D:-webkit-full-screen .btn-remove-3d,
.octreport .report-3D:-webkit-full-screen .btn-fullscreen,
.octreport .report-3D:-webkit-full-screen .btn-fullscreen-browser,
.octreport .report-3D:-webkit-full-screen .grid-cell:not(.fullscreen),
.octreport .report-3D:-webkit-full-screen .grid-controls {
  display: none !important;
}
.octreport .report-3D:-webkit-full-screen .item-3D {
  height: 100%;
  margin: 0;
  padding: 0;
}
.octreport .report-3D:-webkit-full-screen .item-3D-canvas {
  float: left;
  margin: 1%;
}
.octreport .report-3D:-webkit-full-screen .grid-view,
.octreport .report-3D:-webkit-full-screen .grid-cell {
  height: 100%;
  margin: 0;
}
.octreport .report-3D:-webkit-full-screen .grid-cell {
  width: 100% !important;
  max-width: none;
  padding: 0;
}
.octreport .report-3D:-webkit-full-screen .report-3d-controls {
  max-height: 100%;
  padding-top: 0;
  border: 0;
  overflow: auto;
  box-shadow: none;
}
.octreport .report-3D:-webkit-full-screen .report-3d-controls:before,
.octreport .report-3D:-webkit-full-screen .report-3d-controls:after {
  display: none;
}
.octreport .report-3D:-webkit-full-screen .report-3d-controls .btn-r {
  margin-left: 0;
}
.octreport .report-3D:-webkit-full-screen .report-3d-controls.with-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.octreport .report-3D:-webkit-full-screen .btn-fullscreen-exit {
  display: block;
  z-index: 4000;
}
.octreport .report-3D:-moz-full-screen {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.octreport .report-3D:-moz-full-screen .item-3D-hint,
.octreport .report-3D:-moz-full-screen .btn-add-3d,
.octreport .report-3D:-moz-full-screen .btn-remove-3d,
.octreport .report-3D:-moz-full-screen .btn-fullscreen,
.octreport .report-3D:-moz-full-screen .btn-fullscreen-browser,
.octreport .report-3D:-moz-full-screen .grid-cell:not(.fullscreen),
.octreport .report-3D:-moz-full-screen .grid-controls {
  display: none !important;
}
.octreport .report-3D:-moz-full-screen .item-3D {
  height: 100%;
  margin: 0;
  padding: 0;
}
.octreport .report-3D:-moz-full-screen .item-3D-canvas {
  float: left;
  margin: 1%;
}
.octreport .report-3D:-moz-full-screen .grid-view,
.octreport .report-3D:-moz-full-screen .grid-cell {
  height: 100%;
  margin: 0;
}
.octreport .report-3D:-moz-full-screen .grid-cell {
  width: 100% !important;
  max-width: none;
  padding: 0;
}
.octreport .report-3D:-moz-full-screen .report-3d-controls {
  max-height: 100%;
  padding-top: 0;
  border: 0;
  overflow: auto;
  box-shadow: none;
}
.octreport .report-3D:-moz-full-screen .report-3d-controls:before,
.octreport .report-3D:-moz-full-screen .report-3d-controls:after {
  display: none;
}
.octreport .report-3D:-moz-full-screen .report-3d-controls .btn-r {
  margin-left: 0;
}
.octreport .report-3D:-moz-full-screen .report-3d-controls.with-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.octreport .report-3D:-moz-full-screen .btn-fullscreen-exit {
  display: block;
  z-index: 4000;
}
.octreport .report-3D:-ms-fullscreen {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.octreport .report-3D:-ms-fullscreen .item-3D-hint,
.octreport .report-3D:-ms-fullscreen .btn-add-3d,
.octreport .report-3D:-ms-fullscreen .btn-remove-3d,
.octreport .report-3D:-ms-fullscreen .btn-fullscreen,
.octreport .report-3D:-ms-fullscreen .btn-fullscreen-browser,
.octreport .report-3D:-ms-fullscreen .grid-cell:not(.fullscreen),
.octreport .report-3D:-ms-fullscreen .grid-controls {
  display: none !important;
}
.octreport .report-3D:-ms-fullscreen .item-3D {
  height: 100%;
  margin: 0;
  padding: 0;
}
.octreport .report-3D:-ms-fullscreen .item-3D-canvas {
  float: left;
  margin: 1%;
}
.octreport .report-3D:-ms-fullscreen .grid-view,
.octreport .report-3D:-ms-fullscreen .grid-cell {
  height: 100%;
  margin: 0;
}
.octreport .report-3D:-ms-fullscreen .grid-cell {
  width: 100% !important;
  max-width: none;
  padding: 0;
}
.octreport .report-3D:-ms-fullscreen .report-3d-controls {
  max-height: 100%;
  padding-top: 0;
  border: 0;
  overflow: auto;
  box-shadow: none;
}
.octreport .report-3D:-ms-fullscreen .report-3d-controls:before,
.octreport .report-3D:-ms-fullscreen .report-3d-controls:after {
  display: none;
}
.octreport .report-3D:-ms-fullscreen .report-3d-controls .btn-r {
  margin-left: 0;
}
.octreport .report-3D:-ms-fullscreen .report-3d-controls.with-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.octreport .report-3D:-ms-fullscreen .btn-fullscreen-exit {
  display: block;
  z-index: 4000;
}
.octreport .report-3D:fullscreen {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.octreport .report-3D:fullscreen .item-3D-hint,
.octreport .report-3D:fullscreen .btn-add-3d,
.octreport .report-3D:fullscreen .btn-remove-3d,
.octreport .report-3D:fullscreen .btn-fullscreen,
.octreport .report-3D:fullscreen .btn-fullscreen-browser,
.octreport .report-3D:fullscreen .grid-cell:not(.fullscreen),
.octreport .report-3D:fullscreen .grid-controls {
  display: none !important;
}
.octreport .report-3D:fullscreen .item-3D {
  height: 100%;
  margin: 0;
  padding: 0;
}
.octreport .report-3D:fullscreen .item-3D-canvas {
  float: left;
  margin: 1%;
}
.octreport .report-3D:fullscreen .grid-view,
.octreport .report-3D:fullscreen .grid-cell {
  height: 100%;
  margin: 0;
}
.octreport .report-3D:fullscreen .grid-cell {
  width: 100% !important;
  max-width: none;
  padding: 0;
}
.octreport .report-3D:fullscreen .report-3d-controls {
  max-height: 100%;
  padding-top: 0;
  border: 0;
  overflow: auto;
  box-shadow: none;
}
.octreport .report-3D:fullscreen .report-3d-controls:before,
.octreport .report-3D:fullscreen .report-3d-controls:after {
  display: none;
}
.octreport .report-3D:fullscreen .report-3d-controls .btn-r {
  margin-left: 0;
}
.octreport .report-3D:fullscreen .report-3d-controls.with-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.octreport .report-3D:fullscreen .btn-fullscreen-exit {
  display: block;
  z-index: 4000;
}
.octreport .report-3D.report-3D-empty {
  text-align: center;
}
.octreport .report-3D.report-3D-empty .btn-add-3d {
  position: static;
}
.octreport .report-3D.report-3D-empty .btn-add-3d:after {
  content: ' Add 3D View';
}
.octreport .report-3D .item-3D-canvas {
  border: 1px solid #e4e4e4;
  position: relative;
}
.octreport .report-3D .item-3D-canvas:hover .btn-fullscreen,
.octreport .report-3D .item-3D-canvas:focus .btn-fullscreen,
.octreport .report-3D .item-3D-canvas:hover .btn-fullscreen-browser,
.octreport .report-3D .item-3D-canvas:focus .btn-fullscreen-browser {
  display: block;
}
.octreport .btn-add-3d {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.octreport .btn-remove-3d {
  top: -35px;
  right: -13px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  position: absolute;
  z-index: 2;
  line-height: 40px;
  font-size: 19px;
  color: #c5c5c5;
  text-align: center;
  text-decoration: none;
  background: none;
}
.octreport .btn-remove-3d:hover {
  color: #cf0000;
}
@media screen and (max-width: 710px) {
  .octreport .btn-remove-3d {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 540px) {
  .octreport .btn-remove-3d {
    font-size: 1em;
  }
}
@media screen and (max-width: 430px) {
  .octreport .btn-remove-3d {
    font-size: 1.2em;
  }
}
.octreport .report-cutting-type {
  float: left;
  margin-bottom: 20px;
}
.octreport .report-date {
  float: right;
}
.octreport .grid-view {
  margin-right: -20px;
  margin-left: -20px;
}
.octreport .grid-view.grid-view-single {
  margin: 0;
}
.octreport .grid-cell {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
}
.octreport .grid-cell-full {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0;
  float: none;
  display: block;
}
.octreport .grid-cell-half {
  width: 50%;
}
.octreport .grid-cell-third {
  width: 33.33%;
}
.octreport .report-grid {
  display: table;
  clear: both;
  margin: 20px 0;
  width: 100%;
}
.octreport .report-grid .report-grid {
  width: auto;
  margin-top: 0;
}
.octreport .report-grid .row {
  margin: 0;
  display: table-row;
}
.octreport .report-grid .row-space-top .cell {
  padding-top: 20px;
}
.octreport .report-grid .cell-1-2 {
  width: 50%;
}
.octreport .report-grid .cell-1-2:first-child {
  padding-right: 10px;
}
.octreport .report-grid .cell-1-2:last-child {
  padding-left: 10px;
}
.octreport .report-grid .cell {
  display: table-cell;
}
.octreport .report-grid .cell-label {
  padding-right: 10px;
}
.octreport .report-grid-cell:first-child {
  width: 50%;
  float: left;
}
.octreport .report-grid-cell + .report-grid-cell {
  margin-left: 50%;
}
.octreport .report-grid-cell .cell-label {
  width: 30%;
}
.octreport .report-grid-cell-full {
  width: 100%;
  float: none;
}
.octreport .average-params-table {
  position: relative;
  left: 0px;
  bottom: 0px;
  color: #6f6f6f !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 3000px) {
  .octreport .average-params-table {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .octreport .average-params-table {
    font-size: 15px;
  }
}
@media screen and (max-width: 710px) {
  .octreport .average-params-table {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .octreport .average-params-table {
    font-size: 9px;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table {
    font-size: 7px;
  }
}
.octreport .average-params-table p {
  margin: 0;
  font-size: 12px;
}
.octreport .average-params-table .report-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0%;
  margin-top: 1%;
}
.octreport .average-params-table .report-table th,
.octreport .average-params-table .report-table td {
  border: 1px solid #e4e4e4 !important;
  padding: 0.1875rem;
  text-align: center;
}
.octreport .average-params-table .report-table th {
  font-family: Verdana;
  font-weight: bolder;
  background: #f3f3f3;
}
.octreport .average-params-table .report-table .empty-row td {
  border: none;
}
.octreport .average-params-table .report-table .diameter_min_short,
.octreport .average-params-table .report-table .diameter_max_short,
.octreport .average-params-table .report-table .diameter_average_short {
  white-space: nowrap;
}
@media screen and (min-width: 631px) {
  .octreport .average-params-table .report-table .diameter_min_short,
  .octreport .average-params-table .report-table .diameter_max_short,
  .octreport .average-params-table .report-table .diameter_average_short {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .octreport .average-params-table .report-table .diameter_min_full,
  .octreport .average-params-table .report-table .diameter_max_full,
  .octreport .average-params-table .report-table .diameter_average_full {
    display: none;
  }
  .octreport .average-params-table .report-table .diameter_sign {
    font-size: 16px;
  }
}
@media screen and (min-width: 946px) {
  .octreport .average-params-table .report-table .diameter_min_short_cushion,
  .octreport .average-params-table .report-table .diameter_max_short_cushion,
  .octreport .average-params-table .report-table .diameter_average_short_cushion {
    display: none;
  }
}
@media screen and (max-width: 945px) {
  .octreport .average-params-table .report-table .diameter_min_full_cushion,
  .octreport .average-params-table .report-table .diameter_max_full_cushion,
  .octreport .average-params-table .report-table .diameter_average_full_cushion {
    display: none;
  }
  .octreport .average-params-table .report-table .diameter_sign_cushion {
    font-size: 16px;
  }
}
@media screen and (min-width: 931px) {
  .octreport .average-params-table .report-table .table_widthwise_short_cushion_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_cushion_desktop,
  .octreport .average-params-table .report-table .table_widthwise_narrow_cushion_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_narrow_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 546px) and (max-width: 930px) {
  .octreport .average-params-table .report-table .table_widthwise_full_cushion_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_cushion_desktop,
  .octreport .average-params-table .report-table .table_widthwise_narrow_cushion_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_narrow_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 545px) {
  .octreport .average-params-table .report-table .table_widthwise_full_cushion_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_cushion_desktop,
  .octreport .average-params-table .report-table .table_widthwise_short_cushion_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 621px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_cushion_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_cushion_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 545px) {
  .octreport .average-params-table .report-table .spread_short_cushion_desktop,
  .octreport .average-params-table .report-table .width_short_cushion_desktop,
  .octreport .average-params-table .report-table .length_short_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 544px) {
  .octreport .average-params-table .report-table .spread_full_cushion_desktop,
  .octreport .average-params-table .report-table .width_full_cushion_desktop,
  .octreport .average-params-table .report-table .length_full_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 707px) {
  .octreport .average-params-table .report-table .table_widthwise_short_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_widthwise_narrow_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_narrow_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) and (max-width: 706px) {
  .octreport .average-params-table .report-table .table_widthwise_full_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_widthwise_narrow_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_narrow_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table .report-table .table_widthwise_full_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_widthwise_short_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 531px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .octreport .average-params-table .report-table .width_short_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .length_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table .report-table .width_full_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .length_full_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 875px) {
  .octreport .average-params-table .report-table .table_widthwise_short_square_cushion_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_square_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 874px) {
  .octreport .average-params-table .report-table .table_widthwise_full_square_cushion_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_square_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 622px) {
  .octreport .average-params-table .report-table .table_widthwise_short_square_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 621px) {
  .octreport .average-params-table .report-table .table_widthwise_full_square_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 605px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_square_cushion_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_square_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 604px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_square_cushion_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_square_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 435px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_square_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 434px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_square_cushion_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 704px) {
  .octreport .average-params-table .report-table .table_widthwise_short_radiant_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 703px) {
  .octreport .average-params-table .report-table .table_widthwise_full_radiant_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 584px) {
  .octreport .average-params-table .report-table .table_widthwise_short_radiant_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 583px) {
  .octreport .average-params-table .report-table .table_widthwise_full_radiant_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 538px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_radiant_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 537px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_radiant_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 404px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_radiant_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 403px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_radiant_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 532px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_square_radiant_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_square_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 531px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_square_radiant_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_square_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 392px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_square_radiant_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_square_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 391px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_square_radiant_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_square_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 536px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_princess_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_princess_desktop {
    display: none;
  }
}
@media screen and (max-width: 535px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_princess_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_princess_desktop {
    display: none;
  }
}
@media screen and (min-width: 411px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_princess_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_princess_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_princess_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_princess_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 715px) {
  .octreport .average-params-table .report-table .table_widthwise_short_stepcut_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_stepcut_desktop {
    display: none;
  }
}
@media screen and (max-width: 714px) {
  .octreport .average-params-table .report-table .table_widthwise_full_stepcut_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_stepcut_desktop {
    display: none;
  }
}
@media screen and (min-width: 531px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_stepcut_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_stepcut_desktop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_stepcut_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_stepcut_desktop {
    display: none;
  }
}
@media screen and (min-width: 584px) {
  .octreport .average-params-table .report-table .table_widthwise_short_stepcut_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 583px) {
  .octreport .average-params-table .report-table .table_widthwise_full_stepcut_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 404px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_stepcut_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 403px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_stepcut_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 848px) {
  .octreport .average-params-table .report-table .table_widthwise_short_fancyround_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_fancyround_desktop {
    display: none;
  }
}
@media screen and (max-width: 847px) {
  .octreport .average-params-table .report-table .table_widthwise_full_fancyround_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_fancyround_desktop {
    display: none;
  }
}
@media screen and (min-width: 671px) {
  .octreport .average-params-table .report-table .table_widthwise_short_fancyround_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_short_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .octreport .average-params-table .report-table .table_widthwise_full_fancyround_comparative_desktop,
  .octreport .average-params-table .report-table .table_lengthwise_full_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 581px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_fancyround_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_fancyround_desktop {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_fancyround_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_fancyround_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .octreport .average-params-table .report-table .pavilion_angle_short_fancyround_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_short_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table .report-table .pavilion_angle_full_fancyround_comparative_desktop,
  .octreport .average-params-table .report-table .pavilion_height_full_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  .octreport .average-params-table .report-table {
    font-size: 10px;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table .report-table {
    font-size: 8px;
  }
}
.octreport .average-params-table-full {
  position: relative;
  left: 0px;
  bottom: 0px;
  color: #6f6f6f !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 3000px) {
  .octreport .average-params-table-full {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .octreport .average-params-table-full {
    font-size: 15px;
  }
}
@media screen and (max-width: 710px) {
  .octreport .average-params-table-full {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .octreport .average-params-table-full {
    font-size: 9px;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table-full {
    font-size: 7px;
  }
}
.octreport .average-params-table-full p {
  margin: 0;
  font-size: 12px;
}
.octreport .average-params-table-full .report-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0%;
  margin-top: 1%;
}
.octreport .average-params-table-full .report-table th,
.octreport .average-params-table-full .report-table td {
  border: 1px solid #e4e4e4 !important;
  padding: 0.1875rem;
  text-align: center;
}
.octreport .average-params-table-full .report-table th {
  font-family: Verdana;
  font-weight: bolder;
  background: #f3f3f3;
}
.octreport .average-params-table-full .report-table .empty-row td {
  border: none;
}
.octreport .average-params-table-full .report-table .diameter_min_short,
.octreport .average-params-table-full .report-table .diameter_max_short,
.octreport .average-params-table-full .report-table .diameter_average_short {
  white-space: nowrap;
}
@media screen and (min-width: 631px) {
  .octreport .average-params-table-full .report-table .diameter_min_short,
  .octreport .average-params-table-full .report-table .diameter_max_short,
  .octreport .average-params-table-full .report-table .diameter_average_short {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .octreport .average-params-table-full .report-table .diameter_min_full,
  .octreport .average-params-table-full .report-table .diameter_max_full,
  .octreport .average-params-table-full .report-table .diameter_average_full {
    display: none;
  }
  .octreport .average-params-table-full .report-table .diameter_sign {
    font-size: 16px;
  }
}
@media screen and (min-width: 946px) {
  .octreport .average-params-table-full .report-table .diameter_min_short_cushion,
  .octreport .average-params-table-full .report-table .diameter_max_short_cushion,
  .octreport .average-params-table-full .report-table .diameter_average_short_cushion {
    display: none;
  }
}
@media screen and (max-width: 945px) {
  .octreport .average-params-table-full .report-table .diameter_min_full_cushion,
  .octreport .average-params-table-full .report-table .diameter_max_full_cushion,
  .octreport .average-params-table-full .report-table .diameter_average_full_cushion {
    display: none;
  }
  .octreport .average-params-table-full .report-table .diameter_sign_cushion {
    font-size: 16px;
  }
}
@media screen and (min-width: 931px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_widthwise_narrow_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_narrow_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 546px) and (max-width: 930px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_widthwise_narrow_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_narrow_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 545px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_widthwise_short_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 621px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_cushion_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_cushion_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 545px) {
  .octreport .average-params-table-full .report-table .spread_short_cushion_desktop,
  .octreport .average-params-table-full .report-table .width_short_cushion_desktop,
  .octreport .average-params-table-full .report-table .length_short_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 544px) {
  .octreport .average-params-table-full .report-table .spread_full_cushion_desktop,
  .octreport .average-params-table-full .report-table .width_full_cushion_desktop,
  .octreport .average-params-table-full .report-table .length_full_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 707px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_widthwise_narrow_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_narrow_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) and (max-width: 706px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_widthwise_narrow_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_narrow_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_widthwise_short_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 531px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .octreport .average-params-table-full .report-table .width_short_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .length_short_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table-full .report-table .width_full_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .length_full_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 875px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_square_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_square_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 874px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_square_cushion_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_square_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 622px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_square_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 621px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_square_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 605px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_square_cushion_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_square_cushion_desktop {
    display: none;
  }
}
@media screen and (max-width: 604px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_square_cushion_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_square_cushion_desktop {
    display: none;
  }
}
@media screen and (min-width: 435px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_square_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 434px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_square_cushion_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_square_cushion_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 704px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_radiant_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 703px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_radiant_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 584px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_radiant_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 583px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_radiant_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 538px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_radiant_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 537px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_radiant_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 404px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_radiant_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 403px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_radiant_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 532px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_square_radiant_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_square_radiant_desktop {
    display: none;
  }
}
@media screen and (max-width: 531px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_square_radiant_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_square_radiant_desktop {
    display: none;
  }
}
@media screen and (min-width: 392px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_square_radiant_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_square_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 391px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_square_radiant_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_square_radiant_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 536px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_princess_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_princess_desktop {
    display: none;
  }
}
@media screen and (max-width: 535px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_princess_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_princess_desktop {
    display: none;
  }
}
@media screen and (min-width: 411px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_princess_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_princess_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_princess_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_princess_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 715px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_stepcut_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_stepcut_desktop {
    display: none;
  }
}
@media screen and (max-width: 714px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_stepcut_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_stepcut_desktop {
    display: none;
  }
}
@media screen and (min-width: 531px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_stepcut_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_stepcut_desktop {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_stepcut_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_stepcut_desktop {
    display: none;
  }
}
@media screen and (min-width: 584px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_stepcut_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 583px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_stepcut_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 404px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_stepcut_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 403px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_stepcut_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_stepcut_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 848px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_fancyround_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_fancyround_desktop {
    display: none;
  }
}
@media screen and (max-width: 847px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_fancyround_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_fancyround_desktop {
    display: none;
  }
}
@media screen and (min-width: 671px) {
  .octreport .average-params-table-full .report-table .table_widthwise_short_fancyround_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_short_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .octreport .average-params-table-full .report-table .table_widthwise_full_fancyround_comparative_desktop,
  .octreport .average-params-table-full .report-table .table_lengthwise_full_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (min-width: 581px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_fancyround_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_fancyround_desktop {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_fancyround_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_fancyround_desktop {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_short_fancyround_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_short_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table-full .report-table .pavilion_angle_full_fancyround_comparative_desktop,
  .octreport .average-params-table-full .report-table .pavilion_height_full_fancyround_comparative_desktop {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  .octreport .average-params-table-full .report-table {
    font-size: 10px;
  }
}
@media screen and (max-width: 430px) {
  .octreport .average-params-table-full .report-table {
    font-size: 8px;
  }
}
.octreport .report-grid-offset {
  width: 100%;
  margin-left: 0%;
  padding-top: 20px;
  clear: both;
}
.octreport .report-grid-offset .empty-row td {
  border: none;
}
@media screen and (min-width: 653px) {
  .octreport .report-grid-offset .report-table .table_widthwise_short_cushion_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_short_cushion_fulli3d {
    display: none;
  }
}
@media screen and (max-width: 652px) {
  .octreport .report-grid-offset .report-table .table_widthwise_full_cushion_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_full_cushion_fulli3d {
    display: none;
  }
}
@media screen and (min-width: 711px) {
  .octreport .report-grid-offset .report-table .table_widthwise_short_square_cushion_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_short_square_cushion_fulli3d {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  .octreport .report-grid-offset .report-table .table_widthwise_full_square_cushion_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_full_square_cushion_fulli3d {
    display: none;
  }
}
@media screen and (min-width: 712px) {
  .octreport .report-grid-offset .report-table .table_widthwise_short_radiant_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_short_radiant_fulli3d {
    display: none;
  }
}
@media screen and (max-width: 711px) {
  .octreport .report-grid-offset .report-table .table_widthwise_full_radiant_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_full_radiant_fulli3d {
    display: none;
  }
}
@media screen and (min-width: 745px) {
  .octreport .report-grid-offset .report-table .table_widthwise_short_stepcut_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_short_stepcut_fulli3d {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .octreport .report-grid-offset .report-table .table_widthwise_full_stepcut_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_full_stepcut_fulli3d {
    display: none;
  }
}
@media screen and (min-width: 806px) {
  .octreport .report-grid-offset .report-table .table_widthwise_short_fancyround_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_short_fancyround_fulli3d {
    display: none;
  }
}
@media screen and (max-width: 805px) {
  .octreport .report-grid-offset .report-table .table_widthwise_full_fancyround_fulli3d,
  .octreport .report-grid-offset .report-table .table_lengthwise_full_fancyround_fulli3d {
    display: none;
  }
}
.octreport .report-block-polish .report-grid-offset {
  margin-left: 0;
}
.octreport .report-table-grid .cell-1-2 {
  width: 100%;
  display: block;
}
.octreport .report-table-grid .cell-1-2:first-child {
  margin-bottom: 20px;
  padding-right: 0;
}
.octreport .report-table-grid .cell-1-2:last-child {
  padding-left: 0;
}
@media (min-width: 800px) {
  .octreport .report-table-grid .cell-1-2 {
    width: 50%;
    float: left;
  }
  .octreport .report-table-grid .cell-1-2:first-child {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .octreport .report-table-grid .cell-1-2:last-child {
    padding-left: 10px;
  }
  .octreport .report-table-grid .cell-1-2.cell-right {
    padding-right: 0;
    padding-left: 10px;
    float: right;
  }
  .octreport .report-table-grid .cell-1-2.cell-left {
    padding-right: 10px;
    padding-left: 0;
  }
}
.octreport .report-header-table {
  border-collapse: collapse;
}
.octreport .report-header-table th {
  color: #404040;
  font-weight: normal;
}
@media (max-width: 865px) {
  .octreport .report-header-table {
    font-size: 0.75rem;
  }
}
@media (min-width: 865px) and (max-width: 1060px) {
  .octreport .report-header-table {
    font-size: 0.875rem;
  }
}
.octreport .report-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e4e4e4;
  font-size: 0.5rem;
  table-layout: auto;
}
.octreport .report-table .hidden-field {
  display: none;
}
.octreport .report-table th,
.octreport .report-table td {
  border: 1px solid #e4e4e4;
  padding: 0.1875rem;
  text-align: center;
}
.octreport .report-table th {
  font-family: Verdana;
  font-weight: bolder;
  background: #f3f3f3;
}
.octreport .report-table + .report-table {
  margin-top: 20px;
}
.octreport .report-table .empty-row td {
  border: none;
  background: white !important;
}
.octreport .report-table .parameter-name {
  text-align: left;
  font-weight: normal;
  color: #404040;
  width: auto;
}
.octreport .report-table .col-parameter {
  text-align: left;
  background: #f3f3f3 !important;
  width: 6rem;
  box-sizing: content-box;
}
.octreport .report-table .col-parameter-secondary {
  text-align: left;
  background: #f3f3f3 !important;
  box-sizing: content-box;
}
.octreport .report-table .no-top-border {
  padding-top: 0;
  padding-bottom: 0.375rem;
  border-top: 0;
}
.octreport .report-table .no-bottom-border {
  padding-top: 0.375rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.octreport .report-table .row-hover td,
.octreport .report-table .row-hover th {
  background: #e4ffd7 !important;
}
.octreport .report-table .row-hover .empty-cell {
  background: white !important;
}
.octreport .report-table .cell-with-table {
  border: 0;
  vertical-align: top;
}
.octreport .report-table .col-red {
  background: #ffacac !important;
}
.octreport .report-table .col-green {
  background: #ccffcc !important;
}
.octreport .report-table .col-yellow {
  background: #ffff99 !important;
}
.octreport .report-table .col-blue {
  background: #99ccff !important;
}
@media (min-width: 480px) {
  .octreport .report-table {
    border-left: 0;
    font-size: 0.625rem;
  }
  .octreport .report-table .col-parameter {
    width: 8rem;
  }
}
@media (min-width: 600px) {
  .octreport .report-table {
    border-left: 0;
    font-size: 0.7rem;
  }
  .octreport .report-table .col-parameter {
    width: 10rem;
  }
}
@media (min-width: 800px) {
  .octreport .report-table {
    border-left: 0;
    font-size: 0.75rem;
  }
  .octreport .report-table.report-table-hidden {
    display: none;
  }
  .octreport .report-table .hidden-field {
    display: table-cell;
  }
}
@media (min-width: 1000px) {
  .octreport .report-table {
    font-size: 0.875rem;
  }
  .octreport .report-table .col-parameter {
    width: 11rem;
  }
}
@media (min-width: 1200px) {
  .octreport .report-table {
    font-size: 1rem;
  }
  .octreport .report-table .col-parameter {
    width: 12rem;
  }
}
.octreport .report-print-image {
  margin: -9999px 0 0 -9999px;
  position: relative;
  visibility: hidden;
  opacity: 0;
}
.octreport .quality-color-ex {
  color: #2fa800;
}
.octreport .quality-color-vg {
  color: #d89700;
}
.octreport .quality-color-gd {
  color: #da5c00;
}
.octreport .quality-color-fr {
  color: #ff3a18;
}
.octreport .quality-color-pr {
  color: #ff0000;
}
.octreport .quality-color-poor {
  color: #ff0000;
}
.octreport .quality-color-unk {
  color: #3170ff;
}
.octreport .quality-color-unknown {
  color: #3170ff;
}
.octreport .overall-grade {
  font-weight: bold;
}
.expand-toggle {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  color: #6f6f6f;
  font-family: Verdana;
  font-weight: bolder;
  text-decoration: none;
}
.expand-toggle:before {
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #6f6f6f;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
}
.expand-toggle.in:before {
  border-width: 10px 5px 0 5px;
  border-color: #6f6f6f transparent transparent transparent;
}
.expand-toggle:hover,
.expand-toggle:focus {
  color: #6f6f6f;
}
.expand-block {
  margin-top: 10px;
  display: none;
}
.expand-block.in {
  display: block;
}
.octreport-data-loader {
  margin: 20px 0;
}
.octreport-data-loader .octreport-data-toggle {
  display: none;
}
.octreport-data-loader .octreport-data-toggle.open {
  display: block;
}
.octreport-data-loader .octreport-data-field {
  width: 50%;
  height: 100px;
  margin: 10px 0;
  display: block;
}
.btn-fullscreen,
.btn-fullscreen-browser {
  width: 25px;
  height: 22px;
  padding: 0;
  border: 0;
  display: none;
  position: absolute;
  bottom: 10px;
  z-index: 3000;
  opacity: 0.35;
}
.btn-fullscreen {
  right: 10px;
  background: url(../img/full-screen-icon.png) no-repeat;
  background-size: 100% 100%;
}
.btn-fullscreen-browser {
  right: 10px;
  background: url(../img/full-screen-icon2.png) no-repeat;
  background-size: 100% 100%;
}
.btn-fullscreen + .btn-fullscreen-browser {
  right: 45px;
}
.btn-settings {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 1%;
  border: 0;
  position: absolute;
  top: 23px;
  right: 3px;
  z-index: 3000;
  background: url(../img/settings-icon.png) no-repeat 50% 50% #fff;
  background-size: 75% 75%;
}
@media (min-width: 768px) {
  .btn-settings {
    top: 30px;
    right: 8px;
  }
}
.preset-wrapper {
  width: 100% !important;
  margin-bottom: 20px;
  display: none;
  overflow: hidden;
}
.preset-wrapper .preset-col {
  padding: 0 20px;
}
@media (max-width: 930px) {
  .preset-wrapper .preset-col {
    margin-top: 30px;
    float: none;
  }
  .preset-wrapper .preset-col:first-child {
    margin-top: 0;
  }
  .preset-wrapper .preset-col.col-bordered {
    border: 0;
  }
}
.preset-wrapper .col-bordered {
  border-right: 1px solid #ccc;
}
.preset-select-wrapper {
  margin-bottom: 20px;
}
.preset-select-wrapper .preset-active {
  margin-top: 5px;
  margin-right: 6px;
  float: left;
}
@media (max-width: 650px) {
  .preset-select-wrapper .preset-active {
    margin-bottom: 20px;
  }
  .preset-select-wrapper .preset-active ~ .btn-delete-preset {
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
}
#octreport-preset-select {
  width: 161px;
  margin-right: 10px;
}
#preset-name {
  width: 161px;
}
.unsaved-preset-changes {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  font-family: Verdana;
  font-weight: bolder;
  color: #855DCA;
}
.time-measure {
  float: right;
}
.time-measure .pull-left {
  margin-left: 20px;
}
.time-measure p {
  margin: 5px 0;
  font-size: 13px;
}
.report-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7) url(../img/report-loader.gif) no-repeat center center;
}
.report-development-options {
  width: 100% !important;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  overflow: hidden;
  display: none;
}
.report-legend {
  width: 100% !important;
  margin: 20px 0;
  padding: 5px 30px;
  border: 1px solid #ccc;
  display: none;
}
.report-legend .legend-label {
  width: 10%;
}
.report-legend td {
  padding: 10px 0;
  font-family: Verdana;
  font-weight: bolder;
}
.report-legend td img {
  margin-right: 3px;
}
.report-legend .legend-line {
  width: 20px;
  height: 2px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.report-legend .legend-line-current {
  background: #0000cf;
}
.report-legend .legend-line-reference {
  background: #cf0000;
}
.report-legend .legend-line-selected {
  background: #00ff00;
}
.report-legend .legend-icon {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.report-legend .legend-icon-plus {
  width: 30px;
  height: 30px;
  position: relative;
}
.report-legend .legend-icon-plus:before {
  height: 100%;
  margin-left: -1px;
  border-left: 2px solid;
  position: absolute;
  left: 50%;
  content: '';
}
.report-legend .legend-icon-plus:after {
  width: 100%;
  border-bottom: 2px solid;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  content: '';
}
.report-legend .legend-icon-cross {
  width: 32px;
  height: 32px;
  position: relative;
}
.report-legend .legend-icon-cross:before,
.report-legend .legend-icon-cross:after {
  height: 100%;
  margin-left: -1px;
  border-left: 2px solid;
  position: absolute;
  left: 50%;
  content: '';
}
.report-legend .legend-icon-cross:before {
  transform: rotate(45deg);
}
.report-legend .legend-icon-cross:after {
  transform: rotate(-45deg);
}
.report-legend .legend-icon-circle {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border: 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.report-legend .legend-icon-in-circle {
  border: 2px solid;
  border-radius: 50%;
}
.report-legend .legend-icon-dashed:before {
  border-left: 2px dotted;
}
.report-legend .legend-icon-dashed:after {
  border-bottom: 2px dotted;
}
.report-legend .legend-icon-girdle:before,
.report-legend .legend-icon-girdle:after,
.report-legend .legend-icon-girdle .legend-icon-circle {
  border-color: #0000ff;
}
.report-legend .legend-icon-culet:before,
.report-legend .legend-icon-culet:after {
  border-color: #ff0000;
}
.report-legend .legend-icon-table:before,
.report-legend .legend-icon-table:after {
  border-color: #00ff00;
}
.report-legend .legend-icon-mic {
  border-color: #000;
}
.report-legend .legend-icon-mic:before,
.report-legend .legend-icon-mic:after {
  border-color: #000;
}
.report-legend .legend-icon-girdle-mass:before,
.report-legend .legend-icon-girdle-mass:after,
.report-legend .legend-icon-girdle-mass .legend-icon-circle {
  border-color: #0000ff;
}
.report-legend .legend-value {
  margin-left: 5px;
}
.report-legend .legend-value-min {
  border-bottom: 1px solid #0000cf;
  color: #cf0000;
}
.report-legend .legend-value-max {
  border-top: 1px solid #0000cf;
  color: #00cf00;
}
.report-legend .legend-girdle {
  margin: 2px 0;
}
.report-legend .legend-girdle span {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  border: 3px solid;
  display: inline-block;
  vertical-align: -2px;
  border-radius: 50%;
  background: #fff;
}
.report-legend .legend-girdle-min span {
  background: #000;
}
.report-legend .legend-girdle-bezel span {
  border-color: #f7941d;
}
.report-legend .legend-girdle-bone span {
  border-color: #00bff3;
}
.report-legend .legend-girdle-valley span {
  border-color: #ec048e;
}
.report-legend .legend-girdle-side span {
  border-color: #f73c09;
}
.report-legend .legend-girdle-corner span {
  border-color: #bf12f6;
}
.report-legend .legend-girdle-width span {
  border-color: #15db95;
}
.report-legend .legend-girdle-length span {
  border-color: #3500d3;
}
.remainingdepth-info {
  position: absolute;
  left: 10px;
  bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  height: auto;
}
.remainingdepth-info p {
  margin: 0;
}
@media screen and (max-width: 710px) {
  .remainingdepth-info p {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 540px) {
  .remainingdepth-info p {
    font-size: 0.35em;
  }
}
.chart-remaining-depth {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  margin: 0%;
  margin-top: 0%;
  font-family: Verdana;
  font-weight: bolder;
  font-size: 0.8rem;
  border: 0.125em solid #ccc;
  border-collapse: collapse;
  overflow: hidden;
  pointer-events: auto;
}
@media screen and (max-width: 790px) {
  .chart-remaining-depth {
    font-size: 0.75rem;
  }
  .chart-remaining-depth td,
  .chart-remaining-depth th {
    padding: 0.125em;
  }
}
@media screen and (max-width: 675px) {
  .chart-remaining-depth {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 630px) {
  .chart-remaining-depth {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 540px) {
  .chart-remaining-depth {
    font-size: 0.53rem;
  }
}
@media screen and (max-width: 490px) {
  .chart-remaining-depth {
    font-size: 0.47rem;
  }
}
.remaining-depth-legend-item-disabled {
  color: #ccc;
}
.remaining-depth-legend-item:hover,
.remaining-depth-legend-item.active,
.remaining-depth-legend-item-hovered {
  fill: #5dacdf;
  text-decoration: underline;
}
.palette-mini {
  position: absolute;
  left: 0.5%;
  top: 3.5%;
  height: auto;
  weight: auto;
}
.report-palette-remaining-depth {
  margin: 0%;
  margin-top: 0%;
  font-family: Verdana;
  font-weight: bolder;
  font-size: 0.8rem;
  overflow: hidden;
}
.legend-mini {
  position: relative;
  left: 0px;
  bottom: 0px;
}
.report-legend-mini {
  width: 100%;
  margin: 0%;
  margin-top: 1%;
  font-family: Verdana;
  font-weight: bolder;
  font-size: 0.8rem;
  border: 0.125em solid #ccc;
  border-collapse: collapse;
  overflow: hidden;
}
.report-legend-mini td,
.report-legend-mini th {
  text-align: left;
  padding: 0.25em;
  width: 1%;
}
.report-legend-mini td > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 99%;
}
.report-legend-mini tr:first-child td,
.report-legend-mini tr:first-child th {
  padding-top: 0.5em;
}
.report-legend-mini tr:last-child td,
.report-legend-mini tr:last-child th {
  padding-bottom: 0.5em;
}
.report-legend-mini tr th:first-child {
  padding-left: 0.5em;
}
.report-legend-mini tr td:last-child {
  padding-right: 0.5em;
}
.report-legend-mini .legend-mini__centers {
  background-color: #f3f3f3;
}
@media screen and (max-width: 790px) {
  .report-legend-mini {
    font-size: 0.75rem;
  }
  .report-legend-mini td,
  .report-legend-mini th {
    padding: 0.125em;
  }
}
@media screen and (max-width: 675px) {
  .report-legend-mini {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 630px) {
  .report-legend-mini {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 540px) {
  .report-legend-mini {
    font-size: 0.53rem;
  }
}
@media screen and (max-width: 490px) {
  .report-legend-mini {
    font-size: 0.47rem;
  }
}
.legend-mini__label,
.legend-mini__label--models,
.legend-mini__label--centers,
.legend-mini__label--girdle {
  font-size: 1.1em;
}
.legend-mini__item--horizontal-line-parent,
.legend-mini__item--girdle-circle-parent,
.legend-mini__item--current-model,
.legend-mini__item--reference-model,
.legend-mini__item--highlighted-facet,
.legend-mini__item--selected-facet,
.legend-mini__item--girdle-bezel-min,
.legend-mini__item--girdle-bone-min,
.legend-mini__item--girdle-valley-min,
.legend-mini__item--girdle-side-min,
.legend-mini__item--girdle-corner-min,
.legend-mini__item--girdle-width-min,
.legend-mini__item--girdle-length-min,
.legend-mini__item--girdle-bezel-max,
.legend-mini__item--girdle-bone-max,
.legend-mini__item--girdle-valley-max,
.legend-mini__item--girdle-side-max,
.legend-mini__item--girdle-corner-max,
.legend-mini__item--girdle-width-max,
.legend-mini__item--girdle-length-max {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.legend-mini__item--horizontal-line,
.legend-mini__item--current-model::before,
.legend-mini__item--reference-model::before,
.legend-mini__item--highlighted-facet::before,
.legend-mini__item--selected-facet::before {
  content: '';
  flex: 0 0 1.25em;
  width: 1.25em;
  margin-right: 0.43em;
}
.legend-mini__item--girdle-circle,
.legend-mini__item--girdle-bezel-min::before,
.legend-mini__item--girdle-bone-min::before,
.legend-mini__item--girdle-valley-min::before,
.legend-mini__item--girdle-side-min::before,
.legend-mini__item--girdle-corner-min::before,
.legend-mini__item--girdle-width-min::before,
.legend-mini__item--girdle-length-min::before,
.legend-mini__item--girdle-bezel-max::before,
.legend-mini__item--girdle-bone-max::before,
.legend-mini__item--girdle-valley-max::before,
.legend-mini__item--girdle-side-max::before,
.legend-mini__item--girdle-corner-max::before,
.legend-mini__item--girdle-width-max::before,
.legend-mini__item--girdle-length-max::before {
  content: '';
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  border: 0.2em solid;
  border-radius: 50%;
  margin-right: 0.25em;
}
@media screen and (max-width: 540px) {
  .legend-mini__item--girdle-circle,
  .legend-mini__item--girdle-bezel-min::before,
  .legend-mini__item--girdle-bone-min::before,
  .legend-mini__item--girdle-valley-min::before,
  .legend-mini__item--girdle-side-min::before,
  .legend-mini__item--girdle-corner-min::before,
  .legend-mini__item--girdle-width-min::before,
  .legend-mini__item--girdle-length-min::before,
  .legend-mini__item--girdle-bezel-max::before,
  .legend-mini__item--girdle-bone-max::before,
  .legend-mini__item--girdle-valley-max::before,
  .legend-mini__item--girdle-side-max::before,
  .legend-mini__item--girdle-corner-max::before,
  .legend-mini__item--girdle-width-max::before,
  .legend-mini__item--girdle-length-max::before {
    border: 0.3em solid;
  }
}
.legend-mini__item--girdle-circle-min,
.legend-mini__item--girdle-bezel-min::before,
.legend-mini__item--girdle-bone-min::before,
.legend-mini__item--girdle-valley-min::before,
.legend-mini__item--girdle-side-min::before,
.legend-mini__item--girdle-corner-min::before,
.legend-mini__item--girdle-width-min::before,
.legend-mini__item--girdle-length-min::before {
  background: #000;
}
.legend-mini__icon,
.legend-mini__item--girdle-center svg,
.legend-mini__item--culet-center svg,
.legend-mini__item--table-center svg,
.legend-mini__item--mic-center svg,
.legend-mini__item--girdle-center-mass svg {
  margin-right: 0.25em;
}
.legend-mini__item--current-model::before {
  border-top: 0.1875em solid #0000cf;
}
.legend-mini__item--reference-model::before {
  border-top: 0.1875em solid #cf0000;
}
.legend-mini__item--highlighted-facet::before {
  border-top: 0.1875em solid #00ff00;
}
.legend-mini__item--selected-facet::before {
  border-top: 0.25em solid #ffb8fd;
}
.legend-mini__item--min-value {
  color: #0000cf;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip: ink;
  text-decoration-color: #0000cf;
}
.legend-mini__item--min-value span {
  color: #cf0000;
}
.legend-mini__item--max-value {
  color: #0000cf;
  text-decoration: overline;
  text-decoration-style: solid;
  text-decoration-skip: ink;
  text-decoration-color: #0000cf;
  margin-left: 0.3em;
  margin-right: 0.43em;
}
.legend-mini__item--max-value span {
  color: #00cf00;
}
.legend-mini__item--girdle-center,
.legend-mini__item--culet-center,
.legend-mini__item--table-center,
.legend-mini__item--mic-center,
.legend-mini__item--girdle-center-mass {
  display: flex;
  align-items: center;
  align-content: center;
}
.legend-mini__item--girdle-center svg,
.legend-mini__item--culet-center svg,
.legend-mini__item--table-center svg,
.legend-mini__item--mic-center svg,
.legend-mini__item--girdle-center-mass svg {
  width: 2em;
}
.legend-mini__item--girdle-bezel-min::before,
.legend-mini__item--girdle-bezel-max::before {
  border-color: #f7941d;
}
.legend-mini__item--girdle-bone-min::before,
.legend-mini__item--girdle-bone-max::before {
  border-color: #00bff3;
}
.legend-mini__item--girdle-valley-min::before,
.legend-mini__item--girdle-valley-max::before {
  border-color: #ec048e;
}
.legend-mini__item--girdle-side-min::before,
.legend-mini__item--girdle-side-max::before {
  border-color: #f73c09;
}
.legend-mini__item--girdle-corner-min::before,
.legend-mini__item--girdle-corner-max::before {
  border-color: #bf12f6;
}
.legend-mini__item--girdle-width-min::before,
.legend-mini__item--girdle-width-max::before {
  border-color: #15db95;
}
.legend-mini__item--girdle-length-min::before,
.legend-mini__item--girdle-length-max::before {
  border-color: #3500d3;
}
@media screen and (min-width: 940px) {
  .legend-mini__item--highlighted-facet > br,
  .legend-mini__item--selected-facet > br,
  .legend-mini__item--girdle-center > br,
  .legend-mini__item--culet-center > br,
  .legend-mini__item--table-center > br,
  .legend-mini__item--mic-center > br,
  .legend-mini__item--girdle-center-mass > br {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  .legend-mini__item--girdle-center svg,
  .legend-mini__item--culet-center svg,
  .legend-mini__item--table-center svg,
  .legend-mini__item--mic-center svg,
  .legend-mini__item--girdle-center-mass svg {
    width: 1.875em;
  }
}
@media screen and (max-width: 710px) {
  .legend-mini__item--values {
    display: table;
  }
}
@media screen and (min-width: 701px) {
  .legend-mini__item--girdle-bezel-min > br,
  .legend-mini__item--girdle-bone-min > br,
  .legend-mini__item--girdle-valley-min > br,
  .legend-mini__item--girdle-side-min > br,
  .legend-mini__item--girdle-corner-min > br,
  .legend-mini__item--girdle-width-min > br,
  .legend-mini__item--girdle-length-min > br,
  .legend-mini__item--girdle-bezel-max > br,
  .legend-mini__item--girdle-bone-max > br,
  .legend-mini__item--girdle-valley-max > br,
  .legend-mini__item--girdle-side-max > br,
  .legend-mini__item--girdle-corner-max > br,
  .legend-mini__item--girdle-width-max > br,
  .legend-mini__item--girdle-length-max > br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .legend-mini__item--current-model::before,
  .legend-mini__item--reference-model::before,
  .legend-mini__item--highlighted-facet::before,
  .legend-mini__item--selected-facet::before {
    flex: 0 0 1em;
    width: 1em;
    margin-right: 0.3em;
  }
  .legend-mini__item--girdle-center svg,
  .legend-mini__item--culet-center svg,
  .legend-mini__item--table-center svg,
  .legend-mini__item--mic-center svg,
  .legend-mini__item--girdle-center-mass svg {
    width: 1.625em;
  }
}
@media screen and (min-width: 675px) {
  .legend-mini__item--current-model::before,
  .legend-mini__item--reference-model::before,
  .legend-mini__item--highlighted-facet::before,
  .legend-mini__item--selected-facet::before {
    flex: 0 0 0.9em;
    width: 0.9em;
    margin-right: 0.25em;
  }
  .legend-mini__item--girdle-center svg,
  .legend-mini__item--culet-center svg,
  .legend-mini__item--table-center svg,
  .legend-mini__item--mic-center svg,
  .legend-mini__item--girdle-center-mass svg {
    width: 1.5em;
  }
}
.plot-wrapper {
  margin-top: 20px;
}
.plot-wrapper canvas {
  margin: 20px auto;
  display: block;
}
.RGraph_tooltip {
  width: auto !important;
  padding: 5px 10px !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-sizing: border-box;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Button 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Dialog 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url("images/ui-bg_flat_75_ffffff_40x100.png")/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url("images/ui-bg_glass_75_dadada_1x400.png")/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url("images/ui-bg_glass_65_ffffff_1x400.png")/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url("images/ui-bg_glass_55_fbf9ee_1x400.png")/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url("images/ui-bg_glass_95_fef1ec_1x400.png")/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png")/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png")/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

.ui-dialog {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 5px 30px 5px 10px;
  border: 0;
  border-radius: 0;
  background: #ccc;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  border: 0;
  right: 8px;
  border-radius: 0;
  background: #fff;
}
.ui-dialog .ui-dialog-buttonpane {
  padding-left: 20px;
  padding-right: 20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-button {
  margin-left: 0.4em;
  padding: 6px 15px;
  font-size: 15px;
  font-family: Verdana;
}
.ui-dialog .ui-dialog-buttonpane .ui-button .ui-button-text {
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .btn-r {
  background: #e4e4e4;
  border: 1px solid #ccc;
}
.ui-dialog .ui-dialog-buttonpane .btn-r:hover,
.ui-dialog .ui-dialog-buttonpane .btn-r.active {
  background: #5dacdf;
  border-color: #3296d7;
  color: #fff;
}
.ui-dialog .ui-button-icon-only .ui-button-text {
  padding: 0;
  line-height: 12px;
  font-size: 13px;
  color: #000;
  text-indent: 0;
}
.ui-widget-content,
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error,
.ui-widget-overlay,
.ui-widget-shadow,
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon,
.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: none;
}
.ui-widget-overlay {
  z-index: 5000 !important;
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    background: #FFF;
  }
  html.test-3d .b-page__main {
    padding: 0;
  }
  .break {
    height: 20px;
    position: relative;
    page-break-after: always;
  }
  .octreport-logo,
  .report-3d-controls,
  .item-3D-hint,
  .btn-add-3d,
  .btn-remove-3d,
  .btn-fullscreen,
  .btn-fullscreen-browser,
  .btn-settings,
  #toggle-legend,
  .report-markers-legend,
  #toggle-development-options,
  .report-development-options,
  .time-measure,
  #octreport-data-select-wrapper,
  .preset-configuration,
  .octreport-header-buttons {
    display: none !important;
  }
  .item-3D canvas {
    position: absolute;
    opacity: 0;
  }
  .octreport {
    padding-top: 0;
  }
  .octreport .report-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .octreport .report-table-params,
  .octreport .report-grid {
    margin-top: 0;
  }
  .octreport .report-grid-offset {
    margin-top: 10px;
  }
  .octreport .report-print-image {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .octreport .grid-view {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .octreport-header {
    padding: 0;
    background: none;
  }
  .octreport-interactive {
    margin: 0;
  }
  .octreport-logo-text {
    width: auto;
    height: auto;
    float: left;
    font-size: 30px;
    text-indent: 0;
    background: none;
  }
  .octreport-version {
    margin: 20px 0 0 20px;
    float: left;
  }
  .item-3D {
    position: relative;
  }
  .b-page_footer {
    position: static;
  }
}
@media only screen and (max-width: 720px) {
  .octreport {
    /*.report-3d-controls {
      float: none;
      width: 100%;
      overflow: hidden;
    }*/
  }
  .octreport .report-header > .report-grid > .row > .cell {
    display: block;
    width: 100%;
    padding: 0;
  }
  .octreport .report-comparative-controls {
    overflow: hidden;
    margin-top: 15px;
  }
  .octreport .report-comparative-controls label {
    width: 33%;
    float: left;
  }
}
.current-names {
  font-family: Verdana;
  font-weight: bolder;
  text-align: left;
  margin: 0;
  position: absolute;
  left: 15em;
  margin-top: 2em;
}
.current-names span {
  display: block;
}
.current-names .current-names-scan {
  color: #0000cf;
}
.current-names .current-names-solution {
  color: #cf0000;
}
.current-names .current-names-mode {
  color: #000000;
}
@media screen and (max-width: 3000px) {
  .current-names {
    top: -20px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .current-names {
    top: -16px;
    font-size: 9px;
    line-height: 12px;
  }
}
@media screen and (max-width: 930px) {
  .current-names {
    top: -13px;
    font-size: 7px;
    line-height: 9px;
  }
}
@media screen and (max-width: 710px) {
  .current-names {
    top: -10px;
    font-size: 6px;
    line-height: 7px;
  }
}
@media screen and (max-width: 500px) {
  .current-names {
    top: -6px;
    font-size: 4px;
    line-height: 5px;
  }
}
.slider {
  display: inline-flex;
}
.slider-block {
  display: flex;
}
.slider-inc {
  font-size: 12px;
  width: 12px;
  display: inline-flex;
  margin: 2px;
}
.slider-val {
  width: 16px;
  font-size: 1em;
  text-align: left;
  color: #aaa;
  position: relative;
  display: block;
}
.b-page {
  background: #fff;
}
.b-page__main {
  padding: 0 40px 40px;
  margin: 0 auto 30px;
}
.b-page_center {
  margin: 0 auto;
}
.b-page_footer {
  border-top: 2px solid #5dacdf;
  background: #fff;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.b-page_footer p {
  margin: 0;
  padding: 10px 0;
  color: #5dacdf;
  font-size: 14px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7 {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.col-md-4 {
  width: 33.33333%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.33333333%;
}
.desktopApp .btn-fullscreen-exit {
  display: none !important;
}
.desktopApp .item-3D.fullscreen-browser {
  padding: 20px 0 0 0;
}
.desktopApp .item-3D.fullscreen-browser .item-3D-canvas {
  border: none;
}
.desktopApp .item-3D .symmetry-loss {
  bottom: 25px;
}
.desktopApp .item-3D .remainingdepth-info {
  bottom: 0px;
}
.miniWeb .btn-fullscreen-exit {
  display: none !important;
}
.miniWeb .item-3D.fullscreen-browser {
  padding: 20px 0 0 0;
}
.miniWeb .item-3D.fullscreen-browser .item-3D-canvas {
  border: none;
}
.miniWeb .item-3D .symmetry-loss {
  bottom: 25px;
}
.miniWeb .item-3D .remainingdepth-info {
  bottom: 0px;
}
.context-menu {
  display: none;
  position: fixed;
  z-index: 10000;
  /* always place context-menu on foreground */
  padding: 4px 0;
  width: auto;
  background-color: #f8fafa;
  border: solid 1px #dfdfdf;
  box-shadow: 1px 1px 2px #cfcfcf;
}
.context-menu--active {
  display: block;
}
.context-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.context-menu__item {
  display: block;
  margin-bottom: 4px;
}
.context-menu__item:last-child {
  margin-bottom: 0;
}
.context-menu__link {
  display: block;
  padding: 4px 12px;
  color: #000000;
  text-decoration: none;
}
.context-menu__link:hover {
  color: #ffffff;
  background-color: #5dacdf;
}
