.flav-diag-large {
  height: 466px;
  width: 660px;
  position: relative;
  float: left;
  z-index: 1;
  /* overflow: hidden; */
}

.flav-diag-small {
  height: 93px;
  width: 132px;
  position: relative;
  float: left;
}

 div.quad {
  position: absolute;
}

.flav-diag-large div.quad {
  width: 329px;
  height: 232px;
}

.flav-diag-small div.quad {
  width: 66px;
  height: 46px;
}

.positive-style div#quad-spicy {
  background-color: #f8f291;
  border-right: 1px solid #60534b;
  border-bottom: 1px solid #60534b;
}

.defect-style div#quad-spicy {
  background-color: #3f562e;
  border-right: 1px solid #60534b;
  border-bottom: 1px solid #60534b;
}

.flav-diag-large div#quad-spicy {
  top: 0px;
  left: 0px;
}

.flav-diag-small div#quad-spicy {
  top: 0px;
  left: 0px;
}

.positive-style div#quad-fruity {
  background-color: #edb2d0;
  border-left: 1px solid #60534b;
  border-bottom: 1px solid #60534b;
}

.defect-style div#quad-fruity {
  background-color: #364068;
  border-left: 1px solid #60534b;
  border-bottom: 1px solid #60534b;
}

.flav-diag-large div#quad-fruity {
  top: 0px;
  left: 330px;
}

.flav-diag-small div#quad-fruity {
  top: 0px;
  left: 66px;
}

.positive-style div#quad-earthy {
  background-color: #bfe9d3;
  border-right: 1px solid #60534b;
  border-top: 1px solid #60534b;
}

.defect-style div#quad-earthy {
  background-color: #9cc583;
  border-right: 1px solid #60534b;
  border-top: 1px solid #60534b;
}

.flav-diag-large div#quad-earthy {
  top: 233px;
  left: 0px;
}

.flav-diag-small div#quad-earthy {
  top: 46px;
  left: 0px;
}

.positive-style div#quad-mols {
  background-color: #93d0e0;
  border-left: 1px solid #60534b;
  border-top: 1px solid #60534b;
}

.defect-style div#quad-mols {
  background-color: #70262c;
  border-left: 1px solid #60534b;
  border-top: 1px solid #60534b;
}

.flav-diag-large div#quad-mols {
  top: 233px;
  left: 330px;
}

.flav-diag-small div#quad-mols {
  top: 46px;
  left: 66px;
}

.quad-title {
  text-transform: uppercase;
  position: absolute;
}

.flav-diag-large .quad-title  {
  font-size: 22px;
}

.flav-diag-small .quad-title {
  font-size: 11px;
  z-index: 1;
  line-height: normal;
}

/*span.map-point.quad-none .flavour-text {
  display: none;
}*/

.positive-style div#quad-spicy .quad-title {
  color: #d27107;
}

.defect-style div#quad-spicy .quad-title {
  color: #fffbb2;
}

.flav-diag-large div#quad-spicy .quad-title {
  top: 15px;
  left: 20px;
}

.flav-diag-small div#quad-spicy .quad-title {
  top: 5px;
  left: 4px;
}

.positive-style div#quad-fruity .quad-title {
  color: #c32250;
}

.defect-style div#quad-fruity .quad-title {
  color: #bce1ea;
}

.flav-diag-large div#quad-fruity .quad-title {
  top: 15px;
  right: 20px;
}

.flav-diag-small div#quad-fruity .quad-title {
  top: 5px;
  right: 4px;
  text-align: right;
}

 div#quad-earthy .quad-title {
  color: #1b774e;
}

.flav-diag-large div#quad-earthy .quad-title {
  bottom: 15px;
  left: 20px;
}

.flav-diag-small div#quad-earthy .quad-title {
  bottom: 6px;
  left: 4px;
}

.positive-style div#quad-mols .quad-title {
  color: #293a96;
}
.defect-style div#quad-mols .quad-title {
  color: #fffbb2;
}

.flav-diag-large div#quad-mols .quad-title {
  bottom: 15px;
  right: 20px;
}

.flav-diag-small div#quad-mols .quad-title {
  bottom: 6px;
  right: 4px;
  text-align: right;
}

 div#choc {
  height: 466px;
  width: 660px;
  position: relative;
}

div#choc div.choc-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 180px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -90px;
}

div#inner-ellipse .quad-title {
  color: #fff;
  top: 100px;
  left: 70px;
  opacity: 1;
}

div.ellipse {
  position: absolute;
  border-radius:50%;
}

.positive-style div.ellipse {
  background-color: #c8a05a;;
}

.defect-style div.ellipse {
  background-color: #fff;
}

.positive-style div#inner-ellipse {
  background: rgba(200, 160, 90, 0.68);
}

.defect-style div#inner-ellipse {
  background: rgba(244, 218, 64, 0.4);
}

.flav-diag-large div#inner-ellipse {
  top: 136px;
  left: 185px;
  height: 194px;
  width: 290px;
}

.flav-diag-small div#inner-ellipse {
  top: 27px;
  left: 37px;
  height: 39px;
  width: 58px;
}

.positive-style div#middle-ellipse {
  opacity:0.4;
}

.defect-style div#middle-ellipse {
  background: rgba(119, 118, 90, 0.7);
}

.flav-diag-large div#middle-ellipse {
  top: 74px;
  left: 90px;
  height: 318px;
  width: 480px;
}

.flav-diag-small div#middle-ellipse {
  top: 15px;
  left: 18px;
  height: 64px;
  width: 96px;
}

.positive-style div#outer-ellipse {
  opacity:0.4;
}

.defect-style div#outer-ellipse {
  opacity:0.4;
}

.flav-diag-large div#outer-ellipse {
  top: 8px;
  left: 8px;
  height: 450px;
  width: 645px;
}

.flav-diag-small div#outer-ellipse {
  top: 2px;
  left: 2px;
  height: 90px;
  width: 129px;
}

span.map-point {
  position: absolute;
  height: 58px;
  width: 58px;
  margin-top: 204px;
  margin-left: 301px;
  background: #492e0a;
  border-radius:50%;
  z-index: 10;
}

#flavour-diag-defect span.map-point.quad-none {
  background: #6f6f6f;
}

span.satellite {
  position: absolute;
  /*height: 85px;*/
  width: 100px;
  margin-top: 204px;
  margin-left: 301px;
  background: #492e0a;
  opacity: 0.9;
  padding: 5px;
  border-radius:5%;
  font-size: 12px;
  letter-spacing: -0.04em;
  line-height:18px;
  color: #eee;
  display: none;
  z-index: 14;
}

span.map-point-functions {
  display: block;
  width: auto;
  margin-top: 3px;
  margin-bottom: 3px;
}

span.map-point-intens-slider {
    display: inline-block;
    width: 78px;
    height: 10px;
    margin-right: 9px;
}

span.map-point-functions i.trash {
  cursor: pointer;
}

/* span.level0 {
  position: absolute;
  height: 58px;
  width: 58px;
  margin-top: 0;
  margin-left: -35px;
  background: #492e0a;
  border-radius:50%;
} */

span.flavour-text-container {
  margin-top: 204px;
  margin-left: 301px;
  opacity: 1;
  position: absolute;
  z-index: 12;
}

span.flavour-text {
  display: table-cell;
  height: 58px;
  width: 58px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #eee;
  z-index: 12;
  user-select: none;
}

span.flavour-text:hover {
  color: #bbb;
  cursor: pointer;
}

#flavour-diag-defect span.flavour-text.level0:hover {
  cursor: auto;
}

span.sat-point:hover {
  color: #bbb;
  cursor: pointer;
}

.satellite-selected span.sat-point {
  color: #bbb;
  cursor: default;
}

.sat-point-default {
  border-bottom: 2px solid #bbb;
  text-transform: uppercase;
  font-weight: bold;
  color: #eee !important;
  display: block;
  margin-bottom: 9px;
}

.sat-related {
  border-bottom: 1px solid #bbb;
}

span.flavour-text.profile-selected,
span.flavour-text.profile-selected:hover {
  font-weight: bold;
  color: #fbe8c4;
}


span.flavour-text-container.quad-none {
  width: 126px;
  margin-left: 267px;
  background: none;
}

span.quad-none span.flavour-text.level0 {
  color: #FFF869;
  width: 126px;
  font-size: 19px;
  text-transform: uppercase;
}

#flavour-diag-defect span.map-point.quad-none span.flavour-text {
  color: #f9f6c3;
  width: 126px;
  margin-left: 8px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.positive-style span.quad-spicy .flavour-text.level3,
.positive-style span.quad-spicy-earthy .flavour-text.level3,
.positive-style span.quad-spicy-fruity .flavour-text.level3,
.defect-style span.quad-earthy .flavour-text.level1,
.defect-style span.quad-earthy .flavour-text.level2,
.defect-style span.quad-spicy .flavour-text.level1,
.defect-style span.quad-spicy-earthy .flavour-text.level1
 {
  color: #444;
}

.positive-style span.map-point.quad-spicy {
  background: #f7ef20;
}
.defect-style span.map-point.quad-spicy {
  background: #3dba09;
}
.positive-style span.map-point.quad-fruity {
  background: #dd5191;
}
.defect-style span.map-point.quad-fruity {
  background: #2952b7;
}
.positive-style span.map-point.quad-earthy {
  background: #00a652;
}
.defect-style span.map-point.quad-earthy {
  background: #f4d522;
}
.positive-style span.map-point.quad-mols {
  background: #1e97b7;
}
.defect-style span.map-point.quad-mols {
  background: #af1212;
}
/* .defect-style span.map-point.quad-none .level0 {
  background: #6f6f6f;
} */
.positive-style span.map-point.quad-spicy-fruity {
  background: linear-gradient(to right, #f7ef20, #f272ad);
}
.defect-style span.map-point.quad-spicy-fruity {
  background: linear-gradient(to right, #3dba09, #2952b7);
}
.positive-style span.map-point.quad-fruity-mols {
  background: linear-gradient(#f272ad, #249bbb);
}
.defect-style span.map-point.quad-fruity-mols {
  background: linear-gradient(#2952b7, #af1212);
}
.positive-style span.map-point.quad-spicy-earthy {
  background: linear-gradient(#f7ef20, #00a652);
}
.defect-style span.map-point.quad-spicy-earthy {
  background: linear-gradient(#3dba09, #f4d522);
}
.positive-style span.map-point.quad-earthy-mols {
  background: linear-gradient(to right, #00a652, #249bbb);
}
.defect-style span.map-point.quad-earthy-mols {
  background: linear-gradient(to right, #f4d522, #af1212);
}

span.overlay {
  display: block;
  height: 58px;
  width: 58px;
  border-radius:50%;
  z-index: 11;
  position: relative;
}

/* not used? */
.positive-style span.overlay {
  /*background: #755113;*/
}

span.cluster-selected {
  display: block;
  /* margin-top: -29px;
  margin-left: 42px; */
  top: -62px;
  left: 48px;
  opacity: 0.8;
  z-index: 15;
  position: relative;
  font-size: 18px;
  color: white;
}

span.quad-none span.cluster-selected {
  left: 82px;
}

.positive-style span.overlay.level3 {
  opacity:0;
}

.defect-style span.overlay.level3 {
  background: rgba(0, 0, 0, 0.4)
}

.positive-style span.overlay.level2 {
  background: rgba(73, 46, 10, 0.4)
}

.defect-style span.overlay.level2 {
  background: rgba(0, 0, 0, 0.2)
}

.positive-style span.overlay.level1 {
  background: rgba(73, 46, 10, 0.8)
  /*opacity:0.8;*/
}

/* span.overlay.level1 + span.flavour-text,
span.overlay.level2 + span.flavour-text,
span.overlay.level3+ span.flavour-text
{
  margin-top: -37px;
} */

/* span.map-point.profile-selected {

} */

span.select-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
}

#flavour-diag-positive span.select-circle.quad-fruity.level3 {background-color: rgb(221,81,145)}
#flavour-diag-positive span.select-circle.quad-fruity.level2 {background: rgb(163, 68, 95)}
#flavour-diag-positive span.select-circle.quad-fruity.level1 {background: rgb(103, 53, 41,1)}

#flavour-diag-positive span.select-circle.quad-spicy.level3 {background: rgb(247,239,32)}
#flavour-diag-positive span.select-circle.quad-spicy.level2 {background: rgb(179, 165, 23)}
#flavour-diag-positive span.select-circle.quad-spicy.level1 {background: rgb(108, 86, 15)}

#flavour-diag-positive span.select-circle.quad-earthy.level3 {background: rgb(0,166,82)}
#flavour-diag-positive span.select-circle.quad-earthy.level2 {background: rgb(45, 119, 54)}
#flavour-diag-positive span.select-circle.quad-earthy.level1 {background: rgb(64, 70, 25)}

#flavour-diag-positive span.select-circle.quad-mols.level3 {background: rgb(30,151,183)}
#flavour-diag-positive span.select-circle.quad-mols.level2 {background: rgb(51, 110, 117)}
#flavour-diag-positive span.select-circle.quad-mols.level1 {background: rgb(66, 67, 49)}

#flavour-diag-positive span.select-circle.quad-fruity-mols.level3 {background: rgb(152, 133, 179)}
#flavour-diag-positive span.select-circle.quad-fruity-mols.level2 {background: rgb(118, 100, 115)}
#flavour-diag-positive span.select-circle.quad-fruity-mols.level1 {background: rgb(87, 64, 48)}

#flavour-diag-positive span.select-circle.quad-spicy-earthy.level3 {background: rgb(140, 202, 63)}
#flavour-diag-positive span.select-circle.quad-spicy-earthy.level2 {background: rgb(114, 142, 44)}
#flavour-diag-positive span.select-circle.quad-spicy-earthy.level1 {background: rgb(87, 78, 21)}

#flavour-diag-positive span.select-circle.quad-earthy-mols.level3 {background: rgb(20, 161, 137)}
#flavour-diag-positive span.select-circle.quad-earthy-mols.level2 {background: rgb(49, 115, 89)}
#flavour-diag-positive span.select-circle.quad-earthy-mols.level1 {background: rgb(66, 69, 39)}

#flavour-diag-positive span.select-circle.quad-spicy-fruity.level3 {background: rgb(244, 177, 119)}
#flavour-diag-positive span.select-circle.quad-spicy-fruity.level2 {background: rgb(178, 126, 77)}
#flavour-diag-positive span.select-circle.quad-spicy-fruity.level1 {background: rgb(107, 73, 34)}

#flavour-diag-positive span.select-circle.quad-none.level0 {background: rgb(72, 46, 11)}

#flavour-diag-defect span.select-circle.quad-fruity.level3 {background: rgb(21, 46, 109)}
#flavour-diag-defect span.select-circle.quad-fruity.level2 {background: rgb(32, 64, 146)}
#flavour-diag-defect span.select-circle.quad-fruity.level1 {background: rgb(41, 82, 183)}

#flavour-diag-defect span.select-circle.quad-spicy.level3 {background: rgb(34, 110, 2)}
#flavour-diag-defect span.select-circle.quad-spicy.level2 {background: rgb(47, 149, 6)}
#flavour-diag-defect span.select-circle.quad-spicy.level1 {background: rgb(61, 186, 7)}

#flavour-diag-defect span.select-circle.quad-earthy.level3 {background: rgb(147, 128, 15)}
#flavour-diag-defect span.select-circle.quad-earthy.level2 {background: rgb(196, 171, 23)}
#flavour-diag-defect span.select-circle.quad-earthy.level1 {background: rgb(244, 213, 34)}

#flavour-diag-defect span.select-circle.quad-mols.level3 {background: rgb(103, 6, 6)}
#flavour-diag-defect span.select-circle.quad-mols.level2 {background: rgb(139, 12, 13)}
#flavour-diag-defect span.select-circle.quad-mols.level1 {background: rgb(175, 17, 18)}

#flavour-diag-defect span.select-circle.quad-fruity-mols.level3 {background: rgb(64, 26, 59)}
#flavour-diag-defect span.select-circle.quad-fruity-mols.level2 {background: rgb(88, 38, 81)}
#flavour-diag-defect span.select-circle.quad-fruity-mols.level1 {background: rgb(106, 53, 108)}

#flavour-diag-defect span.select-circle.quad-spicy-earthy.level3 {background: rgb(92, 119, 9)}
#flavour-diag-defect span.select-circle.quad-spicy-earthy.level2 {background: rgb(127, 160, 15)}
#flavour-diag-defect span.select-circle.quad-spicy-earthy.level1 {background: rgb(160, 200, 22)}

#flavour-diag-defect span.select-circle.quad-earthy-mols.level3 {background: rgb(107, 88, 8)}
#flavour-diag-defect span.select-circle.quad-earthy-mols.level2 {background: rgb(169, 95, 23)}
#flavour-diag-defect span.select-circle.quad-earthy-mols.level1 {background: rgb(211, 120, 31)}

#flavour-diag-defect span.select-circle.quad-spicy-fruity.level3 {background: rgb(27, 79, 66,1)}
#flavour-diag-defect span.select-circle.quad-spicy-fruity.level2 {background: rgb(39, 108, 9)}
#flavour-diag-defect span.select-circle.quad-spicy-fruity.level1 {background: rgb(51, 136, 114)}

/* span.cluster-5 {
  font-size: 90px;
  color: red;
} */

span.select-circle-cluster-5 {
  width: 230px;
  height: 230px;
  margin-top: 118px;
  margin-left: 215px;
  z-index: 9;
}

/* span.cluster-4 {
  font-size: 75px;
  color: green;
} */

span.select-circle-cluster-4 {
  width: 200px;
  height: 200px;
  margin-top: 133px;
  margin-left: 230px;
  z-index: 8;
}

/* span.cluster-3 {
  font-size: 60px;
  color: white;
} */

span.select-circle-cluster-3 {
  width: 180px;
  height: 180px;
  margin-top: 143px;
  margin-left: 240px;
  z-index: 7;
}

/* span.cluster-2 {
  font-size: 55px;
  color: blue;
} */

span.select-circle-cluster-2 {
  width: 150px;
  height: 150px;
  margin-top: 158px;
  margin-left: 255px;
  z-index: 6;
}

/* span.cluster-1 {
  font-size: 50px;
  color: yellow;
} */

span.select-circle-cluster-1 {
  width: 120px;
  height: 120px;
  margin-top: 173px;
  margin-left: 270px;
  z-index: 5;
}

span.cluster-plus {
  font-size: 22px;
  font-weight: bold;
  color: white;
  line-height: 12px;
}

span.select-circle-cluster-plus {
  width: 90px;
  height: 90px;
  margin-top: 188px;
  margin-left: 285px;
  z-index: 3;
}

/*span.map-point.cluster-1::after {
  content: "5";
}
span.map-point.cluster-2::after {
  content: "4";
}
span.map-point.cluster-3::after {
  content: "5";
}
span.map-point.cluster-4::after {
  content: "2";
}
span.map-point.cluster-5::after {
  content: "1";
}*/

#sp-flav-notes-positive,
#sp-flav-notes-defect {
  margin-left: 25px;
  margin-bottom: 15px;
  width: 660px;
  height: 50px;
}
span.flavour-select {
  font-weight: bold;
  padding-right: 10px;
  display: inline-block;
}

input#MapReset,
input#DefectsMapReset
 {
  position: absolute;
  bottom: 47px;
  left: 2px;
  border: none;
  background: none;
  text-decoration: underline;
  font-weight: normal;
  font-size: 20px;
  color: #293a96;
  text-transform: uppercase;
  z-index: 20;
}

#page input#MapReset:hover,
#page input#DefectsMapReset:hover
 {
  background: none;
}

#form_productnumber {
  margin-top: 20px;
}

#form_productnumber fieldset {
  padding-bottom: 0;
}

.profile-scores-block {
  position: relative;
  float: left;
}

.profile-scores-large {
  height: 466px;
  width: 660px;
  margin-left: -660px;
}

.profile-scores-small {
  height: 93px;
  width: 132px;
  margin-left: -132px;
}

.profile-totals {
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 5px;
}


.group-profile-container {
  position: relative;
  float: left;
  padding: 15px;
}

.group-profile-container h2 {
  font-size: 30px;
  max-width: 630px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


#global-score-container {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 33px;
  z-index: 100;
}
/* margin-top: 40px; */

#global-score {
  position: absolute;
  right: 13px;
}

#scores-block {
  float: left;
  margin-bottom: 5px;
}

.score-block {
  float: left;
  margin-left: 3px;
  margin-right: 4px;
}

#global-score, .score-block {
  width: 66px;
  background-color: #ecf3f9;
  border-width: 2px;
  border-radius: 8px;
  border: solid;
  border-color: #084b7e;
  padding: 3px 5px;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 7px;
}

#global-score h3,
.score-block h3 {
  font-size: 17px !important;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 400 !important;
  text-align: center;
  line-height: 18px !important;
  margin-bottom: 7px !important;
  padding: 0 !important;
}

#global-score p,
.score-block p {
  margin-bottom: 5px;
}

#global-score #score-number,
.score-block #score-number {
  font-size: 22px;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #084b7e;

}


.profile-details-table, .profile-evaluation {
  background-color: #ecf3f9;
  border-width: 2px;
  border-radius: 8px;
  border: solid;
  border-color: #084b7e;
  padding: 3px 5px;
  margin-bottom: 15px;
}

.profile-details-table td:first-child, .profile-evaluation td:first-child {
  font-weight: bold;
}

span.score-circle {
  position: absolute;
  background: radial-gradient(ellipse at center, rgba(74,45,13,1) 37%, rgba(74,45,13,0.89) 48%, rgba(91,65,14,0.78) 59%, rgba(104,81,15,0) 68%, rgba(124,105,16,0) 81%, rgba(212,209,25,0) 100%);
  /*background: radial-gradient(ellipse at center, rgba(74,45,13,1) 37%, rgba(74,45,13,0.89) 48%, rgba(91,65,14,0.78) 59%, rgba(104,81,15,0) 68%, rgba(124,105,16,0) 81%, rgba(212,209,25,0) 100%);*/
  /* background: radial-gradient(ellipse at center, rgba(74,45,13,1) 27%, rgba(74,45,13,0.89) 38%, rgba(91,65,14,0.78) 49%, rgba(104,81,15,0) 58%, rgba(124,105,16,0) 71%, rgba(212,209,25,0) 100%);*/

}

span.flavour-name {
  position: absolute;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: center;
  color: #eee;
}

span.score-flavour {
  width: 120px;
  display:inline-block;
}

span.score-bar {
  background-color: blue;
  display: inline-block;
}

/* ****************************************** FORM STYLING ************************************** */

.hide-conditional {
  display: none !important;
}

.hide-read-only-field {
  display: none !important;
}

.sp-profiling-form .chosen-container {
  max-width: 100% !important;
}

.sp-profiling-form .chosen-container span {
  font-size: 16px;
  font-weight: bold;
  color: #084b7e;
  /*line-height: 1.3em;*/
}

.sp-profiling-form .chosen-container-single .chosen-single
 {
  width: 700px !important;
}

.sp-profiling-form .frm_section_heading {
  border: 1px solid #bbc4cc;
  border-radius: 10px;
  background-color: #ecf3f9;
  padding: 2px 6px 2px 25px;
  margin-top: 25px;
}

.sp-profiling-form #fb_error.frm_section_heading {
  border: 1px solid #cdabab;
  background-color: #fce7e7;
}

/* .frm_style_profiling-form-style.with_frm_style .frm-show-form .frm_section_heading h3 { */

.sp-profiling-form .frm_section_heading h3 {
  border: none !important;
  padding: 15px 0 3px 0;
  margin: 0;
  font-size: 18px;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #084b7e;
}

.sp-profiling-form #fb_error.frm_section_heading h3 {
  color: #7e0808;
}

.sp-profiling-form .frm_section_spacing {
  margin-bottom: 12px !important;
}

.sp-profiling-form #judges-description.frm_section_heading {
    border: 1px solid #bbc4cc;
    background-color: rgba(8, 75, 126, 0.85);
    color: #ecf3f9;
    font-style: italic;
    margin-top: 0;
    padding-right: 100px;
}

.sp-profiling-form #judges-description.frm_section_heading h4 {
  border: none !important;
  color: #ffffff;
}

.sp-profiling-form #judges-description.frm_section_heading h5 {
  text-decoration: underline;
  color: #ecf3f9;
}

/* hide the select for picked flavours - better to change those to read only inputs */
[id^=field_flav-prof-dark-comp],
[id^=field_flav-prof-dark-defect] {
  display: none;
}

.sp-profiling-form .frm_form_field .frm_form_field {
  margin-left: 25px;
  font-size: 15px;
}

.sp-profiling-form .frm_form_field .frm_form_field.flav-diag-large-container {
  margin-left: 0;
  height: 466px;
}

.sp-profiling-form .sp-field-indent.frm_form_field {
  margin-left: 55px;
}

.sp-profiling-form .frm_toggle_container {
  display:block !important;
}

.sp-profiling-form div.frm_description {
  border: 2px solid #4c9ad642;
  border-radius: 5px;
  background-color: #8dc3ef45;
  padding: 5px 9px 3px 5px !important;
}

.sp-profiling-form #fb_error div.frm_description {
  border: 2px solid #d64c4c42;
  background-color: #ef8d8d45;
  color: #7e0808;
}

.sp-profiling-form .traffic-lights div.frm_description {
  margin-left: 48px;
  max-width: 700px;
}

.sp-profiling-form .frm_left_container div.frm_description {
  max-width: 530px;
  margin-left: 160px;
}

.sp-profiling-form .frm_section_heading div.frm_description {
  max-width: 640px;
  margin-left: 0px;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.sp-profiling-form .sp-options-descr-indent div.frm_description {
  margin-left: 76px;
  max-width: 642px;
}

.sp-profiling-form .frm_top_container .frm_primary_label {
  margin-top: 30px;
  margin-bottom: 7px;
}

.sp-profiling-form .frm_top_container.inline-field .frm_primary_label,
.sp-profiling-form .frm_top_container.inline-field label {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-size: 13px;
}

.sp-profiling-form .frm_top_container.inline-field {
  margin-left: 20px;
  margin-bottom: 9px;
}
.trigger-prod-num .fa-check-circle {
  cursor:pointer;
  padding-left: 4px;
  font-size: 18px;
  color: #969696;
}

span#opt-symbs span {
  cursor:pointer;
  padding-left: 4px;
  font-size: 15px;
  color: #272727;  
}

span#opt-symbs span:hover,
span#opt-symbs span.symb-selected {
  color: #43bb13;
} 

.trigger-prod-num {
  display: none;
}

.trigger-prod-num .fa-check-circle:hover,
.trigger-prod-num .prod-num-triggered {
  color: #43bb13;
}

.trigger-prod-num .prod-num-error,
.trigger-prod-num .prod-num-error.fa-check-circle:hover,
.span#opt-symbs .prod-num-error
 {
  color: #dd0000;
}

.edit-mode-message {
  padding-left: 10px;
  font-size: 12px;
  color: #555555;
  font-weight: normal;
}

div.edit-mode-message {
  text-align: center;
}

/* .sample-info-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  /* animation: spin 2s linear infinite;
} */

/* Safari */
/* @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

#loader-page {
  /* display: none; */
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 75, 126, 0.40);
  z-index: 1;
  top: 0;
  left: 0;
}

/* Center the loader */
#loader {
  /* display: none; */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #d3d3d3;
  border-radius: 50%;
  border-top: 16px solid #084b7e;
  border-bottom: 16px solid #084b7e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



#field_prod-assess-indiff-rating_label {
  margin-bottom: 17px
}

/* Need to select parent in jQuery and add css */
#frm_field_653_container,
#frm_field_412_container {
  position: -webkit-sticky;
  position: sticky;
  top: 34px;
  z-index: 99;
  /* margin-top: 30px; */
}

/* Need to select parent of #calc-monitor in jQuery and add css */
#frm_field_652_container,
#frm_field_411_container {
  position: -webkit-sticky;
  position: sticky;
  top: 34px;
  z-index: 100;
  /* margin-top: 37px; */
  opacity: 0.75;
  margin-bottom: 0;
}
/* margin-top: 30px; */

#frm_field_226_container {
  display: none;
}

.judges-desc {
  width: 90%;
}

#calc-monitor {
  position: absolute;
  right: -205px;
  width: 188px;
  min-height: 360px;
  margin-top: 100px;
}

#calc-monitor h5 {
  margin-top: 10px;
}

ul#calc-output {
  list-style: none;
  margin-left: 0;
}

ul#calc-output span {
  display: inline-block;
  width: 107px;
  font-weight: bold;
}

#feedback-container {
  position: relative;
  float: left;
  /* height: auto; */
}

/* Need to select parent of #calc-monitor in jQuery and add css */
/* #frm_field_276_container { */
.sticky-feedback {
  position: -webkit-sticky;
  position: sticky;
  top: 146px;
  z-index: 95;
  margin-top: 37px;
}

.prod-assess-cond-check-header,
.prod-assess-cond-notes-header,
.eval-feedback-section,
.feedback-stmnts-section
 {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}

.sp-condition-check .frm_top_container .frm_opt_container {
  margin-left: 30px;
}

.sp-profiling-form .flav-diag-large, {
  float: none;
}

.eval-crit-cols h3 {
  font-size: 22px;
  margin-top: 18px;
  margin-bottom: 5px;
}

ul.eval-top_level-list {
  list-style: none;
  margin-left: 0;
}

ul.eval-top_level-list.location-evaluation > li {
  margin-bottom: 3px;
}

ul.eval-crit-list {
  margin-left: 20px;
  margin-top: 7px;
  margin-bottom: 14px;
}

.branch-open {
  cursor:pointer;
  color: #084b7e;
  /* margin-bottom: 3px; */
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.eval-crit-list li {
  list-style: none;
  margin-bottom: 3px;

}
  /* min-height: 40px; */

.eval-crit-feedback-list li {
  list-style: none;
}

ul.eval-crit-feedback-list.location-admin {
  margin-left: 150px;
  margin-top: 0;
  margin-bottom: 14px;
}

.eval-crit-feedback-list.location-admin li {
  margin-bottom: 0;
  font-size: 12px;
  color: #474747;
}

ul.eval-crit-feedback-list.location-evaluation {
  margin-left: 18px;
  margin-top: 3px;
  margin-bottom: 7px;
}

.eval-crit-feedback-list.location-evaluation li {
  margin-bottom: 0;
  font-size: 13px;
  color: #474747;
  /* text-decoration: underline; */
  cursor:pointer;
}

.eval-crit-feedback-list li a,
.eval-crit-feedback-list li a:hover {
  color: #474747;
}

.eval-connect,
.feedback-connect {
  cursor:pointer;
  padding-right: 8px;
}

.profile-icon::before {
  font-size: 13px;
  color: #084b7e;
}

.fa-comments::before {
  color: #474747;
}

.fa-comment-dots::before {
  font-size: 14px;
}

.branch-icon {
  padding-left: 5px;
}

.branch-icon::before {
  font-size: 14px;
}

.fa-thumbs-up,
.fa-thumbs-down {
  padding-right: 5px;
  font-size: 12px;
  color: #084b7e;
}

.feedback-stmnts-section .fdbk-options {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 15px;
  width: 34px;
}

.feedback-stmnts-section .fdbk-options  i.fa-tachometer-alt {
  font-size: 17px;
  /* padding-right: 3px; */
  position: absolute;
  right: 18px;
  /* color: #084b7e; */
  /* color: rgb(204,0,0); */
  background: linear-gradient(90deg, rgba(204,0,0,1) 0%, rgba(0,153,51,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feedback-stmnts-section .fdbk-options  i.fa-trash-alt {
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: 3px;
  color: #084b7e;
}

@media screen and (min-width: 870px) {
  .eval-feedback-section,
  .feedback-stmnts-section {
    width: 44.4% !important;
  }
}

@media screen and (max-width: 870px) {
  .eval-feedback-section,
  .feedback-stmnts-section {
    width: auto !important;
    margin-left: inherit !important;
    float: none !important;
  }
}

/* .eval-heading {
  display: block;
} */

.standard-qual-container {
  display: block;
  width: 286px;
  height: 15px;
  padding-left: 0px;
  position: relative;
  margin-bottom: 5px;
}

.standard-qual-slider-container {
  /* display: block;
  position: relative; */
  /* margin-left: 30px; */
}

.standard-qual-icon-container {
  display: inline-block;
  width: 35px;
  padding-left: 6px;
}

.standard-qual-icon-container i.fa-thumbs-up {
   padding-left: 0;
}

.standard-qual-icon-container i.fa-thumbs-down {
   padding-right: 2px;
   padding-left: 4px;
}

.standard-qual-slider {
  display: inline-block;
  width: 249px;
  height: 10px;
}

.standard-qual-labels {
  position: absolute;
  top: -1px;
  left: 41px;
}

/* .standard-qual-labels {
  position: absolute;
  display: block;
  top: -26px;
  margin-bottom: -26px;
  height: 15px;
} */

.standard-qual-labels span {
  display: inline-block;
  width: 49px;
  height: 10px;
  /* text-align: center;
  box-sizing: border-box;
  border-right-style: solid;
  border-right-color: #084b7e;
  border-right-width: 1px;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #084b7e; */
}

.standard-qual-labels span[sq_value="-2"] {
  background-color: #cc0000;
}

.standard-qual-labels span[sq_value="-1"] {
  background-color: #ea5613;
}

.standard-qual-labels span[sq_value="0"] {
  background-color: #ff9900;
}

.standard-qual-labels span[sq_value="1"] {
  background-color: #abbb10;
}

.standard-qual-labels span[sq_value="2"] {
  background-color: #009933;
}

.standard-qual-labels span:last-child {
  border: none;
}

.standard-qual-slider.ui-widget-content {
  border: none;
  background: none;
}

.standard-qual-slider.ui-slider .ui-slider-handle {
  width: 70px;
  height: 15px;
  top: -3px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 14px;
}

/* .standard-qual-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { */
.standard-qual-slider.ui-slider .ui-slider-handle {
  /* font-weight: bold; */
  color: #f9ed59;
  /* background-color: #ff9900; /*for compatibility with older browsers*/
  /* background-image: linear-gradient(#dc8400, #ff9900); */
}

.standard-qual-slider.ui-slider .ui-slider-handle:after{
	content: '';
	position: absolute;
	/* top: 2px; */
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.2));
}

.standard-qual-slider.ui-slider .ui-slider-handle[style*="left: 0"] {
  margin-left: -3px;
  background-color: #ff9900; /*for compatibility with older browsers*/
  background-image: linear-gradient(#f34b4b, #cb0000);
  border: 1px solid #ffbebb;
  color: #ffffff;
}

.standard-qual-slider.ui-slider .ui-slider-handle[style*="left: 25"] {
  margin-left: -23.5px;
  background-color: #ff9900; /*for compatibility with older browsers*/
  background-image: linear-gradient(#ff6e2d, #da5012);
  border: 1px solid #ffbebb;
  color: #fffddf;
}

.standard-qual-slider.ui-slider .ui-slider-handle[style*="left: 50"] {
  margin-left: -38px;
  background-color: #ff9900; /*for compatibility with older browsers*/
  background-image: linear-gradient(#ff5e00, #e28d0e);
  border: 1px solid #ffbebb;
  color: #fffbcc;
}

.standard-qual-slider.ui-slider .ui-slider-handle[style*="left: 75"] {
  margin-left: -51px;
  background-color: #ff9900; /*for compatibility with older browsers*/
  background-image: linear-gradient(#d4e62a, #97a514);
  border: 1px solid #d3e0b4;
  color: #002715;
}

.standard-qual-slider.ui-slider .ui-slider-handle[style*="left: 100"] {
  margin-left: -72px;
  background-color: #ff9900; /*for compatibility with older browsers*/
  background-image: linear-gradient(#2acc60, #0ead43);
  border: 1px solid #b4e0bb;
  color: #000000;
}

.fdbk-intensity-container {
  height: 22px;
  position: relative;
}

.fdbk-intensity-container .fdbk-intensity-label {
  font-size: 12px;
  padding-right: 4px;
  display: inline-block;
  margin-top: -3px;
  position: absolute;
  top: -3px;
  right: 135px;
  color: #084b7e;
}

.fdbk-intensity-slider {
  display: inline-block;
  width: 120px;
  height: 10px;
  right: 12px;
  position: absolute;
}

.fdbk-intensity-slider .ui-slider-handle {
  width: 20px;
  height: 19px;
  top: -6px;
  margin-left: -10px;
  font-size: 12px;
  text-align: center;
}

.map-point-intens-slider .ui-slider-handle {
  width: 17px;
  height: 19px;
  top: -6px;
  margin-left: -11px;
  font-size: 13px;
  text-align: center;
  user-select: none;
}

.fdbk-intensity-slider.ui-slider .ui-slider-handle[style*="left: 0"] {margin-left: -4px;}
.fdbk-intensity-slider.ui-slider .ui-slider-handle[style*="left: 25"] {margin-left: -8px;}
.fdbk-intensity-slider.ui-slider .ui-slider-handle[style*="left: 50"] {margin-left: -10.5px;}
.fdbk-intensity-slider.ui-slider .ui-slider-handle[style*="left: 75"] {margin-left: -14px;}
.fdbk-intensity-slider.ui-slider .ui-slider-handle[style*="left: 100"] {margin-left: -22px;}


.sp-profiling-form .frm_form_field.eval-feedback-section .frm_form_field,
.sp-profiling-form .frm_form_field.feedback-stmnts-section .frm_form_field {
  margin-left: 5px !important;
}

.frm_style_profiling-form-style.with_frm_style .sp-profiling-form .feedback-stmnts-section .form-field {
  margin-bottom: 0;
}

.with_frm_style .feedback-stmnts-section .frm_left_container .frm_primary_label {
  width: 50px;
  max-width: 10% !important;
  margin-right: -2px !important;
  font-size: 15px;
}

.with_frm_style .feedback-stmnts-section .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]):not([type=range]) {
  height: 28px;
  margin-bottom: 0;
  border: none;
  display: inline;
  font-family: inherit;
  font-size: 13px;
  padding: 0;
  background-color: transparent;
  color: #474747;
  box-shadow: none;
}

@media screen and (min-width: 870px) {
  .with_frm_style .feedback-stmnts-section .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]):not([type=range]) {
    max-width: 76% !important;
  }
}

@media screen and (max-width: 870px) {
  .with_frm_style .feedback-stmnts-section .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]):not([type=range]) {
    /* width: 100%; */
    max-width: 83% !important;
  }
}



.feedback-stmnts-section .frm_range_value {
  display: none;
}

.with_frm_style .frm_left_container > div.frm_description::before {
  display: none !important;
}

/* .feedback-stmnts-section .frm_range_container {
  width: 200px !important;
} */

/* .feedback-stmnts-section .hide-label label {
  display: none !important;
} */

.with_frm_style .feedback-stmnts-section .frm_form_field.frm_left_container .frm_range_container input[type=range] {
  margin: 0;
  max-width: 80% !important;
}

@media (min-width: 768px) {
  .modal-dialog {
      width: 892px !important;
      margin: 150px auto 30px auto !important;
  }
}

#sp-modal-content {
  padding-left: 25px;
  padding-right: 25px;
}

#sp-modal-content h3.frm_form_title {
  margin-bottom: 25px;
  font-weight: bold;
}

#sp-modal-content fieldset {
  padding-bottom: 0px;
}

#sample-info {

  font-size: 15px;
}

/* quick hack - modal close style not loading? */
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

h4.modal-title {
  float: left;
  padding-top: 1rem;
}

/*  */

/* style added to body in sp-core.js */
body.sp-evaluation-form #page {
  overflow: visible;
}

/* Chrome, Safari, Edge, Opera */
input#field_prod-num-prod-num::-webkit-outer-spin-button,
input#field_prod-num-prod-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Customize the label (the container) */
.frm_style_profiling-form-style.with_frm_style .traffic-lights .frm_radio label {
 display: block;
 position: relative;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 15px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 padding-left: 45px !important;
}

/* Hide the browser's default radio button */
.traffic-lights label input {
 position: absolute;
 opacity: 0;
}

/* Create a custom radio button */
.traffic-lights label .traffic {
 position: absolute;
 top: -2px;
 left: 0;
 height: 1.5em;
 width: 1.5em;
 border-radius: 50%;
 background-color: blue;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.traffic:after {
 content: "";
 position: absolute;
 display: none;
}

/* Show the indicator (dot/circle) when checked */
.traffic-lights label input:checked ~ .traffic:after {
 display: block;
}

/* Style the indicator (dot/circle) */
.traffic-lights label .traffic:after {
 top: 0.4em;
 left: 0.4em;
 width: 0.7em;
 height: 0.7em;
 border-radius: 50%;
 background: #ececec;
}

/* green 1 (lightest) */
.condition label[for*="-1"] .traffic,
.validity label[for*="-1"] .traffic,
.show-check-score label[for*="-0"] .traffic,
.pref-scale label[for*="-4"] .traffic,
.condition-reason label[for*="-1"] .traffic,
.yes label[for*="-0"] .traffic,
.reaction label[for*="-0"] .traffic,
.like-it label[for*="-4"] .traffic,
.zero-scale label[for*="-4"] .traffic,
.characteristics label[for*="-4"] .traffic,
.character label[for*="-4"] .traffic {
    background-color: #009933;
}

/* green/amber */
.zero-scale label[for*="-3"] .traffic,
.pref-scale label[for*="-3"] .traffic,
.characteristics label[for*="-3"] .traffic,
.character label[for*="-3"] .traffic {
    background-color: #abbb10;
}

/* amber 1 (lightest) */
.reaction label[for*="-1"] .traffic,
.pref-scale label[for*="-2"] .traffic,
.indifferent label[for*="-4"] .traffic,
.zero-scale label[for*="-2"] .traffic,
.characteristics label[for*="-2"] .traffic,
.character label[for*="-2"] .traffic {
    background-color: #ff9900;
}

/* amber/red */
.zero-scale label[for*="-1"] .traffic,
.pref-scale label[for*="-1"] .traffic,
.characteristics label[for*="-1"] .traffic,
.character label[for*="-1"] .traffic {
    background-color: #ea5613;
}

/* red 1 (lightest)*/
.condition label[for*="-0"] .traffic,
.validity label[for*="-0"] .traffic,
.show-check-score label[for*="-1"] .traffic,
.pref-scale label[for*="-0"] .traffic,
.condition-reason label[for*="-0"] .traffic,
.reaction label[for*="-2"] .traffic,
.dislike label[for*="-4"] .traffic,
.zero-scale label[for*="-0"] .traffic,
.characteristics label[for*="-0"] .traffic,
.character label[for*="-0"] .traffic {
    background-color: #cc0000;
}

/* not sure */
/* khaki 1 */
.notsure label[for*="-4"] .traffic,
.reaction label[for*="-3"] .traffic {
    background-color: #666633;
}

/* On mouse-over, add a grey background color */
.reaction label:hover input ~ .traffic {
 background-color: #777;
}

/* green 2 */
.like-it label[for*="-3"] .traffic {
    background-color: #007033;
}

/* green 3 */
.like-it label[for*="-2"] .traffic {
    background-color: #006633;
}

/* green 4 */
.like-it label[for*="-1"] .traffic {
    background-color: #004422;
}

/* green 5 (darkest)*/
.like-it label[for*="-0"] .traffic {
    background-color: #003311;
}

/* amber 2 */
.indifferent label[for*="-3"] .traffic {
    background-color: #cc8800;
}

/* amber 3 */
.indifferent label[for*="-2"] .traffic {
    background-color: #aa7700;
}

/* amber 4 */
.indifferent label[for*="-1"] .traffic {
    background-color: #774400;
}

/* amber 5 (darkest) */
.indifferent label[for*="-0"] .traffic {
    background-color: #552200;
}

/* red 2 */
.dislike label[for*="-3"] .traffic {
    background-color: #990000;
}

/* red 3 */
.dislike label[for*="-2"] .traffic {
    background-color: #770000;
}

/* red 4 */
.dislike label[for*="-1"] .traffic {
    background-color: #550000;
}

/* red 5 (darkest) */
.dislike label[for*="-0"] .traffic {
    background-color: #330000;
}

/* khaki 2 */
.notsure label[for*="-3"] .traffic {
    background-color: #878744;
}

/* khaki 3 */
.notsure label[for*="-2"] .traffic {
    background-color: #999955;
}

/* khaki 4 */
.notsure label[for*="-1"] .traffic {
    background-color: #aaaa66;
}

/* khaki 5 */
.notsure label[for*="-0"] .traffic {
    background-color: #bbbb88;
}

#profile-container {
  padding: 10px;
  position: relative;
  float: left;
  width: 680px;
}

.sample-profile-block {
  display: flex;
  margin-top: 15px;
}

.sample-map-block {
  width: 660px;
}

.sample-character-block {
  padding: 0 10px 10px 10px;
  width: 200px;
}

.character-scale-container {
  margin-left: 4px;
}
.character-scale-container h3 {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
  margin-bottom: 2px;
}

.character-scale {
  width: 175px;
  height: 20px;
  background: linear-gradient(to right, #990000, #ca5613, #bb8800, #abbb10, #006622);
}

.character-score {
  display: block;
  height: 100%;
  width: 15px;
  overflow: hidden;
  background-color: rgba(74,45,13,1);
  color: rgba(74,45,13,1);
  margin-left: 20px;
}

.frm_forms.frm_style_profiling-form-style.with_frm_style {
    max-width: 767px !important;
}

/* #sample-info h3 {
  margin-bottom: 7px;
} */

#judges-description h4,
#sp-error h4 {
  margin-top: 12px;
  margin-bottom: 9px;
}

#judges-description h5 {
  margin-bottom: 0;
}

#sample-info .judges-desc {
  margin-left: 20px;
  font-size: 14px;
  color: #084b7e;
}

ul.product-criteria {
  list-style: none !important;
  font-size: 13px;
}

ul.product-criteria li {
  margin-bottom: 3px;
}

.prod-desc-label {
  width: 170px;
  display: inline-block;
  font-weight: bold;
}

.highlight_crit {
  color: #b52c2c;
}

.highlight_alts {
  color: #353c8f;
}

.pc-maps-container {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.pc-maps-container .prod-desc-label {
  float: left;
}

#pc-maps-block {
  float:left;
  cursor: pointer;
}

.pc-group-global-score {
  display: inline-block;
  padding-top: 4px;
  font-weight: bold;
}

table#entries-scores-list {
  /* min-width: 1000px; */
  margin-left: 0;
}
table#companies-list {
  width: 100%;
}

table#companies-list td
 {
  text-align: left;
  vertical-align: top;
}

table#entries-list,
table.entries-list {
  width: 100%;
}

table#entries-list thead,
table.entries-list thead,
table#companies-list thead {
			cursor: pointer;
}

table#entries-list tr.cat-header,
table.entries-list tr.cat-header {
  font-size: 13px;
  font-weight: bold;
}

/* table#entries-list tr.top-cat-row,
table.entries-list tr.top-cat-row {
  border-top: 8px solid;

} */

table#entries-list tr.gold,
table.entries-list tr.gold {
  background: #E8D585;
}

table#entries-list tr.silver,
table.entries-list tr.silver {
  background: #E0D7D7;
}

table#entries-list tr.bronze,
table.entries-list tr.bronze {
  background: #CEB39D;
}

table#entries-list td.prize_set a,
table.entries-list td.prize_set a {
  color: #898989 !important;
}

table#entries-list td.prize_set a.gold_prize_class_gold,
table#entries-list td.prize_set a.silver_prize_class_silver,
table#entries-list td.prize_set a.bronze_prize_class_bronze,
table#entries-list td.prize_set a.no_prize_class_none.
table.entries-list td.prize_set a.gold_prize_class_gold,
table.entries-list td.prize_set a.silver_prize_class_silver,
table.entries-list td.prize_set a.bronze_prize_class_bronze,
table.entries-list td.prize_set a.no_prize_class_none {
  /*text-transform: uppercase;*/
  color: #601212 !important;
  text-decoration: none;
}

table.dataTable {
    border-collapse: collapse !important;

}

table#entries-list td,
table#entries-list th,
table.entries-list td,
table.entries-list th,
table#companies-list td,
table#companies-list th
{
  text-align: left;
  padding: 5px !important;
  vertical-align: top;
  border: solid 1px #BBBBBB;
}

table#entries-list th,
table.entries-list th,
table#companies-list th
{
  font-weight: bold;
}

span.scr-data-small {
    font-size: 11px;
}

table.entries-list tr.gold {
  background: #E8D585;
}

table.entries-list tr.silver {
  background: #E0D7D7;
}

table.entries-list tr.bronze {
  background: #CEB39D;
}

table.entries-list tr.gjhighlight {
  background: #ccf1f5;
}

div.notes-feedback {
  position: relative;
}

span.personal-feedback {
  position: absolute;
  /*height: 85px;*/
  width: 300px;
  /* margin-top: 204px;
  margin-left: 301px; */
  border-width: 2px;
  border-color: #85bdd3;
  border-style: solid;
  background: #c1e5ed;
  opacity: 0.9;
  padding: 13px 10px 3px 18px;
  border-radius: 10px;
  font-size: 14px;
  /* letter-spacing: -0.04em; */
  line-height:18px;
  color: #0f0f44;
  display: none;
  z-index: 99;
}

span.personal-feedback p {
  margin-bottom: 3px;
}

span.personal-feedback hr {
  border-width: 1px;
  border-color: #85bdd3;
  border-style: solid;
  margin: 8px 0 10px 0;
}

span.personal-feedback ul {
  list-style: none;
  margin-left: 0px;
}

#entries-scores-list_wrapper {
  margin-bottom: 800px;
}