/* SOW 4 BDI-specific */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700;800&display=swap');

:root {
  --bdi-logo-purple: #7700f6;
  --bdi-logo-red: #ff0061;
  --bdi-logo-orange: #ffad00;
  --bdi-logo-cyan: #00eafa;
  --bdi-logo-white: #ffffff;
  --splash-bg-color: #f8f1ff;

  --text-primary-color: #000000; /*#808080;*/
  --background-primary-color: var(--bdi-logo-white);
  --background-secondary-color: var(--splash-bg-color);
  --background-gradient: linear-gradient(to right, var(--background-secondary-color), var(--background-primary-color));
  --background-select-color: #ffad004a; /* BDI Orage at 50% opacity */
  --button-primary-color: var(--bdi-logo-purple);
  --button-primary-hover-color: #36006f;
  --button-secondary-color: var(--bdi-logo-red);
  --radio-fill: var(--bdi-logo-orange);
  --header-primary-color: var(--bdi-logo-purple); /*#36006f;*/
  --framing-primary-color: var(--bdi-logo-purple);
  --framing-secondary-color: var(--bdi-logo-red);
  --framing-primary-width: 4px;
  --framing-secondary-width: 2px;
  --framing-primary-radius: 40px;
  --framing-secondary-radius: 20px;
  --link-primary-color: var(--bdi-logo-red);
  --link-secondary-color: var(--bdi-logo-cyan);
  --input-border-color: #cfa2ff;
  --placeholder-color: #277499;
  --hr-gradient: linear-gradient(to right, var(--bdi-logo-purple), var(--bdi-logo-cyan));
  --hr-thickness:3px;
  --drop-shadow-color: #7700f626;

  --secondary-color: #41c1ff;
  --warning-color: var(--bdi-logo-red); /*#ffa848;*/
  --attention-color: var(--bdi-logo-red);
  --error-color: #ff4848;
  --accent-color: #ffb800;
/*  --background-select-color:#00eafa4a; */
}

*,
html {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
/* END of SOW 4 BDI-specific */

/* SOW 2 Set Font to Sulphur Point */
/*
@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&display=swap');

/* v 1.35 */
/* Hide when not logged in */
.NotLoggedIn {
  background-color:transparent !important;
  /* background-image: url(/EIMS/portal/custom/customization/resources/png/blue-facet-banner.png) !important; */
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:top left !important;
  background-attachment:fixed !important;
}
.NotLoggedIn * {
  display: none !important;
}
/*
* {
  font-family: 'Sulphur Point', sans-serif;
}
/* *** */
html {
  height: 100%;
/*  font-family: 'Sulphur Point', sans-serif; */
  font-weight: 300;
}
*:focus {
    outline: none;
}
body {
  overflow-x: hidden;
  margin: 0px;
  background: #0c1b38;
  height: 100%;
/*  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; Removed for SOW 2 */
  font-size: 0.8em;
}
body, input, textarea, select {
/*  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; Removed for SOW 2 */
}
table {
  font-size: 1em;
  font-weight: 300;
}
a {
  cursor: pointer;
  color: #1d2a42;
  text-decoration: underline;
}
a:hover {
  color: #6884c0;
}
input {
  border:solid 2px #b2b2b2;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1em;
  padding: 5px 10px;
  vertical-align: baseline;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
com-1password-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type="text"],
input.input_text2 {
  min-height:31px;
}
/*
input[type="checkbox"],
input[type="radio"] {
  margin:0;
  padding:0;
  height:1em;
}
*/
input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #ffffff;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  padding:0 !important;
  border: 0.15em solid #1d2a42;
  border-radius: 0.15em;
  transform: translateY(-0.075em);

  display: inline-grid;
  place-content: center;
  margin-right:1ex;
  position:relative;
  top:1px;
}

input[type="checkbox"]::before {
  content: "";
/*  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); */
  width: calc(1em - 3px);
  height: calc(1em - 3px);
  position: absolute;
  left: 1.5px;
  bottom: 1.25px;
  clip-path: polygon(38.6% 67.6%, 47.8% 49.6%, 59% 32.6%, 70.6% 15.2%, 85.4% 0%, 100.2% 12.4%, 84.6% 28.6%, 72.8% 44.2%, 57% 67.2%, 40.4% 98.4%, 20.2% 74%, 0.2% 66.2%, 13.2% 42%, 26.8% 53.6%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  /*box-shadow: inset 1em 1em #0c1b38; */
  /* Windows High Contrast Mode */
  background-color: #1d2a42;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus {
  outline: 0px; /* max(2px, 0.15em) solid currentColor; */
  outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
  color: #b2b2b2;
  cursor: not-allowed;
}
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #ffffff;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.16em;
  height: 1.16em;
  padding:0 !important;
  border: 0.15em solid #1d2a42;
  border-radius: 50%;
/*  transform: translateY(-0.075em); */

  display: inline-grid;
  place-content: center;
  margin-right:1ex;
  margin-top:3px;
  margin-bottom:3px;
  position:relative;
/*  top:1px; */
}

input[type="radio"]::before {
  content: "";
  width: calc(1em - 4px);
  height: calc(1em - 4px);
  transform: scale(0);
  transform-origin: center center;
  transition: 120ms transform ease-in-out;
  /*box-shadow: inset 1em 1em #0c1b38;*/
  /* Windows High Contrast Mode */
  background-color: #1d2a42;
  border-radius:50%;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline: 0px; /* max(2px, 0.15em) solid currentColor; */
  outline-offset: max(2px, 0.15em);
}

input[type="radio"]:disabled {
  color: #b2b2b2;
  cursor: not-allowed;
}
input[type="radio"] ~ input[type="radio"] {
  margin-left:1em;
}
textarea {
  background-color:#ffffff;
  border:solid 2px #b2b2b2;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1em;
  padding: 5px 10px;
}
input.field,
textarea.ta,
textarea.field {
  border: solid 2px #b2b2b2;
  BACKGROUND-COLOR: #ffffff;
}
input#SearchTerms,
input#InnovationNumber[type="text"] {
  width:350px !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance:none;
  appearance: none;
  border: solid 2px #b2b2b2;
  border-radius: 5px;
  FONT-WEIGHT: 400;
  FONT-SIZE: 1em;
  padding:7px 8px 6px;
}
select:not([multiple]) {
  background-image: url(/EIMS/Images/Innovator/icons/chevron-down-solid.svg);
  background-position: calc(100% - 3px) calc(50% - 1px);
  background-repeat:no-repeat;
  background-size: 10px 10px;
  padding-right: 16px !important;  
}
select#Select_Range,
select#Department,
select#Location,
select#locat,
select#Status,
select#Type,
select#InnovationFieldID100Value,
select#ReviewCommittee,
select#usergroup,
select#reviewcmt,
input#lastName
input#firstName {
  border:solid 2px #b2b2b2;
  border-radius:5px;
/*  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important; Removed for SOW 2 */
  width:350px !important;
}
select#InnovationFieldID100Value {
  font-size:1em !important;
}
select#Select_Range {
  height:unset !important;
}
#DateRange {
  min-height:2.35em;
}
#selector {
  position: absolute;
  left: 2px !important;
  top: 2px !important;
  width: 320px !important;
  z-index: 2;
}
#StartDateCal {
  position: relative;
    left: 0px;
    top: 0px;
    width: unset !important;
    float: left;
}
#EndDateCal {
  position: relative;
  left: -5px;
  top: 0px;
  width: unset !important;
  float: left;
  visibility: visible;
}
#StartDateCal > input,
#EndDateCal > input,
#popupdate_cal_div > input,
.popup-calendar > input {
  width: 140px !important;
  cursor: default;
  position: relative;
  top: 0;
  left: 2px;
  border: none;
  padding: 6px 4px 2px 8px;
}
#StartDateCal > input[type="text"],
#EndDateCal > input[type="text"],
#popupdate_cal_div > input[type="text"],
.popup-calendar > input[type="text"] {
  min-height: 25px;
}
#usersummaryContent #EndDateCal > input,
#TinkerLoginStatisticContent #EndDateCal > input,
#rewardsreportContent #EndDateCal > input,
#userloginattemptContent #EndDateCal > input,
#shared_inv_table #popupdate_cal_div > input {
  border:solid 2px #b2b2b2;
  border-radius:5px;
  top:0;
  left:0;
  padding:5px 10px;
}
#shared_inv_table #popupdate_cal_div > input {
  width: auto !important;
}
#StartDateCal select,
#EndDateCal select,
#popupdate_cal_div select,
.popup-calendar select {
  padding: 4px 6px;
  margin-bottom: 5px;
  margin-top:3px;
}
#StartDateCal tr[style*="background-color:gray;"] p,
#EndDateCal tr[style*="background-color:gray;"] p,
#popupdate_cal_div tr[style*="background-color:gray;"] p,
.popup-calendar tr[style*="background-color:gray;"] p {
  line-height:1.5em;
  font-weight:900;
  color:#ffffff;
  margin-top: 2px;
}
#StartDateCal tr[style*="background-color:white"] td,
#EndDateCal tr[style*="background-color:white"] td,
#popupdate_cal_div tr[style*="background-color:white"] td,
.popup-calendar tr[style*="background-color:white"] td {
  cursor:pointer;
  line-height: 1.75em;
}
#StartDateCal > div,
#EndDateCal > div,
#DeadlineDateCal > div,
#BeginDateCal > div,
#popupdate_cal_div > div,
#DateCal > div,
#beginDate > div,
#endDate > div:not(.link_medium),
div.popup-calendar {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: lightgrey;
  z-index: 10;
  width: 200px !important;
  border:solid 2px #b2b2b2;
  border-radius:5px;
  padding:2px 2px 2px 2px;
  display:none;
}
#DateCal #text1 {
  width: unset !important;
}
#StartDateCal table,
#EndDateCal table,
#DeadlineDateCal table,
#BeginDateCal table,
#popupdate_cal_div table,
#DateCal table,
#beginDate table,
#endDate table,
.popup-calendar table {
/*  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important; Removed for SOW 2 */
  font-size: 1em !important;
  width: 100%;
}
#StartDateCal > div > table button,
#EndDateCal > div > table button,
#DeadlineDateCal > div > table button,
#BeginDateCal > div > table button,
#popupdate_cal_div table button,
#DateCal > div > table button,
#beginDate > div > table button,
#endDate > div > table button,
.popup-calendar > table button {
  width: 100%;
/*  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important; Removed for SOW 2 */
  font-size: 1em !important;
  color: #b2b2b2 !important;
  background-color: #0c1b38;
  border: none;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: 700;
  margin-top:4px;
  margin-bottom:3px;
  cursor:pointer;
}
#StartDateCal > div > table button:hover,
#EndDateCal > div > table button:hover,
#DeadlineDateCal > div > table button:hover,
#BeginDateCal > div > table button:hover,
#popupdate_cal_div table button:hover,
#DateCal > div > table button:hover,
#beginDate > div > table button:hover,
#endDate > div > table button:hover,
.popup-calendar > table button:hover {
  color: #ffffff !important;
}
#to {
    height: 14px;
    text-align: center;
    position: relative;
    left: -5px;
    top: 7px !important; 
/*    bottom: -4px; */
    float: left;
    background-color: white;
    width: 35px;
    z-index: -1;
    padding: 1px 2px;
    font-weight: 400;
}
#DeadlineDateCal {
  left: 0px;
  position: relative;
  top: 0px;
  width: 190px !important;
}
#DeadlineDateCal #text1,
#BeginDateCal #text1,
#usersummaryContent #EndDateCal #text1,
#TinkerLoginStatisticContent #EndDateCal #text1,
#DateCal #text1,
#beginDate #text1,
#endDate #text1 {
  width: 150px !important;
  cursor: default;
  float:none;
}
#BeginDateCal,
#BeginDateCal #text1,
#usersummaryContent #EndDateCal,
#TinkerLoginStatisticContent #EndDateCal,
#usersummaryContent #EndDateCal #text1,
#TinkerLoginStatisticContent #EndDateCal #text1{
  width:100% !important;
}
#usersummaryContent #EndDateCal {
  float:none !important;
  left:-1px !important;
}
#TinkerLoginStatisticContent #EndDateCal {
  float:none !important;
  left:-1px !important;
}
input.button {
  FONT-WEIGHT: 300;
  COLOR: #000000;
}
.area_header {
  BORDER-RIGHT: medium none;
  BORDER-TOP: medium none;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BORDER-LEFT: medium none;
  COLOR: #000000;
  BORDER-BOTTOM: medium none;
  HEIGHT: 24px;
  BACKGROUND-COLOR: #fdf4d4;
}
#educationcenterContent .frame-area
{
  border-radius: 0 15px 15px 0;
}
#educationcenterContent .Section
{
  border: solid 1px #ffffff;
  border-radius: 0 15px 15px 0;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  background-color: #d7d7d7;
}
#educationcenterContent .area_header2
{
    FONT-WEIGHT: 700;
    FONT-SIZE: 1.25em;
    Z-INDEX: 1;
    font-style: italic;
    color: #7f7f7f;
    LEFT: 15px;
    top: 10px;
}
.area_header2 {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1.25em;
  HEIGHT: 24px;
}
.nav_bar {
  FONT-WEIGHT: 700;
  BACKGROUND-COLOR: #ffffff;
}
.input_text1 {
  FONT-SIZE: 1em;
  WIDTH: 350px;

}
.input_text2 {
  font-size:1em !important;
  width:100%;
}
.area_text1 {
  FONT-SIZE: 1em;
/*  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important; Removed for SOW 2 */
}
.area_text3 {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
}
.data_label_orange + td .area_text3 {
  font-weight: 300;
}
#Submit_Type_Share_text {

}
#Submit_Type_Share_Text.area_text3,
#submit_type_draft_text.area_text3 {
  position: relative;
  top: -2px;
  left: -2px;
  font-weight: 300;
}
.area_text5 {
  FONT-WEIGHT: 400;
  FONT-SIZE: 1em;
  WIDTH: 100%;
  FONT-STYLE: normal;
}
.area_text6 {
  FONT-SIZE: 1em;
  WIDTH: 350px;

}
.area_text7 {
  FONT-WEIGHT: 700;
}
.area_text8 {
  FONT-SIZE: 1em;
}
.area_text9 {
  BORDER-RIGHT: #c3c0b2 1px solid;
  BORDER-TOP: #c3c0b2 1px solid;
  FONT-WEIGHT: 400;
  FONT-SIZE: 1em;
  BORDER-LEFT: #c3c0b2 1px solid;
  COLOR: #333333;
  BORDER-BOTTOM: #c3c0b2 1px solid;
  text-align: right;
  BACKGROUND-COLOR: #fafafa;
}
.area_text3_inverse {
  FONT-SIZE: 1em;
  COLOR: #b2b2b2;
}
.area_text3_inverse a {
  color: #b2b2b2;
}
.area_text3_inverse a:hover {
  color: #ffffff;
}
.area_text7_inverse {
  FONT-WEIGHT: 700;
  COLOR: #000000;

}
.area_text_table {
  color: #000000;
  font-weight: 400;
}
.BioAreaText {
  FONT-SIZE: 1em;
  WIDTH: 100%;
}
.BioAreaText_Alt {
}
.BioAreaText_Alt A {
}
.BioAreaText_Alt_Link {
}
.select_department {
  width:100%;
}
.select_location {
  width:100%;
}
select#ProfileFieldID109Value {
  width:100%;
}
.select_status {
}
.select_type {
}
.select_time_period {
  FONT-SIZE: 1em;
}
.select1 {
}
.inv_select {
  border: solid 2px #b2b2b2;
  FONT-WEIGHT: 300;
  FONT-SIZE: 1em;
  COLOR: #333333;
  BACKGROUND-COLOR: #fafafa;
}
#ProfileFieldID100 {
  width:100% !important;
}
#ProfileFieldID102 {
  width:100% !important;
}
#ProfileFieldID105List,
#InnovationFieldID102List,
#InnovationFieldID106List,
#InnovationFieldID181List {
  padding-left:20px;
}
#InnovationFieldID181List > span {
  padding-left:24px !important;
}
#ProfileFieldID105List + div,
#InnovationFieldID102List + div {
  padding-left:10px;
}
#innovation_short_todo_table TD {
  padding-left: 2px;
  padding-right: 2px;
}
#innovation_short_todo_table tr:nth-child(odd) TD {
  background-color: #ffffff;
}
#innovation_short_todo_table tr:nth-child(even) TD {
  background-color: #ededed;
}
.list_short_header {
  FONT-WEIGHT: 300;
  FONT-SIZE: 1em;
  COLOR: #333333;
}
.list_short_body {
  FONT-WEIGHT: 300;
  FONT-SIZE: 1em;
  COLOR: #333333;
}
.bold_header {
  FONT-WEIGHT: 300;
  FONT-SIZE: 1em;
  WIDTH: 150px;
  FONT-STYLE: normal;

}
.invPrintTxt {
  FONT-WEIGHT: 300;
  COLOR: #0000ff;

}
.invPrintHdr {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1.25em;
  COLOR: #ffffff;
}
#maintable.section_border {
  background:#d7d7d7;
}
#maintable .invPrintHdr,
#SearchSummary .invPrintHdr,
#SearchDetails .invPrintHdr,
#userDataTable .invPrintHdr {
  color:#000000;
}
#maintable .invPrintHdr td:first-child img,
#SearchSummary .invPrintHdr td:first-child img,
#SearchDetails .invPrintHdr td:first-child img,
#userDataTable .invPrintHdr td:first-child img,
#reviewboardreportContent #maintable > tbody > tr > td:first-child img {
  display:none;
}
.invPrintTxt2 {
}
.table_header {
  FONT-SIZE: 1em;
}
#quickLinks {
  width:43% !important;
}
#quickLinks .divtitle_alternate #topLink {
  font-size:0.8em;
}
.innovation_grid_holder .DHTMLTable_header,
#innovation_grid_holder .DHTMLTable_header {
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: default;
  border:none !important;
  top:-1px !important;
  width:unset !important;
}
.DHTMLTable_header_cell {
  height:22px !important;
}
.innovation_grid_holder .DHTMLTable_header .link_medium,
#innovation_grid_holder .DHTMLTable_header .link_medium {
  display: block;
  padding: 1px 15px 2px;
  position: absolute;
  top: -18px;
  right: 0 !important;
  color: #0c1b38 !important;
  background-color: #ded29a;
  text-decoration: none !important;
  border-bottom:solid 1px #1d2a42
}
.innovation_grid_holder .DHTMLTable_header .link_medium:hover,
#innovation_grid_holder .DHTMLTable_header .link_medium:hover {
  background-color: #ffffff;
}
td.DHTMLTable_header_cell td.table_header,
th,
th td,
td.tableHeader,
.tableHeader td,
.tableHeader th,
.div_header td,
.table_header td,
#maintable .divtitle_alternate td {
  background-color: #c2c6c9;
  background-image: url(../images/innovator/innovator_main/white-fade-vertical-20x20.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  PADDING-TOP: 3px;
  PADDING-Bottom: 2px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align:middle;
  /*height: 18px;*/
}
TH,
TH TD,
TD.tableHeader,
.tableHeader TD,
.tableHeader TH,
.div_header TD,
.table_header TD,
#maintable .divtitle_alternate td {
  background-image: url(../../images/innovator/innovator_main/white-fade-vertical-20x20.png);
  padding-left:5px;
}
.div_header TD:first-child,
.tableHeader TD:first-child,
.tableHeader TH:first-child,
TD.tableHeader:first-child,
.table_header TD:first-child,
.table_header TH:first-child {
  background-image: url(../../images/innovator/innovator_main/white-fade-vertical-20x20.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-position: bottom left;
  /*border-top-left-radius: 7.5px;*/
}
.data_label {
  font-weight: 700;
}
.data_label .table_header {
  background-color: #e7e7e7;
  color: Red;
  display: block;
  margin: 0;
  padding: 5px;
}
.label_note {
  font-size: 0.9em;
  line-height: 1.25;
  font-weight: 400;
  display:block;
  margin-top:5px;
}
.table_footer {
  FONT-WEIGHT: 700;
  COLOR: #000000;
  BACKGROUND-COLOR: #E0E0E0;
  TEXT-ALIGN: right;
}
.workflow_goto {
  COLOR: #000000;

  BACKGROUND-COLOR: #d3d3d3;
}
.display_box {
  COLOR: #000000;
  BACKGROUND-COLOR: #ffffff;
  TEXT-ALIGN: left;
  padding-left: 10px;
  BORDER-RIGHT: #6884C0 2px solid;
  BORDER-TOP: #6884C0 2px solid;
  BORDER-LEFT: #6884C0 2px solid;
  BORDER-BOTTOM: #6884C0 2px solid;
}
.display_cell {
  TEXT-ALIGN: left;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
}
.display_cell A:link {
  text-decoration: underline;
  color: #0033CC;
}
.display_cell A:visited {
  text-decoration: underline;
  color: #0033CC;
}
.display_cell A:active {
  text-decoration: underline;
  color: #0033CC;
}
.display_cell A:hover {
  text-decoration: underline;
  color: #0033CC;
}
.display_cell_body {
  COLOR: #0c1b38;

  TEXT-ALIGN: left;
  padding-left: 6px;
  padding-right: 5px;
}
.display_cell_footer {
  FONT-SIZE: 1em;
  color: #666666;
  FONT-FAMILY: Verdana;
  TEXT-ALIGN: left;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-top: 1px;
}
.display_cell_footer_func {
  COLOR: #0c1b38;

  TEXT-ALIGN: left;
}
.DHTMLTable_header_cell_sort_img {
  position:relative;
  top:1px;
  height:11px;
  width:11px;
  object-fit:contain;
}
.display_user_group {
  COLOR: #1d2a42;
  TEXT-ALIGN: left;
  padding-left: 10px;
  padding-right: 5px;
  height: 21px;
  font-size:1em !important;
}
.display_header_yellow {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #7f7f7f;
  font-style: italic;
  BACKGROUND-COLOR: #c2c6c9;
  TEXT-ALIGN: left;
}
.display_header_yellow2 {
  font-weight: 700;
  font-size: 1.25em;
  color: #1d2a42;
  padding-top: 0;
}
.display_header {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #ffffff;
  BACKGROUND-COLOR: #6884C0;
  TEXT-ALIGN: left;
  padding-left: 10px;
}
#MostActive TABLE {
  height: 131px;
  margin: 0;
}
#MostActive TH {
  height: 14px;
}
#MostActive TH,
.div_header {
  FONT-WEIGHT: 700;
  COLOR: #000000;
  TEXT-ALIGN: left;
  padding-left: 0px !important;
}
#MostActive TH U {
  text-decoration: none;
}
#MostActive TD {
  vertical-align: baseline;
}
#base_innovations_table {
  width: calc(100% - 10px);
  margin-left:10px;
}
#videos2 .table_header,
#electronicdocuments .table_header,
#electronicdocuments2 .table_header,
#VideosTable .table_header,
#FilesTable .table_header,
#coalesced_html_holder .table_header td,
#base_innovations_table .table_header {
  padding: 5px !important;
}
#coalesced_html_holder {
  padding-top:0 !important;
}
#coalesced_html_holder .divtitle:first-child {
  margin-top:0;
}
.table_data > tr td,
.table_data > td,
.table_alternate_data > td,
.table_data_left > td,
.table_alternate_data_left > td,
.highlight > td {
  padding: 3px 3px 3px 7px;
}
#videos2.table_alternate_data {
    background-color: #fff;
}
#videos2 > td,
#electronicdocuments2 > td {
    padding-left: 3px;
}
#videostitle .divtitle_alternate td[style*="175px;"],
#electronicdocumentstitle .divtitle_alternate td[style*="175px;"],
#individual_participants .divtitle_alternate[style*="181px;"],
#RouteTypeContainer .divtitle_alternate[style*="181px;"],
#TaskUsersRow .divtitle_alternate[style*="181px;"] {
    width: 150px !important;
}

.bg_color {
  background-color: #d7d7d7;
}
.bg_color #Title {
  /*padding-left:10px;*/
}
.alt_bg_color {
  BACKGROUND-COLOR: #ededed;
}
.table_data {
  FONT-SIZE: 1em;
  COLOR: #000000;
  BACKGROUND-COLOR: #ffffff;
  TEXT-ALIGN: center;
  WHITE-SPACE: pre-line;
}
.table_alternate_data {
  FONT-SIZE: 1em;
  COLOR: #000000;
  BACKGROUND-COLOR: #ededed;
  TEXT-ALIGN: center;
}
.table_note {
  COLOR: #000000;
  TEXT-ALIGN: center;
}
.hp_adm_table_data {
  COLOR: #000000;
  BACKGROUND-COLOR: #ffffff;
  TEXT-ALIGN: left;
}
.hp_adm_table_data_header {
  COLOR: #FFFFFF;
  FONT-WEIGHT: 700;
  FONT-FAMILY: Tahoma, verdana;
  PADDING-TOP: 5px;
  PADDING-RIGHT: 5px;
  PADDING-BOTTOM: 5px;
  PADDING-LEFT: 5px;
  BACKGROUND-IMAGE: url(../Images/Innovator/Horiz_Bars/blueBarBack.gif);
  BORDER-TOP: #CCCCCC 3px solid;
  BORDER-RIGHT: #CCCCCC 3px solid;
  BORDER-BOTTOM: #CCCCCC 3px solid;
  BORDER-LEFT: #CCCCCC 3px solid;
}
.inventor_spotlight {
  COLOR: #6884C0;
}
.spotlight_desc {
  COLOR: #000000;
}
.spotlight_invname {
  FONT-WEIGHT: 700;
  COLOR: #6884C0;
  cursor: pointer;
}
.login_box {
  border-bottom: solid 1px #3459a4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 7.5px !important;
  border-top: solid 1px #3459a4;
  border-left: solid 1px #3459a4;
  border-right: solid 1px #3459a4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  background-color: #c2c6c9;
  z-index: -2;
}
.login_box a {
}
.login_box_lang {
  background-color: #c2c6c9;
  /*background-image: url(../images/innovator/innovator_main/white-fade-vertical-20x20.png);*/
  background-position: bottom left;
  background-repeat: repeat-x;
  color: #000000;
  padding: 5px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: baseline;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 20px;
}
.link_small {
  cursor: pointer;
  text-decoration: none;
  font-weight: 300;
}
.link_small_action {
  cursor: pointer;
  text-decoration: underline !important;
  font-weight: 300;
  vertical-align: middle;
}
.link_small:hover,
.link_small_action:hover {
  color: #6884c0;
}
.link_small_action_disabled {
  COLOR: #d7d7d7;
  TEXT-DECORATION: none !important;
  font-weight: 300;
  vertical-align: middle;
}
.link_small_action_disabled:hover {
  text-decoration:none !important;
}
.link_small_hp {
  cursor: pointer;
  COLOR: #FFFFFF;
  TEXT-DECORATION: underline;
}
.link_paging_over {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
}
.asterik,
.asterisk {
  COLOR: #ff0061; /* SOW 2: Changed from FF0000 */
  font-weight: 700;
}
.textid {
  FONT-WEIGHT: 700;
}
.highlight {
  FONT-WEIGHT: 300;
  COLOR: #ffffff;
  BACKGROUND-COLOR: #0c1b38 !important;
  TEXT-ALIGN: center;
}
.highlight_left {
  COLOR: #000000;
  BACKGROUND-COLOR: #ffcc66;
}
.text_10 {
}
.font_small {
}
.text_alternate_color {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #6884c0;
}
.link {
  FONT-SIZE: 1em;
  cursor: pointer;
  COLOR: #0000ff;
  TEXT-DECORATION: underline;
}
.text_left_col {
  FONT-SIZE: 1em;
  COLOR: #666666;
}
.text_left_col_header {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #003366;
}
.table_alternate_data_left {
  COLOR: #000000;
  BACKGROUND-COLOR: #ededed;
  TEXT-ALIGN: left;
}
.table_data_left {
  BACKGROUND-COLOR: #ffffff;
  TEXT-ALIGN: left;
}
.text_small {
  COLOR: #000000;
}
.tabs_top_row {
  BORDER-RIGHT: #6884C0 1px solid;
  BORDER-TOP: #6884C0 1px solid;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BORDER-LEFT: #6884C0 1px solid;
  COLOR: #000000;
  BORDER-BOTTOM: #6884C0 1px solid;

  BACKGROUND-COLOR: #fdf4d4;
}
.tabs_top_sel {
  BORDER-RIGHT: #6884C0 1px solid;
  BORDER-TOP: #6884C0 1px solid;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BORDER-LEFT: #6884C0 1px solid;
  COLOR: #ff0000;
  BORDER-BOTTOM: #333399 1px;

  BACKGROUND-COLOR: #fdf4d4;
}
.section_red {
  BORDER: #AC1015 3px solid;
  BORDER-TOP: none;
  BACKGROUND-COLOR: #f1f1ef;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.section_white {
  BORDER-RIGHT: #c0c0c0 1px solid;
  BORDER-TOP: #c0c0c0 1px solid;
  BORDER-LEFT: #c0c0c0 1px solid;
  BORDER-BOTTOM: #c0c0c0 1px solid;
  BACKGROUND-COLOR: #f1f1ef;
  PADDING-TOP: 10px;
  PADDING-RIGHT: 10px;
  PADDING-BOTTOM: 10px;
  PADDING-LEFT: 10px;
}
.section_yellow_titlebar {
  background-color: #fff;
  border-top: solid 1px #3459a4;
  border-left: solid 1px #3459a4;
  border-right: solid 1px #3459a4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.section_yellow {
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  padding-bottom: 7.5px !important;
  background-color: #d7d7d7;
}
.section_yellow2 {
  border-bottom: solid 1px #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 7.5px !important;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  background-color: #d7d7d7 !important;
}
table.section-content {
  width:100%;
  table-layout:fixed;
  max-width:800px;
}
#ContainerFrameFinalActionHolder {
position: fixed !important;
  top: 130px !important;
  display: none;
  /* INV-410 set height in code height: 400px !important;*/
  width: 600px;
  left: 237px !important;
  transition-duration: 0.1s;
  transition-property: width, left, right;
  z-index: 90;
/*  height: 565px !important; */
}
#ContainerFrameFinalActionHolder[style*="display: none"] {
  width: 0 !important;
  display: block !important;
  margin: 0;
  padding: 0;
  left: 10px !important;
}
#ContainerFrameFinalActionHolder[style*="display: none"] .section_yellow2 {
  border-bottom: solid 0px #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0px;
  padding-bottom: 0px !important;
  border-top: solid 0px #ffffff;
  border-left: solid 0px #ffffff;
  border-right: solid 0px #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
/*  background-color: #fdf5d7 !important; */
}
#ContainerFrameFinalActionHolder .section_yellow2 {
  border-bottom: solid 1px #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  padding-bottom: 7.5px !important;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
/*  background-color: #fdf5d7 !important; */
}
.finalactionvote select {
    width:270px !important;
}
#ContainerFrameInnovationCustomHolder {
position: fixed !important;
  top: 130px !important;
  display: none;
  /* INV-410 set height in code height: 400px !important;*/
  width: 600px;
  left: 237px !important;
  transition-duration: 0.1s;
  transition-property: all;
  z-index: 90;
}
#ContainerFrameInnovationCustomHolder[style*="display: none"] {
  width: 0 !important;
  display: block !important;
  margin: 0;
  padding: 0;
  left: 10px !important;
}
#ContainerFrameInnovationCustomHolder[style*="display: none"] .section_yellow2 {
  border-bottom: solid 0px #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0px;
  padding-bottom: 0px !important;
  border-top: solid 0px #ffffff;
  border-left: solid 0px #ffffff;
  border-right: solid 0px #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
/*  background-color: #fdf5d7 !important; */
}
#ContainerFrameInnovationCustomHolder .section_yellow2 {
  border-bottom: solid 1px #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  padding-bottom: 7.5px !important;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
/*  background-color: #fdf5d7 !important; */
}
#ContainerFrameSetStatusHolder {
  position: fixed !important;
    top: 130px !important;
    display: none;
    /* INV-410 set height in code height: 400px !important;*/
    width: 600px;
    left: 237px !important;
    transition-duration: 0.1s;
    transition-property: all;
    z-index: 90;
  }
  #ContainerFrameSetStatusHolder[style*="display: none"] {
    width: 0 !important;
    display: block !important;
    margin: 0;
    padding: 0;
    left: 10px !important;
  }
  #ContainerFrameSetStatusHolder[style*="display: none"] .section_yellow2 {
    border-bottom: solid 0px #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0px;
    padding-bottom: 0px !important;
    border-top: solid 0px #ffffff;
    border-left: solid 0px #ffffff;
    border-right: solid 0px #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  /*  background-color: #fdf5d7 !important; */
  }
  #ContainerFrameSetStatusHolder .section_yellow2 {
    border-bottom: solid 1px #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    padding-bottom: 7.5px !important;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    padding-top: 7.5px !important;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  /*  background-color: #fdf5d7 !important; */
  }
  #ContainerFrameSetCompanyHolder {
    position: fixed !important;
    top: 130px !important;
    display: none;
    /* INV-410 set height in code height: 400px !important;*/
    width: 600px;
    left: 237px !important;
    transition-duration: 0.1s;
    transition-property: all;
    z-index: 90;
  }
  #ContainerFrameSetCompanyHolder[style*="display: none"] {
    width: 0 !important;
    display: block !important;
    margin: 0;
    padding: 0;
    left: 10px !important;
  }
  #ContainerFrameSetCompanyHolder[style*="display: none"] .section_yellow2 {
    border-bottom: solid 0px #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0px;
    padding-bottom: 0px !important;
    border-top: solid 0px #ffffff;
    border-left: solid 0px #ffffff;
    border-right: solid 0px #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  /*  background-color: #fdf5d7 !important; */
  }
  #ContainerFrameSetCompanyHolder .section_yellow2 {
    border-bottom: solid 1px #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    padding-bottom: 7.5px !important;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    padding-top: 7.5px !important;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  /*  background-color: #fdf5d7 !important; */
  }
body[style="height:99%;"] {
  height:95% !important;
}
.section_blue {
  BORDER-TOP: #003366 3px solid;
  BORDER-RIGHT: #003366 3px solid;
  BORDER-LEFT: none;
  BORDER-BOTTOM: #003366 3px solid;
  BACKGROUND-COLOR: #f1f1ef;
}
.sub_section {
  border-left: solid 1px #3459a4;
  border-right: solid 1px #3459a4;
  border-bottom: solid 1px #3459a4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  padding-bottom: 7.5px !important;
  background-color: #ffffff;
  box-shadow: 2px 3px 5px 5px #dddddd;
}
.float_section {
  BORDER-RIGHT: #c0c0c0 5px solid;
  BORDER-TOP: #c0c0c0 5px solid;
  BORDER-LEFT: #c0c0c0 5px solid;
  BORDER-BOTTOM: #c0c0c0 5px solid;
  BACKGROUND-COLOR: #f1f1ef;
}
.link_small_noline {
  FONT-SIZE: 1em;
  cursor: pointer;
  COLOR: #6884c0;
}
.link_small_noline:hover {
  text-decoration: underline;
}
.link_text {
  cursor: pointer;
  COLOR: #6884c0;
  TEXT-DECORATION: none;
}
.link_text:hover {
  text-decoration: underline;
}
#coalesced_invs_table .link_medium,
#coalesced_into_invs_table .link_medium,
#base_innovations_table .link_medium {
  font-weight: 300;
  color: #0c1b38;
  cursor: pointer;
  text-decoration: underline;
}
#coalesced_invs_table .link_medium:hover,
#coalesced_into_invs_table .link_medium:hover,
#base_innovations_table .link_medium:hover {
  color: #6884c0;
  text-decoration: underline;
}
.link_medium, .link_large {
  color: #0c1b38;
  cursor: pointer;
  text-decoration: underline !important;
}
.link_medium {
  font-size: 1em !important;
}
.link_large {
  font-weight: 400 !important;
}
.data_label .link_large {
  font-size: 0.9em;
}
.link_medium:hover, .link_large:hover {
  color: #6884c0;
  text-decoration: underline;
}
.link_medium_darkbg,
#sidemenu .link_medium,
#sidemenu .link_large {
  cursor: pointer;
  color: #b2b2b2;
  text-decoration: underline;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.link_medium_darkbg
{
  font-size: 1em;
  font-weight: 700;
}

.link_medium_darkbg:hover,
#sidemenu .link_medium:hover,
#sidemenu .link_large:hover {
  color: #ffffff;
}

.link_medium_disabled {
  FONT-SIZE: 1em;
  cursor: pointer;
  COLOR: #666666;
  TEXT-DECORATION: none;
  font-weight: 300;
}
.link_selected_medium {
  font-size: 1em;
  color: #000000;
  text-decoration: none;
}
.link_page_medium {
  FONT-SIZE: 1em;
  cursor: pointer;
  COLOR: #0000ff;
  TEXT-DECORATION: underline;
}
.area_title {
  FONT-WEIGHT: 700;
  FONT-SIZE:1.25em;
}
.data_label .area_title {
  font-size:1em;
}
.frame_border {
  BORDER-RIGHT: #000000 1px solid;
  BORDER-TOP: #000000 1px solid;
  BORDER-LEFT: #000000 1px solid;
  BORDER-BOTTOM: #000000 1px solid;
}
.profile_background_area {
  border: solid 1px #ffffff;
  border-top: none;
  border-bottom-right-radius: 15px;
/*  border-top-right-radius: 15px; */
  padding-bottom: 7.5px !important;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  background-color: #d7d7d7;
}
#viewbioContent .profile_background_area {
  padding-top: 0 !important;
}
.title_bar {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1.25em;
  Z-INDEX: 1;
  font-style: normal;
  color: #1d2a42;
  WIDTH: 400px;
  padding-top: 0 !important;
  padding-left: 10px;
  POSITION: absolute;
  top: 9px;
}
.title_bar * {
  font-weight: 700;
}
.help_link {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  cursor: pointer;
  COLOR: #000000;
  TEXT-DECORATION: underline;
}
.section_with_top {
  border: solid 1px #ffffff;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  padding-bottom: 7.5px !important;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  background-color: #d7d7d7;
}
.side_menu_table 
{
  padding-bottom: 7.5px !important;
  min-height: 42px;
  font-size: 0.85em; /* INV-446 - decrease font size in side menu */
}
.pop_up {
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-radius: 0 0 15px 0;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  padding-bottom: 7.5px !important;
  background-color: #d7d7d7;
}
.section_border {
  box-shadow:0 0 5px 5px #ffffff;
}
.section_no_back {
  background-color: #d7d7d7;
  border-right: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
}
.section_no_back + table {
  background-color: #d7d7d7;
  border-bottom-right-radius:10px;
  border-right: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.red_section_no_back {
  BORDER-TOP: #AC1015 3px solid;
  BORDER-RIGHT: #AC1015 3px solid;
  BORDER-LEFT: #AC1015 3px solid;
  BORDER-BOTTOM: #AC1015 3px solid;
  BACKGROUND-COLOR: #FFFFFF;
}
.blue_section_no_back {
  BORDER-TOP: #003366 3px solid;
  BORDER-RIGHT: #003366 3px solid;
  BORDER-LEFT: #003366 3px solid;
  BORDER-BOTTOM: #003366 3px solid;
  BACKGROUND-COLOR: #FFFFFF;
}
.text_inactive {
  COLOR: #808080;
}
.textid_indent_bold {
  FONT-WEIGHT: 700;
  TEXT-INDENT: 5px;
}
.textid_indent_double {
  TEXT-INDENT: 20px;
}
.text_10_bold {
  FONT-WEIGHT: 700;
}
.table_header_10 {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BACKGROUND-COLOR: #ededed;
  padding: 3px;
}
#FilesTable .table_header {
  font-size:1em;
  font-weight: 700;
}
.hp_divbox {
  BORDER-RIGHT: #c0c0c0 1px solid;
  BORDER-TOP: #c0c0c0 1px solid;
  BORDER-LEFT: #c0c0c0 1px solid;
  BORDER-BOTTOM: #c0c0c0 1px solid;
  BACKGROUND-COLOR: #f1f1ef;
}
.hp_divbox2 {
  BORDER-RIGHT: #C97906 1px solid;
  BORDER-TOP: #C97906 1px solid;
  BORDER-LEFT: #C97906 1px solid;
  BORDER-BOTTOM: #C97906 1px solid;
  BACKGROUND-COLOR: #f1f1ef;
}
.divbox_chart {
  BORDER-RIGHT: #6884C0 2px solid;
  BORDER-TOP: #6884C0 2px solid;
  BORDER-LEFT: #6884C0 2px solid;
  BORDER-BOTTOM: #6884C0 2px solid;
  BACKGROUND-COLOR: #fdf4d4;
}
.divbox:not(.InnovationResultsDiv):not(#InnovationResultsDiv):not(#ProfileResultsDiv):not(#EDocsResultsDiv) {
  margin: 0;
  margin-left:10px;
  max-width:calc(100% - 10px);
}
img.divbox {
  width:100%;
  height:100%;
}
table.divbox {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.divtitle + .divbox {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.divbox_no_back {
  BACKGROUND-COLOR: #c2c6c9;
}
.divbox_no_border {
  BACKGROUND-COLOR: #f1f1ef;
}
.tabs_notices_unselected {
  BORDER-RIGHT: #6884C0 1px solid;
  BORDER-TOP: #6884C0 1px solid;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BORDER-LEFT: #6884C0 1px solid;
  COLOR: #000000;
  BORDER-BOTTOM: #6884C0 1px solid;
  BACKGROUND-COLOR: #fdf4d4;
}
.tabs_notices_selected {
  BORDER-RIGHT: #6884C0 1px solid;
  BORDER-TOP: #6884C0 1px solid;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BORDER-LEFT: #6884C0 1px solid;
  COLOR: #ff0000;
  BORDER-BOTTOM: #333399 1px;
  BACKGROUND-COLOR: #ffffff;
}
.hp_divbox_option {
  BORDER-RIGHT: #c0c0c0 1px solid;
  BORDER-TOP: #c0c0c0 1px solid;
  FONT-WEIGHT: 300;
  COLOR: #000000;
  BORDER-LEFT: #c0c0c0 1px solid;
  BORDER-BOTTOM: #c0c0c0 1px;
  BACKGROUND-COLOR: #ffffff;
}
.timeline_box {
  BORDER-RIGHT: #6884C0 1px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: #6884C0 1px solid;
  PADDING-LEFT: 2px;
  PADDING-BOTTOM: 2px;
  OVERFLOW: auto;
  BORDER-LEFT: #6884C0 1px solid;
  WIDTH: 150px;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: #6884C0 1px solid;
  HEIGHT: 125px;
  BACKGROUND-COLOR: #fdf4d4;
  TEXT-ALIGN: center;
}
.timeline_box_header {
  FONT-WEIGHT: bolder;
  COLOR: #000080;

}
.timeline_box_not_done {
  BORDER-RIGHT: #ff0000 1px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: #ff0000 1px solid;
  PADDING-LEFT: 2px;
  PADDING-BOTTOM: 2px;
  BORDER-LEFT: #ff0000 1px solid;
  WIDTH: 150px;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: #ff0000 1px solid;
  HEIGHT: 125px;
  BACKGROUND-COLOR: #fdf4d4;
  TEXT-ALIGN: center;
}
.textarea {
  border:solid 2px #b2b2b2;
  border-radius:5px;
  WIDTH: 100%;
  BACKGROUND-COLOR: #ffffff;
}
.inv_description_div {
  BORDER-RIGHT: medium none;
  BORDER-TOP: medium none;
  FONT-SIZE: 1em;
  OVERFLOW: auto;
  BORDER-LEFT: medium none;
  BORDER-BOTTOM: medium none;
  HEIGHT: 100px;
}
.area_note {
  FONT-SIZE: 1.25em;
}
.table_header_12 {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BACKGROUND-COLOR: #cccc99;
}
.text_id1 {
  FONT-SIZE: 1em;
}
.find {
  FONT-WEIGHT: bolder;
  FONT-SIZE: 1em;
  COLOR: #000000;
  BACKGROUND-COLOR: #ffff00;
}
.select2 {
  FONT-SIZE: 1em;
  WIDTH: 40ex;
}
.help_in_bar {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  RIGHT: 10px;
  cursor: pointer;
  COLOR: #ffffff;
  POSITION: absolute;
  TOP: 2px;
}
#User_Consent_help {
  display:none;
}
.table_header_white {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #000000;
  BACKGROUND-COLOR: #ffffff;
}
.timeline_box2 {
  BORDER-RIGHT: #6884C0 1px solid;
  BORDER-TOP: #6884C0 1px solid;
  PADDING-LEFT: 5px;
  OVERFLOW: auto;
  BORDER-LEFT: #6884C0 1px solid;
  WIDTH: 150px;
  BORDER-BOTTOM: #6884C0 1px solid;
  HEIGHT: 112px;
  BACKGROUND-COLOR: #fdf4d4;
  TEXT-ALIGN: left;
}
.timeline_box_header2 {
  FONT-WEIGHT: 700;
  WIDTH: 150px;
  COLOR: #ffffff;
  BACKGROUND-COLOR: #000080;
  TEXT-ALIGN: center;
}
.timeline_box_not_done2 {
  BORDER-RIGHT: #ff0000 1px solid;
  BORDER-TOP: #ff0000 1px solid;
  PADDING-LEFT: 5px;
  OVERFLOW: auto;
  BORDER-LEFT: #ff0000 1px solid;
  WIDTH: 150px;
  BORDER-BOTTOM: #ff0000 1px solid;
  HEIGHT: 125px;
  BACKGROUND-COLOR: #fdf4d4;
  TEXT-ALIGN: left;
}
.buttonDiv {
  display: inline-block;
}
.buttonDiv ~ .buttonDiv {
  margin-left: 1ex;
}
SPAN#Add_Task .buttonMaster,
SPAN#Add_Task .buttonMaster_mouseover {
  padding-left: 5px;
  padding-right: 5px;
}
.buttonMaster .buttonLeft,
.buttonMaster_mouseover .buttonLeft,
.buttonAltMaster .buttonLeft,
.buttonAltMaster_mouseover .buttonLeft,
.buttonRight {
  display:none;/* buttonLeft and buttonRight is deprecated */
  width: 0px;
}
.button_text1 {
  FONT-SIZE: 1em;
  cursor: pointer;
  COLOR: #b2b2b2;
}
.button_text,
.button_text_small,
.button_text_mouseover_small,
.submitbutton,
input[type="button"] {
  background-color: #1d2a42;
  border:solid 1px #d7d7d7;
  border-radius: 16px;
  color: #b2b2b2;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  padding: 5px 10px;
}
.submitbutton,
#SaveDraft #buttonStretchRow {
  padding: 5px 20px;
}
.button_text_mouseover_small,
.buttonMaster_mouseover .button_text,
.buttonAltMaster_mouseover .button_text,
.button_text_mouseover_small,
.button_text:hover,
.submitbutton:hover,
input[type="button"]:hover {
  color: #ffffff;
}
.button_text_small > div:first-child + div,
.button_text_mouseover_small > div:first-child + div {
  background-image: none !important;
}
#edit_button_holder_span1 .button_text {
  background-color: #ded29a;
  color: #1d2a42;
  border:none;
  padding: 2px 30px;
}
#edit_button_holder_span1 .button_text:hover {
  background-color: #ffffff;
  color: #1d2a42;
}
.button_text_small div,
.button_text_mouseover_small div {
  display: inline-block;
}
.button_text_small > div:first-child,
.button_text_small > div:last-child,
.button_text_mouseover_small > div:first-child,
.button_text_mouseover_small > div:last-child {
  display: none;
}
.button_text_alt {
  FONT-WEIGHT: 700;
  cursor: pointer;
  COLOR: #333333;
  PADDING-LEFT: 5px;
  PADDING-TOP: 1px;
  text-transform: uppercase;
}
.button_text_alt_small {
  FONT-WEIGHT: 700;
  cursor: pointer;
  COLOR: #333333;
  text-transform: uppercase;
  vertical-align: top;
}
.button_text_mouseover {
  background-image: url("../Images/Innovator/Menu/grey_blue/gb_small_gray_slate.png");
  background-position: bottom right;
  background-repeat: repeat-x;
  cursor: pointer;
  color: #ffffff;
  FONT-WEIGHT: 700;
  height: 17px;
  text-transform: uppercase;
}
.button_text_alt_mouseover {
  FONT-WEIGHT: 700;
  cursor: pointer;
  COLOR: #333333;
  PADDING-LEFT: 5px;
  PADDING-TOP: 1px;
  text-transform: uppercase;
}
#inventors2 .divtitle_alternate,
#additionalInventors .divtitle_alternate,
#coalescedtitle .divtitle_alternate,
#Edit_Related_Inv_table .divtitle_alternate,
#individual_participants .divtitle_alternate,
#RouteTypeContainer .divtitle_alternate,
#TaskUsersRow .divtitle_alternate {
  font-size: 1em;
}
#Edit_Related_Inv_table .divtitle_alternate {
    font-size: 1em !important;
}
#Edit_Related_Inv_table .divtitle_alternate > td {
  padding-bottom: 0 !important;
}
#inventors2 #Lookup .button_text {
  text-decoration:underline;
  color:#1d2a42;
  font-weight: 400;
  background-color:transparent;
  display:inline;
  font-size:1em;
} 
#additionalInventors .buttonDiv {
  display: inline-block;
  padding-top:4px;
}
#inventors2 .buttonDiv {
  display: inline-block;
  padding-top:4px;
}
#inventors2 #Lookup .button_text:hover {
  color:#6884c0;
}
#additionalInventors .button_text,
#additionalInventors .button_text_small {
    FONT-SIZE: 1em;
    cursor: pointer;
    COLOR: #6884c0;
      TEXT-DECORATION: none;
    font-weight: 700;
    text-transform: none;
    border: none;
    background-image: none;
}
#inventors2 .button_text {
    @extend .link_large;
    text-transform: none;
    border: none;
    background-image: none;
}
#additionalInventors .button_text {
    @extend .link_large;
    text-transform: none;
    border: none;
    background-image: none;
}
#inventors2 .button_text_mouseover {
    @extend .link_large;
    text-transform: none;
    border: none;
    background-image: none;
    text-decoration: underline;
}
#additionalInventors .button_text_mouseover {
    @extend .link_large;
    text-transform: none;
    border: none;
    background-image: none;
    text-decoration: underline;
}
#inventors2 .buttonMaster_mouseover .button_text,
#inventors2 .buttonAltMaster_mouseover .button_text,
#inventors2 .button_text_mouseover_small {
    text-transform: none;
    border: none;
    background-image: none;
    text-decoration: underline;
    background-color: inherit;
    background-repeat: inherit;
    border: solid 0px #dfdfdf;
    color: #6884c0;
}
#additionalInventors .buttonMaster_mouseover .button_text,
#additionalInventors .buttonAltMaster_mouseover .button_text,
#additionalInventors .button_text_mouseover_small {
    text-transform: none;
    border: none;
    background-image: none;
    text-decoration: underline;
    background-color: inherit;
    background-repeat: inherit;
    border: solid 0px #dfdfdf;
    color: #6884c0;
}
.link_page {
  FONT-WEIGHT: 700;
  cursor: pointer;
  COLOR: #ffffff;

}
.link_line {
  FONT-WEIGHT: 700;
  cursor: pointer;
  COLOR: #ffffff;

  TEXT-DECORATION: underline;
}
.link_page_selected {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  CURSOR: default;
  COLOR: #999999;

}
.divtitle,
tr.divtitle td {
  width: auto !important;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  text-indent: 5px;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  font-style: italic;
  COLOR: #1d2a42;
  BACKGROUND-COLOR: #c2c6c9;
  TEXT-ALIGN: left;
  margin-bottom: 0;
  margin-top: 10px;
}
#file_cabinet_section table {
    background-color: #d7d7d7;
    border: solid 1px #fff;
    border-radius: 0 10px 10px 0;
}
#file_cabinet_section .divtitle,
#file_cabinet_section .divtitle td {
  background:transparent;
  margin-top:0;
}
#file_cabinet_section .divtitle span:not(.link_line) {
    font-size: 1.25em;
    font-style: normal;
}
#file_cabinet_section .divtitle span.link_line {
  font-weight: 300;
  color: #0c1b38;
  font-style:normal;
}
#file_cabinet_section .divtitle span.link_line:hover {
  color:#6884c0;
}
TR.divtitle TD {
  text-indent: 5px;
}
tr.divtitle {
  padding: 0px;
}
.divbox .divtitle {
  margin-bottom: 0;
  margin-top: 0;
}
.divbanner_alert {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #ffffff;
  BACKGROUND-COLOR: #ff4000;
  TEXT-ALIGN: center;
}
.divbox_no_top {
  BORDER-RIGHT: #6884C0 2px solid;
  BORDER-LEFT: #6884C0 2px solid;
  BORDER-BOTTOM: #6884C0 2px solid;

}
.divbox_bottom {
  BORDER-BOTTOM: #6884C0 2px solid;

}
.divtitle_alternate {
  PADDING-LEFT: 5px;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1.25em;
  color: #1d2a42;
  padding-bottom: 5px;
  TEXT-ALIGN: left;
  margin-top: 5px;
}
#maintable .divtitle_alternate {
  font-size:1em;
}
#video .divtitle_alternate,
#videostitle .divtitle_alternate,
#electronicdocumentstitle .divtitle_alternate {
  font-size: 1em;
}
#AddInnovation {
  font-size: 1em !important;
}
#electronicdocumentstitle .divtitle_alternate > td:first-child {
  font-size: 1em !important;
}
#AddInnovation + td {
  padding-left:0 !important;
}
#AddInnovation + td > table {
  margin-left:0 !important;
  max-width: 100% !important;
}
.table_header_border {
  BORDER-RIGHT: #d3d3d3 2px solid;
  BORDER-TOP: #d3d3d3;
  BORDER-LEFT: #d3d3d3 2px solid;
  BORDER-BOTTOM: #d3d3d3 2px solid;
}
.divbox_tab {
  cursor: pointer;
  color: #b2b2b2;
  background-color: #1d2a42;
  border:solid 1px #d7d7d7;
  border-radius:16px;
  font-weight: 700;
  padding:5px 10px;
}
.divbox_tab_gray {
  cursor: pointer;
  color: #b2b2b2;
  background-color: #1d2a42;
  border:solid 1px #d7d7d7;
  border-radius:16px;
  font-weight: 700;
  padding:5px 10px;
}
.divbox_tab_selected {
  cursor: pointer;
  color: #ffffff;
  background-color: #1d2a42;
  border:solid 1px #d7d7d7;
  border-radius:16px;
  font-weight: 700;
  padding:5px 10px;
}
.divbox_with_back {
  BORDER-RIGHT: #6884C0 2px solid;
  BORDER-TOP: #6884C0 2px solid;
  BORDER-LEFT: #6884C0 2px solid;
  BORDER-BOTTOM: #6884C0 2px solid;
  BACKGROUND-COLOR: #fdf4d4;
}
#save_csv,
#save_rtf {
  margin-top:10px;
  margin-left:10px;
}
.divbox_alternate {
  background-color: #d7d7d7;
/*
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0 10px 10px 0;
*/
  padding-bottom: 3.75px !important;
  padding-top: 3.75px !important;
  padding-left: 3.75px !important;
  padding-right: 3.75px !important;
  width: 99%;
}
.divbox_alternate.overview_savebox {
    width:100%;
    padding:5px;
}
.divbox_alternate.savebox > table > tbody > tr:nth-child(3) {
    display: none;
}
.divbox_alternate table {
  width:100%;
}
.divbox_alternate .area_text1:not([colspan="2"]) {
  text-align:right;
  width:100px;
}
.search_term {
  FONT-WEIGHT: 700;
  COLOR: #ff0000;
}
.tab_left2 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Menu/grey_blue/gb_large_gray_left.png);
  WIDTH: 10px;
  HEIGHT: 28px;
}
.tab_middle2,
SPAN.tabNotSelected2 {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BACKGROUND-IMAGE: url(../Images/Innovator/Menu/grey_blue/gb_large_gray_mid.png);
  COLOR: #ffffff;
  HEIGHT: 28px;
  line-height: 9pt;
  padding-top: 2px;
}
.tab_right2 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Menu/grey_blue/gb_large_gray_right_low.png);
  WIDTH: 8px;
  HEIGHT: 28px;
}
TR.tabHover SPAN.tab_right2 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Menu/grey_blue/gb_large_gray_right_high.png);
  WIDTH: 8px;
  HEIGHT: 28px;
}
.tab_left_selected2 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Menu/grey_blue/gb_large_blue_left.png);
  WIDTH: 10px;
  HEIGHT: 28px;
}
.tab_middle_selected2,
SPAN.tabSelected2 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Menu/grey_blue/gb_large_blue_mid.png);
  COLOR: #ffffff;
  HEIGHT: 28px;
  line-height: 9pt;
  padding-top: 2px;
}
.tab_right_selected2 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Menu/grey_blue/gb_large_blue_right_high.png);
  WIDTH: 8px;
  HEIGHT: 28px;
}
.div_footer {
  COLOR: #ffffff;
  BACKGROUND-COLOR: #1d2a42;
  TEXT-ALIGN: right;
  height:20px;
}
.tab_left_selected1,
div.tab div.tab_left_selected1,
div.tabHover div.tab_left_selected1 {
  display: none;
}
.tab_left1,
div.tab div.tab_left1,
div.tabHover div.tab_left1 {
  display: none;
}
.tmenu_left_selected1 {
  WIDTH: 17px;
  HEIGHT: 17px;
  display: block;
  padding: 0;
  margin: 0;
}
.tab_left_altselected1 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Tabs/tab_left_altselected1.gif);
  WIDTH: 24px;
  PADDING-TOP: 2px;

  HEIGHT: 17px;
  display: block;
  padding: 0;
  margin: 0;
}
.tab_hp_selected_left {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Tabs/tab_left_selected1.gif);
  WIDTH: 24px;
  PADDING-TOP: 2px;

  HEIGHT: 17px;
}
.tab_hp_selected_middle {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Tabs/tab_middle_selected1.gif);
  COLOR: #ffffff;
  PADDING-TOP: 0px;
  HEIGHT: 17px;
}
.tab_hp_selected_right {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Tabs/tab_right_selected1.gif);
  WIDTH: 8px;
  PADDING-TOP: 2px;

  HEIGHT: 17px;
}
.buttonAltMaster .button_text .buttonAltMaster_mouseover .button_text {
  FONT-WEIGHT: 700;
  cursor: pointer;
  COLOR: #FFFFFF;
  text-transform: uppercase;
  BACKGROUND-IMAGE: url(../Images/Innovator/Menu/grey_blue/gb_small_gray_mid.png);
  HEIGHT: 17px;
  /*display: block;*/
  padding: 0;
  margin: 0;
}
.addTab {
  display: inline-block;
  position: relative;
}
#CustomTabs 
{
    padding-top: 4px; 
    padding-right: 5px; 
    display: block;
}
#CustomTabs div,
#CustomTabs div div {
  display: inline-block;
}
#TabBodies 
{
    padding-bottom:0;
}
#TabBodies > table {
  border-collapse:collapse;
}
.custom_tabmiddle
{
  border-radius: 5px;
  line-height:normal !important;
}
.custom_tabmiddle:hover
{
  border: 1px solid #3459a4;
  background-color: #FFFFFF;
  color: #3459a4;
}
.custom_tabright 
{
    display:none !important;
}
#buttonRow2 {
  width: 100% !important;
}
div.tab div,
div.tabHover div {
  display: inline-block;
}
#LoginButton .buttonMaster .button_text,
#LoginButton .buttonMaster_mouseover .button_text {
  border: 2px solid #3459a4;
  padding: 2px 10px;
}
.tab_middle1,
TR.tabNotSelected div.tab_middle_selected1,
TR.tab div.tabNotSelected1,
TR.tabHover div.tabNotSelected1 {
  border: 1px solid #b2b2b2;
  background-color: #0c1b38;
  color: #b2b2b2;
  padding: 5px 12px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  FONT-SIZE: 1em;
}
.tab_middle1:hover,
.tab_middle_selected1,
TR.tab div.tabSelected1,
TR.tabHover div.tabSelected1,
TR.tabHover div.tabNotSelected1:hover {
  border: 1px solid #b2b2b2;
  background-color: #0c1b38;
  color: #ffffff;
  padding: 5px 12px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  FONT-SIZE: 1em;
}
.tmenu_middle_selected1 {
  FONT-WEIGHT: 700;
  cursor: pointer;
  COLOR: #FFA114;
  text-transform: uppercase;
  BACKGROUND-IMAGE: url(../Images/Innovator/Buttons/Sub/sub_middle.gif);
  HEIGHT: 17px;
}
.tab_middle_altselected1 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Tabs/tab_middle_altselected1.gif);
  COLOR: #ffffff;
  PADDING-TOP: 2px;

  HEIGHT: 17px;
}
.tab_right1,
div.tab div.tab_right1,
div.tabHover div.tab_right1 {
  display: none;
}
.tab_right_selected1 {
  display: none !important;
}
.actionButtonRight {
  WIDTH: 0px;
}
.tab .tab_right1,
.tabHover .tab_right1 {
  padding-top: 0;
}
.tmenu_right_selected1 {
  PADDING-TOP: 2px;
  WIDTH: 17px;
  HEIGHT: 17px;
}
.tab_right_altselected1 {
  FONT-WEIGHT: 700;
  BACKGROUND-IMAGE: url(../Images/Innovator/Tabs/tab_right_altselected1.gif);
  WIDTH: 8px;
  PADDING-TOP: 2px;

  HEIGHT: 17px;
}
.innovation_menu {
  BORDER-RIGHT: #ffcc66 0px solid;
  BORDER-TOP: #ffcc66 0px solid;
  BORDER-LEFT: #ffcc66 0px solid;
  BORDER-BOTTOM: #ffcc66 0px solid;
  BACKGROUND-COLOR: #6884c0;
}
.link_page_mouseover {
  FONT-WEIGHT: 700;
  cursor: pointer;
  COLOR: #ffcc00;

  TEXT-DECORATION: underline;
}
.tab_space {
  WIDTH: 0px !important;
}
.divbox_text {
  FONT-WEIGHT: 700;
  COLOR: #6884C0;

}
.steps {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #006600;

}
.input_text3 {
  margin: 2px 0 0 2px;
  width: 147px;
}
.text_italic {
  FONT-STYLE: italic;

}
/* SOW1: Removed to structure css
.progress_bar {
  background-color: #ffffff;
  border: solid 1px #3459a4;
  padding: 15px;
  border-radius: 15px;
  /*box-shadow: 2px 3px 5px 5px #ddd;*/
/*  width: 200px;
  text-align: center;
}*/
.report_header {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1.25em;
}
.report_section {
  FONT-WEIGHT: 700;
  BACKGROUND-COLOR: #cccc99;
}
.report_text {
}
.report_label {
  FONT-WEIGHT: 700;
}
.report_cover_title_bold {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1.25em;
}
.report_cover_title {
  FONT-SIZE: 1.25em;
}
.report_cover_info_bold {
  FONT-WEIGHT: 700;
  font-size: 1.25em;
}
.report_cover_info {
  FONT-SIZE: 1.25em;
}
.divbox_gray {
  BORDER-RIGHT: #999999 2px solid;
  BORDER-TOP: #999999 2px solid;
  BORDER-LEFT: #999999 2px solid;
  BORDER-BOTTOM: #999999 2px solid;
}
.DHTMLTable_cell_row * {
  font-weight: 400;
}
.DHTMLTable_cell {
  BORDER-LEFT: #000000 1px solid;
  overflow:hidden;
  font-size:0.95em;
}
#inventors_grid_holder {
  width: calc(100% - 10px);
  margin-left:10px;
}
#inventors_grid_holder .DHTMLTable_cell {
  overflow:hidden;
  BORDER-BOTTOM: #000000 0px solid;
  BORDER-LEFT: #000000 0px solid;
}
#userdataContent #electronicdocuments > td,
#invdetailsContent #electronicdocuments > td {
  padding-bottom: 5px !important;
}
#electronicdocuments > td > table > tbody > tr > .DHTMLTable_header_cell {
}
#userdataContent #electronicdocuments  #thumbs_area > div > div[style*="height:200;"],
#invdetailsContent #electronicdocuments  #thumbs_area > div > div[style*="height:200;"] {
  height: auto !important;
  max-height: 200px;
  margin-bottom: 10px;
}
#userdataContent #electronicdocuments #thumbs_area > div > div[style*="height:200;"] + div,
#invdetailsContent #electronicdocuments #thumbs_area > div > div[style*="height:200;"] + div {
  padding-bottom: 0 !important;
}
#userdataContent #electronicdocuments  #thumbs_area > div > div[style*="height:200;"] + div div,
#invdetailsContent #electronicdocuments  #thumbs_area > div > div[style*="height:200;"] + div div {
  position:relative !important;
}
#userdataContent #electronicdocuments  #thumbs_area > div > div[style*="height:200;"] + div br,
#invdetailsContent #electronicdocuments  #thumbs_area > div > div[style*="height:200;"] + div br {
  display:none;
}
#userdataContent #electronicdocuments > td > table > tbody > tr > .DHTMLTable_header_cell,
#invdetailsContent #electronicdocuments > td > table > tbody > tr > .DHTMLTable_header_cell {
  padding-bottom: 0 !important;
}
#edocs_grid_holder .DHTMLTable_cell {
  overflow:hidden;
  BORDER-BOTTOM: #000000 0px solid;
  BORDER-LEFT: #000000 0px solid;
}
#userdataContent #edocs_grid_holder,
#invdetailsContent #edocs_grid_holder {
  margin-top:-25px;
}
#userdataContent #edocs_grid_holder > div,
#invdetailsContent #edocs_grid_holder > div {
  padding-top:0 !important;
  height:unset !important;
  min-height: 77px;
}
#userdataContent #edocs_grid_holder .DHTMLTable_header,
#invdetailsContent #edocs_grid_holder .DHTMLTable_header {
  position:static !important;
}
#userdataContent #BioPageTable .buttonDiv {
  border-radius:16px;
  font-weight:700;
  background-color: #1d2a42;
}
#userdataContent #BioPageTable .buttonDiv table,
#userdataContent #BioPageTable .buttonDiv tr,
#userdataContent #BioPageTable .buttonDiv td {
  background-color:transparent;
  border:None;
}

#invdetailsContent #edocs_grid_holder .DHTMLTable_header_cell:nth-child(1),
#invdetailsContent #edocs_grid_holder .DHTMLTable_cell_row:nth-child(1) {
  width: 40% !important;
  padding-bottom: 0 !important;
}
#invdetailsContent #edocs_grid_holder .DHTMLTable_header_cell:nth-child(2),
#invdetailsContent #edocs_grid_holder .DHTMLTable_cell_row:nth-child(2) {
  width: 40% !important;
  padding-bottom: 0 !important;
}
#invdetailsContent #edocs_grid_holder .DHTMLTable_cell_row:nth-child(1) .DHTMLTable_cell,
#invdetailsContent #edocs_grid_holder .DHTMLTable_cell_row:nth-child(2) .DHTMLTable_cell {
  width: calc(100% - 2px) !important;
}
#invdetailsContent #edocs_grid_holder .DHTMLTable_header_cell:nth-child(3),
#invdetailsContent #edocs_grid_holder .DHTMLTable_cell_row:nth-child(3) {
  width: 20% !important;
  padding-bottom: 0 !important;
  text-align:center;
}
#invdetailsContent #edocs_grid_holder .DHTMLTable_header_cell:nth-child(3) .table_header:first-child {
  padding-left:20px !important;
}
#invdetailsContent #edocs_grid_holder .DHTMLTable_header_cell:nth-child(3) .DHTMLTable_header_cell_div,
#invdetailsContent #edocs_grid_holder .DHTMLTable_cell_row:nth-child(3) .DHTMLTable_cell_div_div {
  margin-left:auto;
  margin-right:auto;
  text-align:center !important;
}
.DHTMLTABLE_row, 
.DHTMLTable_alt_row, 
.DHTMLTable_sel_row {
  height:21px !important;
  /* display:flex; */
  align-items:center;
  padding:0;
}
.DHTMLTABLE_row div, 
.DHTMLTable_alt_row div, 
.DHTMLTable_sel_row div,
.DHTMLTABLE_row div, 
.DHTMLTable_alt_row div, 
.DHTMLTable_sel_row div  {
    /* padding: 3px 4px!important; */
    padding: 0.3em 0.2em;
}
/*
.Folder .DHTMLTABLE_row div, 
.Folder .DHTMLTable_alt_row div, 
.Folder .DHTMLTable_sel_row div,
.Meeting .DHTMLTABLE_row div, 
.Meeting .DHTMLTable_alt_row div, 
.Meeting .DHTMLTable_sel_row div  {
    padding: 2px 0;
}
.DHTMLTABLE_row[style*="height: 18px;"] div, 
.DHTMLTable_alt_row[style*="height: 18px;"] div, 
.DHTMLTable_sel_row[style*="height: 18px;"] div,
.DHTMLTABLE_row[style*="height:18px;"] div, 
.DHTMLTable_alt_row[style*="height:18px;"] div, 
.DHTMLTable_sel_row[style*="height:18px;"] div {
    padding: 2px 0;
}
*/
.DHTMLTable_cell input[type="checkbox"] {
    position: relative;
    top: 0.2em;
    left: 0.1em;
    text-align: center;
}
.DHTMLTable_row {
  BORDER-BOTTOM: #000000 1px solid;
  BACKGROUND-COLOR: #ededed;
  TEXT-ALIGN: left;
}
#inventors_grid_holder .DHTMLTable_row {
  BORDER-BOTTOM: #000000 0px solid;
}
#edocs_grid_holder .DHTMLTable_row {
  BORDER-BOTTOM: #000000 0px solid;
}
.DHTMLTable_alt_row {
  border-bottom: #000000 1px solid;
  background-color: #ffffff;
  text-align: left;
}
#inventors_grid_holder .DHTMLTable_alt_row {
  BORDER-BOTTOM: #000000 0px solid;
}
#edocs_grid_holder .DHTMLTable_alt_row {
  BORDER-BOTTOM: #000000 0px solid;
}
.DHTMLTable_hover_row {
  padding:1px 0 1px 2px;
  border-bottom: #000000 1px solid;
  background-color: #fdf5d7;
  TEXT-ALIGN: left;
}
.DHTMLTable_sel_row {
  color: #ffffff;
  border-bottom: #000000 1px solid;
  background-color: #0c1b38;
  text-align: left;
}
.DHTMLTable_header {
  height:22px;
  top:-1px !important;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #000000;
  BACKGROUND-COLOR: #d3d3d3;
  TEXT-ALIGN: center;
  -webkit-transform: translateZ(0);
  /* fix for disappearing in chrome*/
}
.DHTMLTable_header[style*="position: absolute;"][style*="width: 22px;"] {
    height: 20px;
}
.DHTMLTable_header td.DHTMLTable_header_cell {
  padding: 0px;
}
#inventors_grid_holder .DHTMLTable_header_cell {
  BORDER-LEFT: #000000 0px solid;
  BORDER-BOTTOM: #000000 0px solid;
  padding: 0px;
}
#edocs_grid_holder .DHTMLTable_header_cell {
  BORDER-LEFT: #000000 0px solid;
  BORDER-BOTTOM: #000000 0px solid;
  padding: 0px;
}
.DHTMLTable_header_cell {
  BORDER-LEFT: #000000 1px solid;
  BORDER-BOTTOM: #000000 1px solid;
  padding: 0px;
}
.DHTMLTable_pages_div {
  PADDING-RIGHT: 2px;
  PADDING-LEFT: 2px;
  FONT-WEIGHT: 700;
  PADDING-BOTTOM: 1px;
  COLOR: #000000;
  PADDING-TOP: 1px;

  BACKGROUND-COLOR: #d3d3d3;
}
.DHTMLTable_cell_div_div[style*="text-align: center;"] {
  margin-left: auto;
  margin-right: auto;
}
.DHTMLTable_cell_div_div input[type="checkbox"] {
  height: 12px;
  width: 12px;
}
.DHTMLTable_cell_div_div input[type="checkbox"]::before {
  height:9px;
  width:9px;
  position:static !important;
}
.comment_detail {
  BORDER-RIGHT: #6884C0 2px solid;
  BORDER-TOP: #6884C0 2px solid;
  BORDER-LEFT: #6884C0 2px solid;
  COLOR: #000000;
  BORDER-BOTTOM: #6884C0 2px solid;
  BACKGROUND-COLOR: #ccccff;
}
.data_label,
.data_label_orange {
  padding: 5px;
  border-bottom: none;
  border-left: none;
  BORDER-RIGHT: none;
  border-top: none;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.25em;
  color: #1d2a42;
  margin: 0 5px 0 0;
  vertical-align: baseline;
}
#electronic .divtitle_alternate {
  font-size: 1em;
}
tr[style="vertical-align:top"] > .data_label,
tr[valign="top"] > .data_label,
td.data_label[style="vertical-align:top;white-space:normal;"],
td.data_label[style="vertical-align:top"] {
  vertical-align:top;
  padding-top:0.72em;
}
#task_user_comments_row td.data_label {
  vertical-align:top !important;
  padding-top:1em;
}
#task_user_comments_row td.area_text1 {
  vertical-align:top;
}
.links-table-row .data_label {
  padding-top:0 !important;
}
#LinksTable td {
  padding-top:0;
  padding-bottom:0;
}
.data_label_indent
{
  white-space : nowrap;
  padding: 5px;
  border-bottom: none;
  border-left: none;
  BORDER-RIGHT: none;
  border-top: none;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1.1em;
  line-height:1.25em;
  COLOR: #1d2a42;
  margin: 0 5px 0 0;
  vertical-align: baseline;
}

DIV.data_label {
  float: left;
  width: 100%;
}
td.data_label {
  text-align: right;
  width: 150px;
}
td.data_label + td {
  vertical-align: baseline;
  padding: 5px 5px 5px 0;
}
.data_label img,
.divtitle_alternate > td > img {
  display:none;
}
IMG.spacer {
  width: 120px;
  margin: 0;
  height: 1px;
}
#CustomTop {
  border: none;
  margin: 0;
  padding: 0;
}
#CustomTop > DIV {
  border: none;
  left: -2px;
  margin: 0;
  padding: 0 !important;
  /* position: relative;
    top: -2px;*/
}
#CustomTop > TABLE {
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#CustomTop > div > table > tbody > tr:last-child > td {
  padding-bottom:0 !important;
}

#CustomTop input[type="radio"],
#massreview_opt input[type="radio"] {
/*
  position:relative;
  top:2px;
*/
}

#overview #CustomTop .data_label
{
  width: 155px;
}
#overview #general_info .sectionTitleBar,
#overview #general_info .section {
/*  border-radius:0; */
}
#overview #short_infotodo .section_yellow2 {
/*  border-top-left-radius:0;
  border-bottom-left-radius:0; */
}

#CustomTopmost > TABLE {
  border: none;
  margin: 0;
}
#CustomFirst {
    padding-bottom: 10px !important;
}
#CustomFirst TD.data_label {
    text-align: right;
    white-space: nowrap;
    width: 158px;
    vertical-align: baseline;
}
#submit_innovation {
}
#submit_innovation > tbody > tr > td {
  padding: 0 0 10px 0 !important;
}
#submit_innovation input[type="text"], 
#submit_innovation textarea, 
#submit_innovation input[style*="width:100%"],
#invdetailsContent textarea, 
#invdetailsContent input[style*="width:100%"] {
    max-width: 800px !important;
}
#submit_innovation .area_text1 table td textarea,
#invdetailsContent .area_text1 table td textarea,
#submit_innovation .area_text1 .area_text1 + td textarea,
#invdetailsContent .area_text1 .area_text1 + td textarea {
    width: 100% !important;
}
#invdetailsContent .area_text1 col[style="width:20%;"] {
    width: 15% !important;
}
#invdetailsContent input[style*="width:125px"],
#invdetailsContent input#InnovationFieldID147Value {
  width:150px !important;
}
#invdetailsContent select {
  min-width:150px !important;
}
#invdetailsContent input#InnovationFieldID149Value {
  width:275px !important
}
#submit_innovation #CustomFirst TD.data_label {
    text-align: right;
    white-space: nowrap;
    width: 155px;
    vertical-align: baseline;
}
#submit_innovation #SubmitDiffRow TD.data_label
{
    width:inherit !important;
    padding-top: 0;
}
#submit_innovation #ChallengeBlock TD.data_label {
  padding-top:0;
}
#description_row td:first-child {
  padding-top:0.72em !important;
}
body:not(.Edit) #infoTable #description_row td:first-child {
  vertical-align:baseline !important;
}
#submit_innovation > tbody > tr:nth-child(4) {
/*display: none;*/
}
.data_label_blue {
  BACKGROUND-COLOR: #6884C0;
  border-bottom: none;
  border-left: none;
  BORDER-RIGHT: none;
  border-top: none;
  color: #e0e0e0;
  FONT-WEIGHT: 700;
  margin: 0 5px 0 0;
  padding: 5px;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20ex;
}
/*
.data_label_orange {
  border-bottom: none;
  border-left: none;
  BORDER-RIGHT: none;
  border-top: none;
  color: #000000;
  font-size: 1em;
  font-weight: 700;
  margin: 0 5px 0 0;
  vertical-align: baseline;
  white-space: nowrap;
  padding-right: 5px;
}
*/
.data_label_orange img {
  display:none;
}
.data_label_green {
  BORDER-RIGHT: #cccc66 2px outset;
  BORDER-TOP: #cccc66 2px outset;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BORDER-LEFT: #cccc66 2px outset;
  BORDER-BOTTOM: #cccc66 2px outset;
  BACKGROUND-COLOR: #cccc66;
}
.table_header_mouseover {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #ffffff;

}
.data_label_small {
  BORDER-RIGHT: none 2px solid;
  BORDER-TOP: none 2px solid;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  BORDER-LEFT: none 2px solid;
  COLOR: #000000;
}
.data_label_blue_small {
  BORDER-RIGHT: #9999cc 2px outset;
  BORDER-TOP: #9999cc 2px outset;
  FONT-WEIGHT: 700;
  BORDER-LEFT: #9999cc 2px outset;
  COLOR: #000000;
  BORDER-BOTTOM: #9999cc 2px outset;

  BACKGROUND-COLOR: #9999cc;
}
#MainTab TD TD,
#ChallengeDetail TD TD {
  vertical-align: baseline;
}
#Classify TD TD {
  vertical-align: middle;
}
#manual_rewards TD TD {
  vertical-align: middle;
}
.section_no_back_with_top {
  BORDER-RIGHT: #ffcc66 thin solid;
  BORDER-TOP: #ffcc66 thin solid;
  BORDER-LEFT: #ffcc66 thin solid;
  BORDER-BOTTOM: #ffcc66 thin solid;
}
.footer {
  VISIBILITY: visible;
  COLOR: #000000;
}
.background {
  BACKGROUND-COLOR:transparent !important;
}
.footer_line {
  BORDER-TOP: #6884C0 2px solid;
}
.div_line {
  BORDER-BOTTOM: #cccc99 2px solid;
}
.divbox_alternate2 {
  BORDER-RIGHT: #006600 2px solid;
  BORDER-TOP: #006600 2px solid;
  BORDER-LEFT: #006600 2px solid;
  BORDER-BOTTOM: #006600 2px solid;

  BACKGROUND-COLOR: #fdf4d4;
}
.divbox_alternate1 {
  BORDER-RIGHT: #660000 2px solid;
  BORDER-TOP: #660000 2px solid;
  BORDER-LEFT: #660000 2px solid;
  BORDER-BOTTOM: #660000 2px solid;

  BACKGROUND-COLOR: #fdf4d4;
  border-radius: 7.5px;
  padding-bottom: 4px;
}
.divtitle_alternate1 {
  PADDING-LEFT: 5px;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #ffffff;

  BACKGROUND-COLOR: #660000;
  TEXT-ALIGN: left;
}
.divtitle_alternate2 {
  PADDING-LEFT: 5px;
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: #ffffff;

  BACKGROUND-COLOR: #006600;
  TEXT-ALIGN: left;
}
.divider {
  BORDER-TOP: #0c1b38 2px solid;
}
.icon_text_shared {
  FONT-WEIGHT: 700;
  COLOR: #009900;
}
.icon_text_private {
  FONT-WEIGHT: 700;
  COLOR: #cc0000;
}
.icon_text_analysis {
  FONT-WEIGHT: 700;
  COLOR: #cc6600;
}
.icon_text_review {
  FONT-WEIGHT: 700;
  COLOR: #000000;
}
.icon_text_task {
  FONT-WEIGHT: 700;
  COLOR: #6884c0;
}
.questionSet_table {
  FONT-WEIGHT: 300;
  COLOR: black;

  BACKGROUND-COLOR: white;
}
.questionSet_text {
  FONT-WEIGHT: 300;
  FONT-SIZE: 1em;
  COLOR: black;

}
.questionSet_text_bold {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1em;
  COLOR: black;

}
.title_bar_print {
  FONT-WEIGHT: 700;
  FONT-SIZE: 1.25em;
  Z-INDEX: 1;
  LEFT: 15px;
  WIDTH: 400px;
  COLOR: #000000;
  POSITION: absolute;
  TOP: 5px;
}
.highlight_no_bold {
  font-size: 1em;
  COLOR: #ffffff;
  background-color: #0c1b38 !important;
}
.highlight_no_bold > td {
  padding: 3px 3px 3px 7px;
}
.btn {
  height: 16px;
}
.altheader3 {
  FONT-WEIGHT: 700;
  BACKGROUND-COLOR: #ffcc66;
  TEXT-ALIGN: center;
}
.report_divbox1 {
  FONT-Weight: 700;
  COLOR: #ffffff;
  PADDING-RIGHT: 5px;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 10px;
  WIDTH: 150px;
  PADDING-TOP: 15px;
  HEIGHT: 75px;
  TEXT-ALIGN: center;
}
.report_divbox_middle {
  FONT-Weight: 700;
  COLOR: #666666;
  WIDTH: 75px;
  HEIGHT: 25px;
  TEXT-ALIGN: center;
  BACKGROUND-COLOR: #ffcc66;
}
.report_divbox_middle_blank {
  FONT-Weight: 700;
  COLOR: #333333;
  PADDING-TOP: 5px;
  PADDING-RIGHT: 5px;
  PADDING-LEFT: 20px;
  PADDING-BOTTOM: 2px;
  WIDTH: 75px;
  HEIGHT: 25px;
  TEXT-ALIGN: Left;
  BACKGROUND-COLOR: #ffcc66;
}
.report_divbox_spacer {
  WIDTH: 150px;
  HEIGHT: 7px;
  TEXT-ALIGN: Right;
  BACKGROUND-COLOR: #ffffff;
}
.report_divbox_status {
  FONT-Weight: 700;
  COLOR: #003366;
  PADDING-TOP: 6px;
  PADDING-RIGHT: 5px;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 2px;
  HEIGHT: 25px;
  TEXT-ALIGN: Right;
  white-space: nowrap;
  vertical-align: top;
}
.report_divbox_middle_data {
  FONT-SIZE: 1.25em;
  FONT-Weight: 300;
  COLOR: #003366;
  WIDTH: 75px;
  HEIGHT: 25px;
  TEXT-ALIGN: center;
  cursor: pointer;
  TEXT-DECORATION: underline;
}
.select_divbox {
  BORDER-RIGHT: #cccccc 2px solid;
  BORDER-TOP: #cccccc 2px solid;
  BORDER-LEFT: #cccccc 2px solid;
  WIDTH: 100%;
  BORDER-BOTTOM: #cccccc 2px solid;

  BACKGROUND-COLOR: #ffffff;
}
.report_link {
  cursor: pointer;
  COLOR: #FF0000;
  TEXT-DECORATION: underline;
}
.report_divbox_middle_days {
  cursor: pointer;
  TEXT-DECORATION: underline;
}
.InnovatorTitle {
  FONT-SIZE: 1.25em;
  FONT-Weight: 700;
  COLOR: #FFA114;
  TEXT-ALIGN: left;
  padding-left: 15px;
}
.ddmx,
#loggedout_tab {
  color: White;
  FONT-SIZE: 1em;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
UL.ddmx,
#loggedout_tab UL {
  list-style: none;
}
div.ddmx {
  display: inline-block;
}
ul.ddmx li,
div.ddmx div,
#loggedout_tab LI {
  background-position: top left;
  background-repeat: no-repeat;
  border-width: 0;
  border-style: none;
  cursor: pointer;
  float: left;
  height: 18px;
  /*23px*/
  margin: 0 14px 0 0;
  padding: 0 10px 0 0;
  position: relative;
}
#loggedout_tab LI {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_blue_slate.png");
}
.ddmx .item1,
#loggedout_tab .item1 {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_gray_low.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  /* margin: 10px 0 10px 0;*/
  padding: 0px 0 0px 0;
  position: relative;
  top: 4px;
  left: 10px;
  width: 100%;
}
#loggedout_tab .item1 {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_blue_high.png");
  cursor: default;
  padding-right: 10px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_gray_high.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  padding: 0px 0 0px 0;
  position: relative;
  text-align: right;
  top: 4px;
  left: 10px;
  width: 100%;
}
/**/
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
  /*    border: 1px solid #b8b4ae;*/
  border: 1px solid #fff;
  background-color: #2361AA;
  color: #ffffff;
  padding: 5px 16px 6px 8px;
  display: block;
  white-space: nowrap;
  margin: 0 0 0 4px;
  position: relative;
  z-index: 500;
  text-decoration: none;
  cursor: pointer;
}
.ddmx .arrow {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_gray_menu_low.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  cursor: default;
  /*       border: 1px solid #b8b4ae;*/
}
.ddmx .arrow:hover {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_gray_menu_high.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  cursor: default;
  text-decoration: none;
  /*       border: 1px solid #b8b4ae;*/
}
#HistoryBack .ddmx .arrow {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_small_gray_high.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  border: none;
}
#HistoryBack .ddmx .arrow:hover {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_small_gray_high.png");
}
/*
#PageBack .ddmx .menu_section
{
    padding: 0 0 0 2px;
}
*/
#PageBack .ddmx DIV,
#PageForward .ddmx DIV,
.PageBack .ddmx DIV,
.PageForward .ddmx DIV {
  height: auto;
}
.ddmx .item2 img,
.ddmx .item2-active img {
  display: none;
  position: absolute;
  top: 4px;
  right: 1px;
  border: 0;
}
.ddmx .menu_section {
  border-width: 0;
  border-style: none;
  position: absolute;
  visibility: hidden;
  z-index: 100;
}
.ddmx .exists {
  background-image: url("../../Images/Innovator/Menu/grey_blue/gb_gray_low.png");
  background-color: #707070;
  background-repeat: repeat-y;
  padding: 0 0 0 4px;
}
* html .ddmx td,
* html .ddmx div {
  position: relative;
}
/* ie 5.0 fix */
.ddmxmenu {
  left: 37px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 43px;
  /*39px;*/
  z-index: 2;
}
#loggedout_tab UL {
  margin: 0;
}
#HistoryBack IMG.item1,
.HistoryBack DIV.item1 {
  background-image: none;
  background-position: -2px 0;
  background-repeat: no-repeat;
  height: 5px;
  left: 26px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
  width: 5px;
  border-radius: 5px;
  border: 1px solid white;
}
#HistoryBack IMG.item1-active,
.HistoryBack DIV.item1-active,
#HistoryBack IMG.item1-active:hover,
.HistoryBack DIV.item1-active:hover,
#HistoryBack IMG.item1:hover,
.HistoryBack DIV.item1:hover {
  background-image: none;
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-color: white;
  height: 5px;
  left: 26px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
  width: 5px;
  border-radius: 5px;
  border: 1px solid white;
}
#HistoryForward IMG.item1,
.HistoryForward DIV.item1 {
  background-image: none;
  background-position: -2px 0;
  background-repeat: no-repeat;
  height: 5px;
  left: 26px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
  width: 5px;
  border-radius: 5px;
  border: 1px solid white;
}
#HistoryForward IMG.item1-active,
.HistoryForward DIV.item1-active,
#HistoryForward IMG.item1-active:hover,
.HistoryForward DIV.item1-active:hover,
#HistoryForward IMG.item1:hover,
.HistoryForward DIV.item1:hover {
  background-image: none;
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-color: white;
  height: 5px;
  left: 26px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
  width: 5px;
  border-radius: 5px;
  border: 1px solid white;
}
.display_menu_item {
  height: 21px;
  padding-left: 10px;
  padding-bottom: 2px;
  padding-right: 5px;
}
.side_menu_title {
  FONT-SIZE: 1.25em;
  FONT-WEIGHT: 700;
  color: #ffffff;
  text-align: left;
  PADDING-RIGHT: 6px;
}
.side_menu_title.MyFolders,
.side_menu_title.MyFavorites,
.side_menu_title.MyMeetings {
  padding-left:15px; /* SOW1 - making secondary icons align with 'back' arrow */
}
.side_menu_title_alt {
  FONT-SIZE: 1em;
  FONT-WEIGHT: 700;
  color: #333333;
  cursor: pointer;
}
.small_user_data {
  color: #666666;
}
.Main_header_bar,
#mainHeaderBar {
  height: 26px;
  width: 100%;
  background: #DDDDDD;
  margin: 0 0 0 0;
  padding: 0;
  vertical-align: bottom;
}
.Main_header_text,
#mainHeaderBar h2 {
  FONT-WEIGHT: 700;
  COLOR: #003366;
  margin: 0;
  padding: 5px 0 0 0;
}
#mainHeaderBarRight h2 {
  float: right;
}
.Main_header_title,
#mainHeaderTitle,
.mainHeaderTitle,
#mainHeaderBar h1 {
  color: #ffffff;
  display: inline;
  float: left;
  font-size:1.25em;
  /*font-size: 12pt;*/
  font-weight: 700;
  /*margin:0 0 10px 0;*/
  margin: 0px 0 0 5px;
  text-transform: uppercase;
  padding-top: 4px;
/*  padding-left: 50px; INV-438: removed */
}
.main_side_menu {
  BORDER-RIGHT: #DDDDDD 1px solid;
}
.app_page_header {
  color: #666666;
  position: absolute;
  right: 130px;
}
.menu_tab_text {
  color: #003366;
  font-size: 1.25em;
  font-weight: 700;
  padding-left: 15px;
  padding-top: 15px;
}
.inv_list_div {
  text-align: left;
  padding-bottom: 3px;
  FONT-SIZE: 1em;
  font-weight: 700;
  color: #ffffff;
}
.inv_list_divider_top {
  margin-top: 5px; /* INV-546 change from 0px-6px // SOW1: Changed to 5px */
  margin-bottom: 5px; /* SOW1: Added */
  BORDER-BOTTOM: #DDDDDD 1px solid; /* INV-546 cahnge from TOP to BOTTOM */
  FONT-SIZE: 0px;
}
.inv_list_divider_bottom {
  padding-bottom: 1px;
  BORDER-TOP: #DDDDDD 1px solid;
}
.inv_list_menu_action {
  PADDING-LEFT: 5px;
  cursor: pointer;
}
.inv_list_menu_arr {
  PADDING-LEFT: 3px;
  COLOR: #FFA114;
  font-weight: 700;
}
.inv_sub_list_menu_arr {
  PADDING-LEFT: 16px;
  COLOR: #d7d7d7;
  font-weight: 700;
  font-size: 1em;
}
.nav_box {
  font-size: 1em;
  /*    BACKGROUND-COLOR: #FFFFFF;
    /*BORDER-TOP: #E8E8E8  1px solid;
    BORDER-BOTTOM: #E8E8E8  1px solid;
    BORDER-LEFT: #E8E8E8  1px solid;
  BORDER-RIGHT: #E8E8E8  1px solid;*/
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}
.nav_list_menu_arr {
  COLOR: #FFA114;
  display: block;
  height: 10px;
  position: relative;
  top: 1px;
  width: 10px;
}
.menu_content {
  PADDING-RIGHT: 6px;
  text-align: left;
  /*overflow-y:auto;
  height:350px;*/
}
.paddingten {
  PADDING-TOP: 10px;
  PADDING-RIGHT: 10px;
  PADDING-BOTTOM: 10px;
  PADDING-LEFT: 10px;
}
.bborder {
  BORDER-BOTTOM: #CCCCCC 1px dotted;
}
.spanbutton {
  cursor: pointer;
}
.action_submenu {
  background-color: #e5e1da;
  border: solid 1px #003366;
}
.action_item {
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 1px;
  cursor: default;
  white-space: nowrap;
  font: 10px tahoma;
  color: #000000;
  text-decoration: none;
}
.action_item_hover {
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 1px;
  cursor: default;
  white-space: nowrap;
  font: 10px tahoma;
  color: #000000;
  text-decoration: underline;
  background-color: White;
}
#main_body {
  position: relative;
  min-height: 85%;
  padding-top: 0px;
  /* prevent collapsing margins escaping */
  padding-bottom: 7.5em;
  /* identical to height of #footer; */
  background-color: #0c1b38;
}
* html #main_body {
  height: 85%;
  padding-top: 0px;
  /* prevent collapsing margins escaping */
  padding-bottom: 7.5em;
  /* identical to height of #footer; */
}
/* INV-438: Moved to structure CSS
#footer {
  height: 15%;
  position: relative;
  width: 980px;
  margin-left: 245px;
  margin-right: auto;
}
*/
#mainheader {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#InnovatorTitle {
  float: left;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#InnovatorTitle2 {
  float: left;
  FONT-SIZE: 1.25em;
  FONT-Weight: 300;
  COLOR: #fec848;
  TEXT-ALIGN: left;
  margin: 0;
  padding: 10px;
  vertical-align: top;
}
#companylogo {
  height: 60px;
}
#headertable {
  height: 60px;
}
#headerTableBottom {
  background-repeat: repeat-x;
  height: 10px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#masterContent {
  width: 100%;
}
#slidingDivider {
  background-image: url("../../Images/Innovator/Innovator_Main/splitter.png");
  background-repeat: repeat-y;
  margin: 0;
  padding: 50px 0 0 0;
  cursor: pointer;
  width: 1em;
}
#sideMenuDiv {
  margin: 0;
  padding: 0 0;
  width: 220px;
}
#sidemenu img {
  filter: brightness(1.0);
}
#sidemenu img.clickable {
  filter: brightness(0.86);
}
#sidemenu img.clickable:hover {
  filter: none;
}
#mainContent {
  background: transparent;
  /* INV-438 remove: width: 100%; */
}
#ProfileBox {
  /* display: none;*/
}
#AdminCustom .data_label {
  width:182px;
}
.clickable {
  cursor: pointer;
}
#addFavorite,
.addFavorite {
  background-image: url("../../Images/Innovator/Buttons/add_favorite.png");
  border: none;
  padding-bottom: 3px;
  display: inline-block;
  height: 23px;
  text-indent: -2000em;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
  width: 23px;
}
#addFolder,
.addFolder {
  background-image: url("../../Images/Innovator/Buttons/add_folder.png");
  border: none;
  padding-bottom: 3px;
  display: inline-block;
  height: 23px;
  text-indent: -2000em;
  margin: 0;
  padding: 0;
  position: relative;
  top: -3px;
  width: 23px;
}
#folderSpace {
  left: 0;
  width: 200px;
  /*  maxHeight: 600px;*/
  text-align: left;
  position: relative;
  top: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: visible;
}
#folderSpace .count {
  margin-left:0.25em;
}
#PageBack,
#PageForward,
.PageBack,
.PageForward {
  float: left;
  height: 26px;
  padding: 0;
  margin: 2px;
  width: 30px;
}
#HistoryBack,
#HistoryForward,
.HistoryBack,
.HistoryForward {
  float: left;
  height: 29px;
  padding: 0px;
  margin: 0px;
  width: 29px;
  z-index: 1;
  border: 2px solid white;
  border-radius: 29px;
}
#HistoryBackArr,
.HistoryBackArr {
  background-image: url("../../Images/Innovator/arrows/Left-Arrow-24.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  height: 29px;
  width: 100%;
}
#HistoryBackArr:hover,
.HistoryBackArr:hover {
  background-size: 50%;
}
#HistoryForwardArr,
.HistoryForwardArr {
  background-image: url("../../Images/Innovator/arrows/Right-Arrow-24.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  height: 29px;
  width: 100%;
}
#HistoryForwardArr:hover,
.HistoryForwardArr:hover {
  background-size: 50%;
}
#HistoryBackTri,
#HistoryForwardTri,
.HistoryBackTri,
.HistoryForwardTri {
  background: none;
  display: inline;
  float: left;
  cursor: pointer;
  height: 6px;
  width: 14px;
}
body #search,
body .search {
  background-image: url("../../Images/Innovator/Search/search_background.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  float: right;
  overflow: visible;
  width: 192px;
}
#search_div,
.search {
  float: right;
}
#search_div2,
.search_div2 {
  background-image: url("../../Images/Innovator/Search/search_background.png");
  background-repeat: no-repeat;
  background-position: -155px 0;
  float: right;
  height: 26px;
  margin: 0;
  padding: 0;
  width: 33px;
}
#search_button_div,
.search_button_div {
  height: 26px;
  margin: 0;
  padding: 0;
  overflow: visible;
  width: 156px;
}
#PageSearch {
  /* background-image: url(../Images/Innovator/Search/search_background.png);*/
  background-position: -156px 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 26px;
  width: 33px;
}
#PageSearch:hover {
  background-position: -156px -50px;
}
#PageHelp,
.PageHelp {
  background-image: url(../../Images/Innovator/Icons/help_25_background.png);
  background-position: 0 0;
  cursor: pointer;
  float: right;
  height: 26px;
  margin: 0 0 0 10px;
  padding: 0;
  width: 26px;
}
#PageHelp:hover {
  background-position: 0 -50px;
}
#hint_div,
.hint_div {
  display: none;
  float: left;
  z-index: 100;
  background: white;
  position: absolute;
  width: 150px;
  padding:5px;
  left: 5px !important
}

#divShowCompanyMsgSection
#pageLayout {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pageLayoutCell {
  vertical-align: top;
}
#slidein {
  display: block;
  position: relative;
  z-index: 1;
}
#slideout {
  position: relative;
  top: -34px;
  z-index: 0;
}
.historyMenu {
  height: 6px;
  width: 1em;
}
/*#Frame1,
#Frame2,
#Frame3,
#Frame4,
#Frame5 {
  min-height: 1000px;
  overflow: hidden;
  width: 100%;
  padding-left: 50px;
  position:relative;
  top:-10px;
}*/
/* Innovator Main */
#NewPage {
  clear: both;
  width: 100%;
  z-index: 1;
}
#ContainerFrameHolder {
  position: absolute;
  top: -10px;
  left: -15px;
  width: 600px;
  height: 400px;
  display: none;
  z-index: 10000;
}
/* Innovator Home */
#filter_iframe {
  border: none;
  clip: rect();
  display: none;
  left: 127px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 361px;
  z-index: 10;
}
#spotlightmaintable {
  padding: 0;
  width: 100%;
}
.hp_section {
  padding-bottom: 7.5px !important;
  background-color: #d7d7d7;  
}
.section,
#topStatisticsPageContent > div + table {
  padding-bottom: 7.5px !important;
  background-color: #d7d7d7;  
  border-bottom-right-radius:10px;
  border-right:solid 1px #ffffff;
  border-bottom:solid 1px #ffffff;
  border-left:solid 1px #ffffff;
}
.submit_generalinfo .section
.submit_inventors_cell .section {
  padding-bottom: 9px !important;
}
#GridFieldSelector .section {
  border:solid 1px #ffffff;
  border-radius:10px;
}
#invfieldspropsContent #main_table.section {
  border-radius:0 10px 10px 0;
}
#invfieldspropsContent #main_table.section tr.table_header td:last-child {
  border-radius:0 10px 0 0;
}
.sectionTitleBar {
  background: #d7d7d7;
  border-color: #ffffff;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-radius: 0 10px 0 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border-spacing: 0px;
}
.background > div:not([id]) .sectionTitleBar,
.background > div[id=""] .sectionTitleBar,
.background > div:not([id]) .section,
.background > div[id=""] .section
{
  border-radius:0;
  border:none;
}
.sectionTitleBar TD,
#ContainerFrameHolder > div.sectionTitleBar {
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
#ContainerFrameHolder > div.sectionTitleBar {
  width: auto;
}
.section_holder_cell table.sectionTitleBar TD {
  border: none;
}
/* INV-444: Moved to inv_main_portal_structure.css 
#Innovator_home_table1,
#Innovator_home_table2,
#Innovator_home_table3,
#Innovator_home_table4,
#Innovator_home_table5,
#Innovator_home_table6 {
  border-spacing: 5px;
}
*/
.spotlight_background_area {
  FONT-SIZE: 1em;
}
#section_holder_cell,
.section_holder_cell {
  z-index: -2;
}
.section_holder_cell TABLE,
.section_holder_cell DIV {
  /*   margin: 0;*/
}
#infoTable {
  width: 100%;
}
#highlight_navigation,
.smallTabs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#highlight_navigation LI,
#highlight_navigation LI.tabNotSelected,
#highlight_navigation LI.tabHover,
.smallTabs div {
  float: left;
  line-height: 6px;
  list-style: none;
  margin: -1px -1px 0 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}
#highlight_navigation SPAN {
  border: 1px solid #3459a4;
  background-image: url(../images/innovator/innovator_main/white-fade.png);
  background-position: -60px 0;
  background-repeat: repeat-y;
  background-color: #2361AA;
  color: #ffffff;
  padding: 6px 6px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
#highlight_navigation li:first-child span,
.smallTabs div:first-child div {
  border-top-left-radius: 10px;
}
#highlight_navigation li:last-child span,
.smallTabs div:last-child div {
  border-top-right-radius: 10px;
}
/*
#highlight_navigation SPAN:active,
#highlight_navigation SPAN:hover,
#highlight_navigation SPAN.link_selected_medium,
.tab_middle_selected1*/
#highlight_navigation LI.tabNotSelected SPAN:hover,
#highlight_navigation LI.tabHover SPAN {
  background-color: #ffffff;
  background-image: url(../images/innovator/innovator_main/white-fade.png);
  background-position: -60px 0;
  background-repeat: repeat-y;
  color: #3459a4;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.tab_middle_current1 {
  background-image: url(../Images/Innovator/Menu/grey_blue/gb_small_blue.png);
  background-position: top right;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  height: 17px;
  margin: 0;
  padding: 2px 7px 0 0;
  text-decoration: none;
}
#highlight_navigation LI.tabSelected,
.smallTabs LI.tabSelected {
  cursor: default;
  display: inline-block;
  float: left;
  height: 17px;
  margin: 0;
  padding: 0 0 0 0px;
  text-decoration: none;
}
#highlight_navigation LI.tabSelected SPAN,
.smallTabs LI.tabSelected SPAN {
  background-color: #ffffff;
  background-image: url(../../images/innovator/innovator_main/white-fade.png);
  background-position: -60px 0;
  background-repeat: repeat-y;
  color: #3459a4;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
}
SPAN.button {
  background-color: #707070;
  background-image: url(../../Images/Innovator/Menu/grey_blue/gb_small_gray_slate.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: inline-block;
  height: 17px;
  margin: 3px;
  padding: 0 0 0 6px;
  text-decoration: none;
}
SPAN.button A,
SPAN.button A.button_text {
  background-image: url(../Images/Innovator/Menu/grey_blue/gb_small_gray_low.png);
  background-position: top right;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  height: 17px;
  margin: 0;
  padding: 2px 7px 0 0;
  text-decoration: none;
}
SPAN.button A:hover,
SPAN.button A.button_text_mouseover {
  background-image: url(../Images/Innovator/Menu/grey_blue/gb_small_gray_high.png);
  background-position: top right;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  height: 17px;
  margin: 0;
  padding: 2px 7px 0 0;
  text-decoration: none;
}
SPAN.buttonAlt {
  background-color: #6884c0;
  background-image: url(../Images/Innovator/Menu/grey_blue/gb_small_blue_slate.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: inline-block;
  height: 17px;
  margin: 3px;
  padding: 0 0 0 6px;
  text-decoration: none;
}
SPAN.buttonAlt A,
SPAN.buttonAlt A.button_text {
  background-image: url(../Images/Innovator/Menu/grey_blue/gb_small_blue_low.png);
  background-position: top right;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  height: 17px;
  margin: 0;
  padding: 2px 7px 0 0;
  text-decoration: none;
}
SPAN.buttonAlt A:hover,
SPAN.buttonAlt A.button_text_mouseover {
  background-image: url(../Images/Innovator/Menu/grey_blue/gb_small_blue_high.png);
  background-position: top right;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  height: 17px;
  margin: 0;
  padding: 2px 7px 0 0;
  text-decoration: none;
}
.titleRow {
  border: none;
  margin: 0;
  width: 100%;
}
.titleRow TD {
  width: 100%;
}
#myInnovationHeaderButtons {
  height: 0;
  position: relative;
}
#myInnovationHeaderButtonsLeft {
  position: absolute;
  top: -24px;
  left: 120px;
}
#myInnovationHeaderButtonsRight {
  position: absolute;
  top: -26px;
  right: 0;
  width: 300px;
}
.filterButton {
  background-image: url("../Images/Innovator/Buttons/filter_button.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 19px;
  left: 0;
  margin: 0 10px 0 5px;
  padding: 0;
  position: absolute;
  text-indent: -2000em;
  width: 25px;
  z-index: 3;
}
.filterButtonActive {
  background-image: url("../Images/Innovator/Buttons/filter_button.png");
  background-position: 0 -19px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 19px;
  left: 0;
  margin: 0 10px 0 5px;
  padding: 0;
  position: absolute;
  text-indent: -2000em;
  z-index: 3;
}
.filterButton:hover,
.filterButtonHover {
  background-image: url("../Images/Innovator/Buttons/filter_button.png");
  background-position: 0 -19px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 19px;
  left: 0;
  margin: 0 10px 0 5px;
  padding: 0;
  position: absolute;
  text-indent: -2000em;
  width: 25px;
  z-index: 3;
}
.sectionHelp {
  background-image: url("../Images/Innovator/Icons/help_25_background.png");
  background-position: 0 0;
  cursor: pointer;
  float: right;
  height: 26px;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: left;
  text-indent: -2000em;
  width: 26px;
}
.sectionHelp:hover {
  background-position: 0 -50px;
}
#selectit {
  display: none;
  left: 60px;
  position: absolute;
}
#copy_context_menu {
  border: 1px solid #b8b4ae;
  font: 10px tahoma;
  color: #000000;
  white-space: nowrap;
  position: absolute;
  z-index: 3000;
  text-decoration: none;
  background: #e5e1da;
  cursor: default;
}
#innovationFilterDialog {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 395px;
  height: 195px;
}
SPAN.collabAgentsTable TABLE.section,
SPAN#globalchallenges TABLE {
  /*border-left: solid 2px #6884C0;*/
}
SPAN#globalchallenges TH {
  background-color: #6884C0;
  color: #ffffff;
  text-align: left;
}
#globalchallenges img ~ * {
  display:none;
}
#wrongNameText,
#wrongName {
  color: #6884C0;
}
#table_receiver DIV.DHTMLTable_sel_row INPUT,
#table_receiver DIV.DHTMLTable_row INPUT,
#table_receiver DIV.DHTMLTable_alt_row INPUT {
  margin: 0;
  position: relative;
  top: -4px;
}
#description_div_section {
  padding-left: 10px;
}
#specific_row {
  background-color: Transparent;
}
#FilesTable,
#Table2 {
  background-color: #ededeb;
  border-collapse: collapse;
  width: calc(100% - 10px);
  margin-left:10px;
}
#userdataContent #FilesTable {
  width: 100% !important;
  margin-left:0;
}

#VideosTable,
#videos2,
#merged_videos_table,
#merged_edocs_table {
  background-color: #ededeb;
  border-collapse: collapse;
  width: calc(100% - 10px);
  margin-left:10px;
}
#innovation_short_todo_div {
  position: absolute;
  top: 36px !important;
  bottom: 0px;
}
#short_infotodo {
  padding-left:10px;
  vertical-align: top;
}
#TSAlertHeader IMG {
  display: none;
}
#TSAlertHeader div.title_bar {
  padding-top: 5px;
  position: relative;
  color: #fff;
  overflow: hidden;
  top: 0px;
}
.tsalert_bg {
  width: 100%;
  background-color: #AC1015;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#hp_layouts TR.table_data TD,
#hp_layouts TR.table_alternate_data TD {
  padding: 2px 2px 2px 6px;
}
/* Slide out dialogs */
.slideOutDialog {
  position: absolute;
  width: 320px;
  top: 30px;
}
#popup_mask {
  position: fixed;
  z-index: 20001;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  opacity: .4;
  filter: alpha(opacity=40);
  /* this hack is so it works in IE
   * I find setting the color in the css gives me more flexibility 
   * than the PNG solution.
   */
  /*background-color:transparent !important;*/
  background-color: #333333;
}
#moving_mask {
  position: fixed;
  z-index: 20001;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  /*opacity: .4;
  filter: alpha(opacity=40);
  
  background-color: #333333;*/
}
.TabularNarrative_header {
  text-align: left;
  height:20px;
}
/*portal stuff */
#headerContainer {
  background-color: transparent;
  border-bottom: solid 1px #b2b2b2;
  margin-bottom: 10px;
  position:fixed;
  width:100%;
  z-index:10;
  /* background-image: url(/EIMS/portal/custom/customization/resources/png/blue-facet-banner.png); */
  background-size: cover;
}
.topMargin {
  border: none;
  border-collapse: collapse;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 980px;
}
#NewPage {
  border: none;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
/*  width: 980px; INV-438: removed */
}
#header {
  background-image: url(../../custom/images/tinkerly_logo_9.png); /* INV-454 New logo */
  background-repeat: no-repeat;
  background-size: contain;  /* INV-454 New logo - Was cover, but new logo image slightly larger and getting cut off */
  /*height: 80px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 1230px;
  margin-left: 0;
  margin-right: auto;*/
}
.primary-nav li > span,
.primary-nav li > span > span {
  font-weight: 400;
}
/*.primary-nav {
  display: block;
  float: right;
  position: absolute;
/*  right: 0; INV-438: removed */
/*
  text-align: center;
  text-transform: uppercase;
  bottom: 4px;
  z-index: 3;
}
.primary-nav ul {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
.primary-nav li {
  float: left;
  line-height: 16px;
  list-style: none;
  margin: -1px -1px 0 0;
  padding: 0;
  vertical-align: middle;
  display: block;
}
.primary-nav > ul > li:first-child span {
  border-top-left-radius: 10px;
}
.primary-nav > ul > li:last-child span {
  border-top-right-radius: 10px;
}
.MenuMod2_section > ul {
  position: absolute;
  margin-top: 4px;
}
.MenuMod2_section > ul > li {
  float: none;
  background-color: #3459a4;
}
.MenuMod2_section > ul > li > span {
  display: block;
  padding: 2px 12px;
}
.primary-nav li > span {
  background-color: transparent;
  background-position: -60px 0;
  background-repeat: repeat-y;
  background-image: url(../../images/innovator/innovator_main/white-fade.png);
  border-top: solid 1px #b2b2b2;
  border-left: solid 1px #b2b2b2;
  border-right: solid 1px #b2b2b2;
  color: #b2b2b2;
  line-height: 16px;
  margin: 0;
  padding: 5px 12px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.primary-nav span:hover,
.primary-nav span:focus {
  background-color: #0c1b38;
  background-position: -60px 0;
  background-repeat: repeat-y;
  background-image: url(../../images/innovator/innovator_main/white-fade.png);
  color: #ffffff;
  text-decoration: none;

}
*/
.MenuMod2_section > ul > li {
  background-color: #3459a4;
}
.primary-nav li > span {
    background-color: #0c1b38;
    background-image: none;
    border-color: #b2b2b2;
    color: #b2b2b2;
}
.primary-nav span:hover,
.primary-nav span:focus {
    background-color: #0c1b38;
    background-image: url(../../images/innovator/innovator_main/white-fade.png);
    background-position: -60px 0;
    background-repeat: repeat-y;
    color: #ffffff;
}
#UserInfoModule_holder {
  position: absolute;
  float: right;
  top: 18px;
  right: 0px;
  margin-right: 20px; /* INV-438 New addition */
}
.smallFramed {
  background-color: #b2b2b2;
  border: none;
  border-radius: 10px 0 0 10px;
  color: #000000;
  opacity: 0.80;
  padding: 2px 22px 3px 2px; /* INV-438 TJ */
  text-align: center;
  font-size: 1em;
  position: relative;
  right: -20px;
  z-index: 10;
  width: 287px;
}
.redButton {
  background-color: #ded29a;
  border: none;
  border-radius: 10px;
  color: #1d2a42;
  display: block;
  padding: 2px 20px 3px;
  margin: 0 0 0 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  z-index: 20;
}
.redButton:hover {
  background-color:#ffffff;
}
#challenges_data tr.display_cell {
  background-color: transparent !important;
}
table#globaltable tr.display_cell {
  border-color: #ffffff !important;
}
#electronicdocuments,
#electronicdocuments2 {
  background-color: #ffffff;
}
#electronicdocuments .DHTMLTable_cell {
}
#electronicdocuments td .DHTMLTable_cell[style*="width: 210px;"] {
  height:unset !important;
}
#electronicdocuments > td {
  position:relative;
}
#electronicdocuments > td > table:first-child {
}
/*
#edocs_html_table td.table_header:first-child {
  width:70%;
}
#edocs_html_table td.table_header:nth-child(2),
#edocs_html_table td.table_header:last-child {
  width:15%;
}
#edocs_html_table td.table_header:nth-child(2),
#edocs_html_table td.area_text1:nth-child(2) {
  text-align:center;
}
*/
#videos_html_table col:first-child,
#edocs_html_table col:first-child,
#coalesced_html_holder td:first-child {
  width: 40% !important;
}
#videos_html_table col:nth-child(2),
#edocs_html_table col:nth-child(2),
#coalesced_html_holder td:nth-child(2) {
  width: 40% !important;
}
#videos_html_table col:nth-child(3),
#edocs_html_table col:nth-child(3),
#coalesced_html_holder td:nth-child(3) {
  width: 20% !important;
}
#videos_html_table td:first-child,
#edocs_html_table td:first-child,
#coalesced_html_holder td:first-child {
  padding-left:1ex;
  padding-top: 5px;
  padding-bottom: 10px;
}
#videos_html_table td:nth-child(2),
#edocs_html_table td:nth-child(2),
#coalesced_html_holder td:nth-child(2) {
  padding-left:1ex;
  text-align:left !important;
  padding-top: 5px;
  padding-bottom: 10px;
}
#videos_html_table td:nth-child(3),
#edocs_html_table td:nth-child(3),
#coalesced_html_holder td:nth-child(3) {
  text-align: center !important;
}
#videos_html_table td:nth-child(4) {
  padding-right: 5px;
}
#edocs_html_table td:nth-child(3),
#coalesced_html_holder td:nth-child(3) {
  padding-left:1ex;
  text-align: center !important;
  padding-top: 5px;
  padding-bottom: 10px;
}
#coalesced_html_holder .divtitle {
  width: calc(100% - 15px) !important;
  margin-left:5px;
}
#coalesced_html_holder table {
  width: calc(100% - 5px) !important;
  margin-left:5px;
}
.topNav {
}
/* INV-438: Removed
.inv_main_portal {
  overflow: scroll;
}
*/
#footertablebottom {
  background-image: none !important;
}
#mainfooter {
  background-image: none !important;
  color: #737e84;
}
.MenuSection_links {
  padding: 10px;
}
.MenuSection_links .link_medium {
  font-size: 1em;
  font-weight: 700;
  padding-left: 10px;
}
.folders_body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
#EditSubmenuDivText {
  text-align: left !important;
}
.section_display_div {
  border-top: solid 1px #3459a4;
  border-left: solid 1px #3459a4;
  border-right: solid 1px #3459a4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 7.5px !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
#folderSpace {
  min-height: 200px;
}
#InvNavModule_holder {
  position: absolute;
  bottom: 8px;
  left: -50px;
}
DIV.bulbscore,
DIV.bulbScore {
  border-color: #3333aa;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  display: block;
  font-weight: 700;
  height: 15px;
  padding: 3px 0 6px 0;
  text-align: center;
  width: 62px;
}
.bulbScoreIncrease SPAN,
.bulbScoreDecrease SPAN {
  position: relative;
  top: -3px;
}
DIV.bulbvote,
DIV.votepanel,
DIV.votePanel {
  background: #dddddd;
  border-color: #3333aa;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 1px 0;
  text-align: center;
  width: 62px;
}
.votePanel SPAN {
  margin: 1px;
  position: relative;
  top: -2px;
}
.voteTotal {
  clear: both;
  display: none;
  height: 25px;
}
.negTotal,
.posTotal,
voteTotal {
  display: none;
}

.popup_dialog {
  display: none;
  width: 650px !important;
  height: calc(500px + 4em) !important;
  top: 262px;
  left: 358px;
  background-color:#d7d7d7;
  border:solid 1px #ffffff;
  border-radius: 10px;
  padding:10px;
   position: fixed;
  z-index: 20002;
}

.popup_dialog.play_video {
  width:720px !important;
  height:390px !important;
  position: fixed; 
  z-index: 20002;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  border-radius: 10px;
  border:none !important;
}

#popup_video_dialog {
	position: fixed; 
	z-index: 20002;
  display: none;
  justify-content: center;
  align-items: center;
}

#popup_video_dialog.small {
  height: 395px;
}


#popup_video_frame {
  border-radius: 10px;
  border:none;
  height:100% !important;
  width:100% !important;
  border:none;
}

#popup_frame {
  border-radius: 10px;
  border-radius: 10px;
  border:none;
  height:100% !important;
  width:100% !important;
  border:none;
}

.playvideo
{
    height: initial;
    background: #181713;
}
.playvideo .svg_color path {
  fill:var(--background-secondary-color);
  stroke:var(--background-secondary-color);
}
.playvideo .svg_color:hover path {
  fill:var(--background-primary-color);
  stroke:var(--background-primary-color);
}
.play_video_text
{
  color: #ffffff;
  background-color: transparent;
  position: relative;
  top: 4px;
  left: 17px;
  z-index: 1000;
  font-size: 12pt;
  display: inline-block;
}

.play_video_top_iconbar
{
  color: white;
  background: #181713;
  position: relative;
  top: 10px;
  height: 22px;
}

#play_video_close
{
  float: right;
  padding-right: 15px;
}


.playvideo
{
  background-color: #181713;
  font-family: 'Sulphur Point';
  height: initial;
}

.play_video_download_link
{
  float: right;
  padding-right: 0.8em;
  color: transparent !important;
}

#play_video_close
{
  float: right;
  padding-right: 1.3em;
}

#video_contrl,
#video_contrl:focus {
  border: none;
  outline: none;
  width: 90.5%;
  margin-left: 2em;
  display: block;
  height: 300px;
  margin-top: 15px;
}

#video_contrl.fullscreen {
  height: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.playvideo-container
{
    display:block;
    background-color: #181713;
    height:330px;
}

.playvideo-playback-animation {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#vote_video_player, 
#vote_video_player:focus {
  border: none;
  outline: none;
  width: 86%;
  margin-left: 3.6em;
  display: block;
  height: 300px;
  margin-top: 20px;
}

#vote_video_player.fullscreen {
  height: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.vote_video_title 
{
    color: #ffffff;
    background-color: transparent;
    position: relative;
    left: 17px;
    z-index: 1000;
    font-size: 12pt;
    display: inline-block;
}

.vote_video_top_iconbar
{
  color: white;
  background: #181713;
  height: 22px;
  margin-top: 7px;
}

.vote_video_leftright_icons
{
  color: white;
  background: transparent;
  position: fixed;
  z-index: 1000;
  Top: 25%;
}

.vote_video_leftright_icons.shortplayer
{
  Top: 35% !important;
}

.shortplayer
{
  Top: 45% !important;
}

.vote_video_leftright_icons.left
{
  /* left: -10px; */
}

.vote_video_left_text {
  display: table-cell;
  width: 20px;
  text-align: center;
  word-wrap: normal;
  padding-left: 12px;
}

.vote_video_right_text {
  display: table-cell;
  width: 20px;
  text-align: center;
  word-wrap: normal;
  padding-left: 8px;
}

.vote_video_leftright_icons.right
{
  Right: 0px;
}

#vote_video_left
{
  float:left;
}

#vote_video_right
{
  float: right;
}

.video-container
{
    display:block;
    background-color: #181713;
    height:330px;
}

.vote_video_loading {
  position: fixed;
  top: 32.5%;
  left: 48.45%;
  margin-left: -40px;
  margin-top: -40px;
}

.videoProgress {
  flex: 10;
  position: relative;
  display: inline-flex;
  /* flex-basis: 100%; */
  /* height: 10px; */
  background: rgba(0,0,0,0.5);
  /* background: rgba(255,255,255,0.5); */
  cursor: pointer;
  height: 15px;
  width: 57%;
  height: 8.4px;
  margin-top: 8px;
}

.videoProgress__filled {
  width: 50%;
  background: #00ff40;
  flex: 0;
  flex-basis: 0%;
}

.vote_video_controls {
  position: sticky;
  display: inline-flex;
  /* width: calc(100% - 1.50em); */
  width: 95%;
  vertical-align: middle;
  border-radius: 20px;
  background-color: #22201a;
  /* margin: 0.75em; */
  left: 5px;
  bottom: 8px;
  height: 30px;
  margin-left: 15px;
}

.play_button * {
  pointer-events: none;
}

.play_button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  height: 20px;
  width:20px;
  top: 5px;
  margin: 0px 0px 0px 5px;
}

.play_button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: -40px;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.play_button:hover::before {
  display: inline-block;
}

.playback-icons {
  width:20px;
  height:20px;
}

.skip_button {
    display: inline-block;
    align-items: center;
    margin: 0px 5px 0px 5px;
    height: 20px;
    position: relative;
    top: 7px;
}

.skip_button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.skip_button:hover::before {
  display: inline-block;
}

.videoSeek {
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.videoSeek:hover+.videoSeek_tooltip {
  display: block;
}

.videoSeek_tooltip {
  display: none;
  position: absolute;
  top: -50px;
  margin-left: -20px;
  font-size: 12px;
  padding: 3px;
  content: attr(data-title);
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.volume-controls {
  display: inline-block;
  align-items: center;
  margin: 0px 5px 0px 5px;
  height: 20px;
  position:relative;
}

.volume-controls input {
  width: 60px;
  opacity: 1;
  transition: all 0.4s ease;
}

.volume-controls:hover input, .volume-controls input:focus {
  width: 60px;
  opacity: 1;
}

.volume-button {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  top: 7px;
  display: inline-block;
}

.volume-button * {
  pointer-events: none;
}

.volume-button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.volume-button:hover::before {
  display: inline-block;
}

.volume-icon
{
  width:20px;
  height:20px;
}

.fullscreen-button * {
  pointer-events: none;
}

.fullscreen-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  height: 20px;
  width:20px;
  top: 7px;
  margin: 0px 5px 0px 5px;
}

.fullscreen-button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.fullscreen-button:hover::before {
  display: inline-block;
}

.fullscreen-icon
{
  width:20px;
  height:20px;
}

.fullscreen-exit-icon
{
  width:20px;
  height:20px;
}

.play-animation {
  width:28px !important;
  height:28px !important;
  margin-top: 10px;
  margin-left: 15px;
}

.playback-animation {
  pointer-events: none;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 8.4px;
  background: transparent;
  cursor: pointer;
  padding: 7px 0px 5px 0px !important;
  border: 0px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-radius: 1.3px;
  -webkit-appearance: none;
  transition: all 0.4s ease;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;

  margin-left: -1px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

input[type=range].volume {
  height: 5px;
  /* background-color: #d7d7d7; */
}

input[type=range].volume::-webkit-slider-runnable-track {
  background-color: #d7d7d7;
  height: 8px;
  width: 8px;
  border-radius: 5px;
}

input[type=range].volume::-webkit-slider-thumb {
  margin-left: 0;
  height: 12px;
  width: 12px;
  margin-top: -2.5px; /* alignment fix for Chrome */
  background: #ffffff;
}

input[type="range"]::-ms-thumb {
  margin: 0; /* Reset margin in Edge since it supports -webkit-slider-thumb as well */
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border: 1px solid transparent;
  background: #d7d7d7;
  border-radius: 1.3px;
}

input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  background: #ffffff;
  cursor: pointer;
  margin-top: 5px;
}

input[type=range]:focus::-moz-range-track {
  outline: none;
}

input[type=range].volume::-moz-range-track {
  -moz-appearance: none;
  background-color: #d7d7d7;
  height: 8px;
  /* width: 8px; */
  border-radius: 5px;
}

input[type=range].volume::-moz-range-thumb {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.vote_video_conceptfields_row
{
  display: inline-block;
  width: 100%;
  padding-bottom: 2px;
  padding-top: 7px;
}

.vote_video_conceptfields_row label
{
  display: block;
  padding-bottom:5px;
}

.vote_video_conceptfields_fullrow label
{
  display: block;
  padding-bottom: 5px;
}

.vote_video_conceptfields_fullrow
{
  display: block;
  width: 100%;
  column-span: all;
  margin-bottom: 5px;

}

.vote_video_conceptfields_row > input[type=text],
.vote_video_conceptfields_fullrow > input[type=text]
{
  width:100%;
}

.vote_video
{
  font-family: 'Sulphur Point';
  border: none;
  outline: none;
  /* width: 90.5%;
  margin-left: 2em; */
  display: block;
  height: 300px;
  margin-top: 15px;
}

#video_contrl.fullscreen {
  height: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.playvideo-container
{
    display:block;
    background-color: #181713;
    height:330px;
}

.playvideo-playback-animation {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#vote_video_player, 
#vote_video_player:focus {
  border: none;
  outline: none;
  width: 86%;
  margin-left: 3.6em;
  display: block;
  height: 300px;
  margin-top: 20px;
}

#vote_video_player.fullscreen {
  height: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.playvotevideo
{
  background: #181713;
  height:initial !important;
}

.vote_video_download_link
{
  float: right;
  padding-right: 0.8em;
  color: transparent !important;
}

#vote_video_close
{
  float: right;
  padding-right: 2em;
  width: 22px !important;
  height: 22px !important;
}

.vote_video_leftright_icons
{
  color: white;
  background: transparent;
  position: fixed;
  z-index: 1000;
  Top: 25%;
}

.vote_video_leftright_icons.shortplayer
{
  Top: 35% !important;
}

.shortplayer
{
  Top: 45% !important;
}

.vote_video_leftright_icons.left
{
  /* left: -10px; */
}

.vote_video_left_text {
  display: table-cell;
  width: 20px;
  text-align: center;
  word-wrap: normal;
  padding-left: 12px;
}

.vote_video_right_text {
  display: table-cell;
  width: 20px;
  text-align: center;
  word-wrap: normal;
  padding-left: 8px;
}

.vote_video_leftright_icons.right
{
  Right: 0px;
}

#vote_video_left
{
  float:left;
}

#vote_video_right
{
  float: right;
}

.video-container
{
    display:block;
    background-color: #181713;
    height:330px;
}

.vote_video_loading {
  position: fixed;
  top: 32.5%;
  left: 48.45%;
  margin-left: -40px;
  margin-top: -40px;
}

.videoProgress {
  flex: 10;
  position: relative;
  display: inline-flex;
  /* flex-basis: 100%; */
  /* height: 10px; */
  background: rgba(0,0,0,0.5);
  /* background: rgba(255,255,255,0.5); */
  cursor: pointer;
  height: 15px;
  width: 57%;
  height: 8.4px;
  margin-top: 8px;
}

.videoProgress__filled {
  width: 50%;
  background: #00ff40;
  flex: 0;
  flex-basis: 0%;
}

.vote_video_controls {
  position: sticky;
  display: inline-flex;
  /* width: calc(100% - 1.50em); */
  width: 95%;
  vertical-align: middle;
  border-radius: 20px;
  background-color: #22201a;
  /* margin: 0.75em; */
  left: 5px;
  bottom: 8px;
  height: 30px;
  margin-left: 15px;
}

.play_button * {
  pointer-events: none;
}

.play_button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  height: 20px;
  width:20px;
  top: 5px;
  margin: 0px 0px 0px 5px;
}

.play_button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: -40px;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.play_button:hover::before {
  display: inline-block;
}

.playback-icons {
  width:20px;
  height:20px;
}

#time_elapsed {
  color: white;
  background-color: transparent;
  position: relative;
  margin: 0em 0.2em 0em 0.2em;
  top: 9.5px;
}

#duration 
{
    color: white;
    background-color: transparent;
    position: relative;
    margin: 0em 0.2em 0em 0.2em;
    top: 9.5px;
}

#videoProgressBar
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  width: calc(100% - 2px);
  height: 8.4px;
  pointer-events: none;
  position: absolute;
  top: 3;
}

#videoProgressBar::-webkit-progress-bar {
  background-color: #d7d7d7;
  border-radius: 2px;
}

#videoProgressBar::-webkit-progress-value {
  background: #ffffff;
  border-radius: 2px;
}

#videoProgressBar::-moz-progress-bar {
  border: 1px solid #d7d7d7;
  background: #d7d7d7;
}

#videoProgressBar::-moz-progress-value {
  background: #ffffff;
  border-radius: 2px;
}

.skip_button {
    display: inline-block;
    align-items: center;
    margin: 0px 5px 0px 5px;
    height: 20px;
    position: relative;
    top: 7px;
}

.skip_button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.skip_button:hover::before {
  display: inline-block;
}

.videoSeek {
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.videoSeek:hover+.videoSeek_tooltip {
  display: block;
}

.videoSeek_tooltip {
  display: none;
  position: absolute;
  top: -50px;
  margin-left: -20px;
  font-size: 12px;
  padding: 3px;
  content: attr(data-title);
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.volume-controls {
  display: inline-block;
  align-items: center;
  margin: 0px 5px 0px 5px;
  height: 20px;
  position:relative;
}

.volume-controls input {
  width: 60px;
  opacity: 1;
  transition: all 0.4s ease;
}

.volume-controls:hover input, .volume-controls input:focus {
  width: 60px;
  opacity: 1;
}

.volume-button {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  top:7px;
}

.volume-button * {
  pointer-events: none;
}

.volume-button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.volume-button:hover::before {
  display: inline-block;
}

.volume-icon
{
  width:20px;
  height:20px;
}

.fullscreen-button * {
  pointer-events: none;
}

.fullscreen-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  height: 20px;
  width:20px;
  top: 7px;
  margin: 0px 5px 0px 5px;
}

.fullscreen-button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.fullscreen-button:hover::before {
  display: inline-block;
}

.fullscreen-icon
{
  width:20px;
  height:20px;
}

.fullscreen-exit-icon
{
  width:20px;
  height:20px;
}

.play-animation {
  width:28px !important;
  height:28px !important;
  margin-top: 10px;
  margin-left: 15px;
}

.playback-animation {
  pointer-events: none;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 8.4px;
  background: transparent;
  cursor: pointer;
  padding: 7px 0px 5px 0px !important;
  border: 0px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-radius: 1.3px;
  -webkit-appearance: none;
  transition: all 0.4s ease;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;

  margin-left: -1px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

input[type=range].volume {
  height: 5px;
  /* background-color: #d7d7d7; */
}

input[type=range].volume::-webkit-slider-runnable-track {
  background-color: #d7d7d7;
  height: 8px;
  width: 8px;
  border-radius: 5px;
}

input[type=range].volume::-webkit-slider-thumb {
  margin-left: 0;
  height: 12px;
  width: 12px;
  margin-top: -2.5px; /* alignment fix for Chrome */
  background: #ffffff;
}

input[type="range"]::-ms-thumb {
  margin: 0; /* Reset margin in Edge since it supports -webkit-slider-thumb as well */
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border: 1px solid transparent;
  background: #d7d7d7;
  border-radius: 1.3px;
}

input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  background: #ffffff;
  cursor: pointer;
  margin-top: 5px;
}

input[type=range]:focus::-moz-range-track {
  outline: none;
}

input[type=range].volume::-moz-range-track {
  -moz-appearance: none;
  background-color: #d7d7d7;
  height: 8px;
  /* width: 8px; */
  border-radius: 5px;
}

input[type=range].volume::-moz-range-thumb {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.vote_video_conceptfields
{
  color:white;
  column-count: 2;
  width: 95%;
  margin-left: 17px;
  margin-top: 7px;
}

.vote_video_conceptfields_row
{
  display: inline-block;
  width: 100%;
  padding-bottom: 2px;
  padding-top: 7px;
}

.vote_video_conceptfields_row label
{
  display: block;
  padding-bottom:5px;
}

#InterestLevel .vote-video-field
{
  margin-right: 0.7em;
}

#InterestLevel > label
{
  margin-right: 0.3em;
}

.vote_video_radio_group input
{
  position: relative;
  top: 2px;
}

.vote_video_radio_group label 
{
  display: inline !important;
}

.vote_video_conceptfields_fullrow label
{
  display: block;
  padding-bottom: 5px;
}

.vote_video_conceptfields_fullrow
{
  display: block;
  width: 100%;
  column-span: all;
  margin-bottom: 5px;

}

.vote_video_conceptfields_row > input[type=text],
.vote_video_conceptfields_fullrow > input[type=text]
{
  width:100%;
}

.vote_video
{
  font-family: 'Sulphur Point';
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */
   #AttachFileDiv 
   {
       top:59px;
   }  
}

.AttachFileDivBlock
{
    top:15px;
}
#AttachFileDiv input:hover,
#AttachVideoDiv input:hover {
  color: #6884c0;
}
#overview #CustomTopmost .data_label
{
  width: 155px;
}

.chars_max_msg
{
  font-size: 1em;
}

.sectionNotificationBar {
    background-color:#ffffff !important; /* SOW 2 Changed from #ded29a */
    max-width: 725px;
    padding: 5px 10px;
    height: auto;
    border-radius:0 0 10px 10px;
/* INV-438: removed 
    margin: 0; 
    padding: 0; 
    width: 978px; 
    border-collapse: collapse;
    z-index: 2; 
    position:fixed; 
    top:81px; 
    left:250px;
    height:33px;
    border-radius:0 0 15px 15px;
*/
}

.notification_bar {
    width:100%;
    height:100%;
    FONT-WEIGHT: 700;
    FONT-SIZE: 1em;
    Z-INDEX: 1;
    COLOR: #003366;
    display:flex;
    flex-wrap:none;
    justify-content: space-between;
    align-items:center;
}
/* SOW 2: Removed
.notification_bar_complete_color {
    background-color:#b5d5a7 !important;
    border-collapse:separate;
    border-style:solid;
    border-width:1px;
    border-color: #385723;
   
}

.notification_bar_validation_color
{
    background-color:#FF8F80 !important;
    border-collapse:separate;
    border-style:solid;
    border-width:1px;
    border-color: #385723;
    
}

#Notification_Text {
  font-size:1em !important;
  float:none;
  padding:0;
}
*/
.notification_alert_div {
/*    float:left;
    width:25px; SOW 2: Removed */
    display: none;
}
.notification_text {
  max-width: calc(100% - 30px);
  line-height: 1.25em;
}
/* SOW 2: Removed
.notification_text
{
    float: left;
    padding-left:10px;
    padding-top:3px;
    font-size:1em !important;
    padding-right:20px;
}
.notification_text_complete_color
{
    COLOR: #000000;
}

.notification_text_validation_color
{
    COLOR: #000000;
}

.notification_close_div
{
    float: right; 
    cursor: pointer;
}

.notification_close
{
    padding-right: 45px;
}
*/
.notification_close_div {
  height: 20px;
}
.notification_close .svg_small {
  width: 20px;
  height: 20px;
}
.notification_close .svg_color path {
  fill: #003366;
}
.notification_close:hover .svg_color path {
  fill: #000000;
}
/* SOW 2: Removedfi
#Notification_Bar img.notification_complete_alert {
    filter: grayscale(50%) sepia(1) saturate(1) brightness(50%);
}
#Notification_Bar img.notification_close {
    filter: grayscale(50%) sepia(1) saturate(1) brightness(72%) invert(100%);
}
*/
.headerSpacer
{
    background:transparent;
}

.InvTopBarModule_holder
{
    width:100%;
    position:fixed;
    top:70px;
}

.UsersAccounts
{
    position:fixed;
    top:25%;
    left:35%
    ;width:25%;
    height:300px;
    padding:5px;
    z-index:3000;
    overflow:auto;
    box-shadow: 2px 3px 5px 5px #ddd;
}

.UserAccounts_dir_text 
{
}

.UserAccounts_row
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px;
    border: solid 1px #3459a4;
  
    BACKGROUND-COLOR: #BFD5FF;
    TEXT-ALIGN: left;
    cursor: pointer;
}

.UserAccounts_alt_row
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px;
    border: solid 1px #3459a4;
  
    BACKGROUND-COLOR: #FFD2AD;
    TEXT-ALIGN: left;
    cursor: pointer;
}

.UserLogout_row
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px;
    border-right: #FFD2AD 2px solid;
  
    BACKGROUND-COLOR: #dedede;
    TEXT-ALIGN: left;
    cursor: pointer;
    height:42px;
}

.Consent_Text
{
    FONT-SIZE: 1em;
}
.Consent_Text td {
  padding-left: 2.5em;
}
.Consent_Text input[type="checkbox"] {
  float:left;
  margin-left: -1.5em;
}
.Consent_Text .asterik {
  float:left;
  margin-left: -2.5em;
}
.Consent_Text td {
  padding-bottom:0.5em;
}
.Consent_Text:last-child td {
  padding-bottom:0;
}
.Consent_Statement,
#coalesceContent #User_Consent_Row > td > table > tbody > tr > td > div.section > div {
    FONT-SIZE: 1em;
    padding-bottom:0.5em;
}
#User_Consent_Table input[type="checkbox"] {
  top: 0px;
}
#save_type_block input[type="radio"] {
  top:-2px;
  margin-right: 5px;
}
#user_menu_div
{
}

#Inv_Review .data_label
{
  width: 153px;
}

#AdminCustom .data_label
{
  width: 168px;
}
#overview {
  border-collapse:collapse;
  width:100%;
}
#overview table {
  border-collapse:separate;
}
#general_info {
/*  padding-right:10px; */
}
#general_info,
#AdditionalInfo_row {
  padding-bottom:1px !important;
}
#AdditionalInfo_row td {
  padding-bottom:10px !important;
}
#AdditionalInfo_row #Related_Inv_section > td {
  padding-bottom: 0 !important;
}
#AdditionalInfo_row td#AddInnovation {
  padding-bottom: 0 !important;
}
#AdditionalInfo_row td#AddInnovation + td {
  padding-bottom: 0 !important;
}
#AdditionalInfo_row .sectionTitleBar td {
  padding-bottom:1px !important;
}
#AdditionalInfo_row #coalescedtitle > tbody > tr > td {
  padding-bottom: 0 !important;
}
#AdditionalInfo_row #coalescedtitle > tbody > tr > td > table {
  padding-bottom: 0 !important;
}
#AdditionalInfo_row #coalescedtitle > tbody > tr > td > table .divtitle_alternate {
  padding-bottom: 0 !important;
}
#AdditionalInfo_row #electronicdocs_row > td {
  padding-bottom: 0 !important;
}
#AdditionalInfo_row #electronicdocs_row > td .divtitle_alternate {
  padding-bottom: 0 !important;
}
#AdditionalInfo_row #electronicdocs_row > td .divtitle_alternate > td {
  padding-bottom: 0 !important;
}
#additionalInventorsTitle td[style*="padding-bottom:15px;"] {
    padding-bottom:11px !important;
}
#InnovationFieldID121DetailsDiv,
#InnovationFieldID130DetailsDiv {
  padding-bottom:0 !important;
}
#invdetailsContent #CustomBottom 
{
  padding-bottom:0 !important;    
}
#CustomBottom #InnovationFieldID121DetailsDiv,
#CustomBottom #InnovationFieldID130DetailsDiv,
#CustomBottom #InnovationFieldID136DetailsDiv {
  padding-bottom:10px !important;
}
#CustomBottom #InnovationFieldID121DetailsDiv > br,
#CustomBottom #InnovationFieldID130DetailsDiv > br,
#CustomBottom #InnovationFieldID136DetailsDiv > br {
  display:none;
}
.coalesce_innovationlookup_td {
    padding-bottom: 20px !important;
}
.merge_generalinformation_section .section {
    padding-bottom: 0px !important;
}
#coalesceContent #CustomFirst {
    display:none !important;
}
#coalesceContent #AdditionalInfo_row {
    padding-bottom: 10px !important;
}
.side_menu_icon_row 
{
    height:80px; /* SOW1: Increased from 74px to 80px */
    text-align:center;
}
.side_menu_row {
  padding-bottom: 10px;
}
.side_menu_row > span {
  margin-right: 8px;
}
.side_menu_data_row 
{
    text-align:center;
    vertical-align:top;
}
#side_menu_oSetup + div[style="padding-bottom:3px;"] {
  display:none;
  padding-bottom:0 !important;
}
#meeting_menu_icon {
  padding-left: 12px; /* SOW1: Added to bump menu icon right */
}
#useraccount_row {
  height: 88px;
}
#useraccount_row td {
  padding-top: 2px; /* SOW1: Added to bump user icon down */
}
#listcontrols_row {
  height: 56px;
}
#listcontrols_row td {
  padding-top: 8px; /* SOW1: Added to bump icons down */
  padding-bottom: 8px;
}
.sidemenuContainer {
  color: #ffffff;
    position:fixed;
    vertical-align:top;
    top:115px;
    z-index:100;
    height:83%;
    border-bottom: solid 1px #d7d7d7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    padding-bottom: 7.5px !important;
    border-top: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    padding-top: 7.5px !important;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    padding: 3px 3px 3px 3px !important;
    background-color: #0c1b38;
    left: 5px;
    font-size:1.2em;
}

.sidemenu {
    display:block;
    padding-top:5px;
    padding-left:5px;
    overflow-y:auto;
    overflow-x:hidden;
    width:220px;
    height:98%;
}
.text_left_menu {
  color: #b2b2b2;
  font-weight: 300;
}
.text_left_menu:hover {
  color:#ffffff;
}

.side_menu_spacer_cell_left
{
    width:60px;
}

.side_menu_spacer_cell_right
{
    width:62px;
}
#foldericon_row > td:nth-child(2),
#favoriteicon_row > td:nth-child(2),
#meetingicon_row > td:nth-child(2) {
 padding-right: 2px;
}

.prev_menu
{
    width:40px;
}



.side_menu_list_icon_cell
{
    width:25px;
}

.side_menu_list_icon_cell_left
{
    width:60px;
}

.side_menu_list_icon_cell_center
{
    width:98px;
}

.side_menu_list_icon_cell_right
{
    width:62px;
}

.side_menu_record_icon_cell
{
    width:73px;
    height:40px;
}

.side_menu_record_icon_cell_left
{
    width:60px;
}

.side_menu_record_icon_cell_center
{
    width:98px;
}

.side_menu_record_icon_cell_right
{
     width:62px;

}
.side_menu_list_icon_row
{
    height:40px;
}

.side_menu_list_menu_row
{
    vertical-align:top;
}

.FavShare {
    filter: grayscale(1.0) brightness(50.0) !important;
}
.menu_medium 
{
  FONT-SIZE: 1em;
  COLOR: #6884c0;
  TEXT-DECORATION: none;
  font-weight: 700;
}

#meetingSpace {
  left: 0;
  width: 200px;
  min-height: 200px;
  text-align: left;
  position: relative;
  top: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: visible;
}

.FinalActionHolderBar 
{
    background-color:#2361aa;
    height:25px;
}
#companyMessageDiv {
  overflow: visible !important;
  height: unset !important;
}
.divbox_alternate.overview_savebox
{
    width:100%;
    padding:5px;
}
#UserDocuments .section
{
    height:200px;
}

/* Submit Concept */
.divtitle_alternate td:first-child,
.divtitle_alternate td:first-child *,
td.divtitle_alternate,
td.divtitle_alternate *,
#addusers_title {
  font-weight: 700;
}
#video .divtitle_alternate td[style*="width:175px;"],
#electronic .divtitle_alternate td[style*="width:175px;"],
#inventors2  td.divtitle_alternate[style*="width:181px;"],
#additionalInventors .divtitle_alternate td[style*="width:175px;"],
#coalescedtitle .divtitle_alternate td[style*="width:175px;"],
#Edit_Related_Inv_table .divtitle_alternate td[style*="width:175px;"] {
  width:150px !important;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.25em;
}

#User_Consent_Row .section {
    padding-left: 50px;
    padding-top: 35px !important;
}
#User_Consent_Row .section #User_Consent_table {
  margin-left: 60px;
  max-width:calc(100% - 60px);
}
#User_Consent_Row > td > table > tbody > tr > td {
  padding:0 !important;
}
#submitContent > table > tbody > tr > td {
  padding:0 !important;
}
#Submit_Type_Draft_Instr_Text br {
  display: none;
}
#DraftCheck_Div,
#DraftButton2 {
  margin-top:0.75em;
  padding-right: 40px;
}
#PublishCheck_Div,
#PublishButton2 {
  padding-right: 40px;
}
#UploadAllBut[style="text-decoration: underline; position: relative; font-style: normal; top: 5px;"],
#AttachAllBut[style="text-decoration: underline; position: relative; font-style: normal; top: 5px;"] 
{
  color:#6884c0;
}
#add_task_but {
  width:130px;
  text-align:right;
}
.divbox_alternate.savebox,
.divbox_alternate.overview_savebox {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 0 10px 10px 0;
    width:99.1% !important;
    padding-bottom: 9px !important;
}
.divbox_alternate.overview_savebox table
{
    width:auto;
}
#Lookup .button_text,
#DeleteName .button_text,
#DeleteAllNames .button_text,
#add_task_but .button_text,
#addAttachmentButton .button_text {
  background-color:unset;
  border:none;
  border-radius:0;
  color:#1d2a42;
  font-weight:400;
  text-decoration:underline;
  text-transform:none;
  padding:unset;
}
#Lookup .button_text:hover,
#DeleteName .button_text:hover,
#DeleteAllNames .button_text:hover,
#add_task_but .button_text:hover,
#addAttachmentButton .button_text:hover {
  color:#6884c0;
}
#InnovationFieldID106Div,
#InnovationFieldID181Div {
  border-radius:10px;
}
#ProfileFieldID105Div .data_label,
#InnovationFieldID102Div .data_label,
#CustomTop #InnovationFieldID106Div .data_label,
#InnovationFieldID181Div .data_label {
  vertical-align:baseline !important;
  padding-top: 0 !important;
}
#InnovationFieldID181Div .data_label {
  width: 214px !important;
}
#ProfileFieldID105Cell,
#InnovationFieldID102Cell,
#InnovationFieldID106Cell,
#InnovationFieldID181Cell {
  vertical-align: baseline;
  padding-top:0;
}

/* My Account */
#fav_table {
  background-color:#ffffff;
}
#fav_table tr {
  background-color:inherit !important;
}
.favoriteCell {
  width: 25%;
  font-size: 1em !important;
  padding-left: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#ProfileFields .data_label[style*="padding-top:8px;"],
#ViewProfileFields .data_label,
#BioCustom #ProfileFields .data_label,
#CustomTop .data_label,
#properties_tab .data_label[style="vertical-align:bottom;"],
#properties_tab .data_label[style="vertical-align:bottom;"] + td[style="vertical-align:top"] {
    vertical-align: baseline !important;
}
#CustomTop .area_text1 table .data_label {
  vertical-align:top !important;
  padding-top:0.82em;
}
#ProfileFields tr:nth-child(3) td,
#ProfileFields tr:nth-child(6) td,
#ProfileFields tr:nth-child(7) td,
#ProfileFields tr:nth-child(8) td {
  vertical-align:top !important;
}
#ProfileFields tr:nth-child(3) td.data_label,
#ProfileFields tr:nth-child(6) td.data_label,
#ProfileFields tr:nth-child(7) td.data_label,
#ProfileFields tr:nth-child(8) td.data_label {
  padding-top:1em;
}
#label_title_holder {
  border-top-right-radius: 10px;
}
#AnalyzeHTMLTable {
  border-collapse:collapse;
}
#AnalyzeHTMLTable {
  padding:0;
}
#AnalyzeHTMLTable > tbody > tr > td {
/*  padding-right:10px; */
  vertical-align:middle !important;
}
#AnalyzeHTMLTable .sectionTitleBar,
#AnalyzeHTMLTable .section {
/*  border-radius:0; */
}
#AnalyzeHTMLTable > tbody > tr > td:last-child {
  padding-left:10px;
  vertical-align:middle !important;
}
#AnalyzeHTMLTable > tbody > tr#questionMainSection1 > td:last-child,
#AnalyzeHTMLTable > tbody > tr#questionMainSection2 > td:last-child,
#AnalyzeHTMLTable > tbody > tr#theCommentsSection > td:last-child {
  padding-left:0;
}
#questions_div_section {
  border-radius: 0 0 10px 0;
  padding-bottom:10px;
}
#AnalyzeHTMLTable > tbody > tr > td:last-child .sectionTitleBar,
#AnalyzeHTMLTable > tbody > tr > td:last-child .section {
/*  border-top-right-radius:10px;
  border-bottom-right-radius:10px; */
}
#AnalyzeHTMLTable .sectionTitleBar,
#AnalyzeHTMLTable .section {
/*  border-radius:0; */
}
#AnalyzeHTMLTable .section_yellow2 {
/*  border-top-left-radius:0;
  border-bottom-left-radius:0; */
}

#xfer1 {
  margin-bottom:10px;
}
/* Search */
#QueryText {
  width:350px !important;
}
#InnovationTypeChecks > td {
  padding-bottom: 0;
}
#InnovationTypeChecks .area_text1 > div {
/*  position:relative;
  top:-1.5em; SOW 2 */
}
#InnovationTypeChecksTable td {
  vertical-align: baseline;
}
#InnovationTypeChecksTable  #InvTypeCheck1 {
/*  margin:0 2px; */
}
#innovation_grid_holder {
  width:100% !important;
}
#searchFormTable > tbody > tr > td > table > tbody > tr:last-child .buttonDiv {
  margin-left: 164px;
}
#SearchResultsRow {
  padding:0 !important;
}

/* Review Committee */
#theChartTable > tbody > tr:last-child table tr td:first-child,
#theChartTable > tbody > tr:last-child table tr td:last-child {
  display:none;
}
#InnovationMenus {
  font-size: 1em !important;
  width: 100%;
  z-index: 205;
  padding-top:0 !important;
  color: #FFFFFF;
  text-align:left;
}

/* Admin */
#company_msg_preview {
  height:unset !important;
}
#InvDataSel {
  font-size:1em !important;
}
#ReportResult .section_border {
  box-shadow:none;
}
#maintable td[style="padding-left: 5px; padding-right: 5px; padding-top: 5px;"] {
  padding:0 !important;
}
/* Challenge Details */
#challengesubmissionsContent td {
  vertical-align:baseline !important;
}
#challengesubmissionsContent .sectionTitleBar,
#challengesubmissionsContent .title_bar {
  display:none;
}

#challengesubmissionsContent > table.section {
  border-top-right-radius: 10px;
}

/* Sys Admin Review Committee */
#newCommitteeDialog {
}

/* NDA Pick list */
.select-all,
.select_all {
  font-weight: 700;
}
#coalesceContent .select-all {
  /* display: none; */
}
#ProfileFieldID105Table input[type="checkbox"],
#InnovationFieldID102Table input[type="checkbox"],
#InnovationFieldID106Table input[type="checkbox"],
#InnovationFieldID181Table input[type="checkbox"],
#properties_tab input[type="checkbox"],
#SearchForm input[type="checkbox"],
#UserInformation input[type="checkbox"],
#UserInfomation input[type="checkbox"],
#forwardUsersTable input[type="checkbox"] {
  top:4px;
}
#properties_tab #users_table input[type="checkbox"] {
  top:1px;
}
#ProfileFieldID105Div,
#InnovationFieldID102Div,
#InnovationFieldID106Div,
#InnovationFieldID181Div {
  border-radius:10px;
  top:unset !important;
  padding-top: 10px;
  padding-right:20px;
}
#ProfileFieldID105Div {
  position:fixed;
  width:unset !important;
  margin-right:20px;
  z-index:1;
}
#ProfileFieldID105Table,
#InnovationFieldID102Table,
#InnovationFieldID106Table,
#InnovationFieldID181Table {
  width: calc(100% - 40px);
}
#ProfileFieldID105Div .area_text1,
#InnovationFieldID102Div .area_text1,
#InnovationFieldID106Div .area_text1,
#InnovationFieldID181Div .area_text1 {
  width:33%;
}
#ReviewOverviewSection tr td:first-child,
#ProfileFieldID105Div tr td:first-child,
#InnovationFieldID102Div tr td:first-child,
#InnovationFieldID106Div tr td:first-child,
#InnovationFieldID181Div tr td:first-child  {
  vertical-align:baseline;
}
#ReviewOverviewSection .spacer,
#ProfileFieldID105Div .spacer,
#InnovationFieldID102Div .spacer,
#InnovationFieldID106Div .spacer,
#InnovationFieldID181Div .spacer {
  float:right
}
#ReviewOverviewSection br,
#ProfileFieldID105Div br,
#InnovationFieldID102Div br,
#InnovationFieldID106Div br,
#InnovationFieldID181Div br  {
  display:none;
}
#ProfileFieldID105Div #ProfileFieldID105Cell.area_text1,
#InnovationFieldID102Div #InnovationFieldID102Cell.area_text1,
#InnovationFieldID106Div #InnovationFieldID106Cell.area_text1,
#InnovationFieldID181Div #InnovationFieldID181Cell.area_text1 {
    width: unset !important;
}
.pickchallenge table[style*="height:243px;"] {
  height: auto !important;
}
/* Modal Styles */
@media only screen and (max-width: 650px) {
  body {
    background:unset;
  }
  .sectionTitleBar {
    border:none;
    border-radius:0;
  }
  .title_bar {
    left:0;
    top:0;
  }
  .section {
    border:none;
    border-radius:0;
  }
  #challenges_table_div {
    margin-bottom:10px;
    height:auto !important;
    max-height: 450px !important;
  }
  #challenges_table_div tr:nth-child(4n-2),
  #challenges_table_div tr:nth-child(4n-1) {
    background-color:#ffffff; 
  }
  #challenges_table_div tr:nth-child(4n),
  #challenges_table_div tr:nth-child(4n+1) {
    background-color:#ededed; 
  }
}

td[style*="vertical-align:top;"][align="right"] {
  padding-top:0.4em !important;
}
#video td[style*="vertical-align:top;"][align="right"],
#electronic td[style*="vertical-align:top;"][align="right"] {
  padding-top:0 !important;
}
td[style*="vertical-align:top;"][style*="padding-top:7.75px;"][align="right"] {
  padding-top:0.8em !important;
}
#BioPageTable table td.data_label:first-child,
#BioPageTable table col:first-child {
  width:40% !important;
}
#BioPageTable table td.data_label:nth-child(2),
#BioPageTable table col:nth-child(2) {
  width:40% !important;
}
#BioPageTable table td.data_label + td:last-child,
#BioPageTable table col:last-child {
  width:300px !important;
}
#BioPageTable table td.data_label + td:last-child#ProfileFieldID105Cell {
  width:unset !important;
}
#BioPageTable div.section > table > colgroup > col {
  width:unset !important;
}
#BioPageTable div.section > table > tbody > tr > td > table,
#BioPageTable div.section > table > tbody > tr > td > div#BioCustom {
  width:450px !important
}
#BioPageTable div.section > table > tbody > tr > td:first-child {
  width:450px;
}
#BioPageTable div.section > table > tbody > tr > td:nth-child(2) > table {
    width: 450px !important;
}
#BioPageTable div.section > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td.data_label {
    width: 100px !important;
}
#BioPageTable div.section > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(2) {
    width: 350px !important;
}
#user_group_config_table table,
#user_group_config_table #profile_publish_sections {
  border-collapse:collapse;
  width: unset !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:first-child {
  width:275px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td {
  width:unset !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td:first-child {
  width:10px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) {
  width:263px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td:nth-child(3) {
  width:300px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td:nth-child(4) {
  width:275px
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table,
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table {
  width:100% !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:first-child {
  width:10px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) {
  width:245px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(3) {
  width:20px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(4) {
  width:10px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(5) {
  width:255px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:first-child {
  width:10px !important;
}
#user_group_config_table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) {
  width:240px !important;
}
#user_group_config_table #innovation_sections table {
  width:unset !important;
}
#user_group_config_table #innovation_edit_links_dest table {
  margin-left:20px !important;
}
#user_group_config_table #innovation_edit_links_dest table td:first-child {
  width:235px !important;
}
#user_group_config_table #innovation_edit_links_dest table td:nth-child(2) {
  width:unset !important;
}
#user_group_config_table #innovation_edit_videos_sections table td:first-child {
  padding:0 !important;
  width:20px !important;
}
#user_group_config_table #innovation_edit_videos_sections table td:nth-child(2) {
  width:235px !important;
}
#user_group_config_table #options_setup_edit > table > tbody > tr > td:nth-child(3) {
  width:20px !important;
}
#user_group_config_table #options_setup_edit > table > tbody > tr > td:nth-child(4) {
  width:20px !important;
}
#user_group_config_table #management_reports table,
#user_group_config_table #management_reports col,
#user_group_config_table #admin_allprivate table {
  width:unset !important;
}
#user_group_config_table #management_reports table td:nth-child(2) {
  width:10px !important;
}
#user_group_config_table #management_reports table td:nth-child(3) {
  width:257px !important;
}
#user_group_config_table #management_reports table td[colspan="4"] {
  width:unset !important;
}
#user_group_config_table #management_reports_reportwriter {
  padding-left:20px;
}
#user_group_config_table #management_reports_reportwriter div {
  padding-left:0 !important;
}
#user_group_config_table #management_reports_reportwriter table {
  border-collapse:collapse;
}
#user_group_config_table #management_reports_reportwriter td:first-child {
  width: 244px !important;
}
#user_group_config_table #management_challenges td:nth-child(2),
#user_group_config_table #management_tasks td:nth-child(2),
#user_group_config_table #management_portfolio_opts td:nth-child(2),
#user_group_config_table #InnovationPastSpotlights td:nth-child(2) {
  width: 267px !important;
}
#user_group_config_table #admin_allprivate table td:nth-child(2) {
}
#user_group_config_table #profile_edit_sections td:nth-child(2) {
  width: 252px !important;
}
#user_group_config_table #profile_edit_sections td:nth-child(4) {
  width: 252px !important;
}
#profile_search {
    position: relative;
    left: -6px;
}
#user_group_config_table #admin_allprivate table td:nth-child(3),
#user_group_config_table #InnovationPastSpotlights td:nth-child(3),
#user_group_config_table #review_cmt_page td:nth-child(3),
#user_group_config_table #InnovationTopSearch td:nth-child(3) {
  width:20px !important;
}
#user_group_config_table #InnovationTopSearch td:nth-child(4) {
  display:none !important;
}
#user_group_config_table #review_cmt_page td:nth-child(2) {
    width: 262px !important;
}
#user_group_config_table #MiscPagesSetupSetup tr.area_text1 > td[width="20%"] {
  width:100% !important;
}
#user_group_config_table #MiscPagesSetupSetup tr.area_text1 > td[width="20%"] + td {
  width:20px !important;
}
#user_group_config_table #innovation_view_snapshot_sections td:nth-child(2) {
  width:227px !important
}
#user_group_config_table #innovation_view_snapshot_sections td[style="width:400px"] {
  display:none
}
#user_group_config_table select {
  margin:0 !important;
  width:275px !important;
}
/* Folder Manager */
#users_table .table_header td:nth-child(3),
#users_table .table_header td:nth-child(4),
#users_table .table_header td:nth-child(5) {
  text-align:center;
}
div[id="Folder DetailsContent"] #invs_tab,
div[id="Meeting DetailsContent"] #invs_tab,
.Folder #invs_tab,
.Meeting #invs_tab {
  margin:0 !important;
}
div[id="Folder DetailsContent"] #invs_tab #container_grid_holder,
div[id="Folder DetailsContent"] #invs_tab #container_grid_holder div[style*="width: 99%;"],
div[id="Meeting DetailsContent"] #invs_tab #container_grid_holder,
div[id="Meeting DetailsContent"] #invs_tab #container_grid_holder div[style*="width: 99%;"],
.Folder #invs_tab #container_grid_holder,
.Folder #invs_tab #container_grid_holder div[style*="width: 99%;"],
.Meeting #invs_tab #container_grid_holder,
.Meeting #invs_tab #container_grid_holder div[style*="width: 99%;"] {
  width:100% !important;
}
div[id="Folder DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"],
div[id="Meeting DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"],
.Folder #container_grid_holder .DHTMLTable_header[style*="width: 22px;"],
.Meeting #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] {
    right:-1px !important;
    border: none !important;
    padding:0 !important;
    top: 1px !important;
    background-color:#ded29a;
    width:unset !important;
}
div[id="Folder DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium,
div[id="Meeting DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium,
.Folder #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium,
.Meeting #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium {
    background-color: #ded29a;
    display:block;
    padding: 1px 15px 2px;
    text-decoration: none !important;
    border: none;
}
div[id="Folder DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium:hover,
div[id="Meeting DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium:hover,
.Folder #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium:hover,
.Meeting #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium:hover {
    background-color: #ffffff;
    color:#0c1b38;
}
div[id="Folder DetailsContent"] div.section > div > div > table > tbody > tr > td:first-child,
div.Folder.DetailsContent div.section > div > div > table > tbody > tr > td:first-child,
div[id="Meeting DetailsContent"] div.section > div > div > table > tbody > tr > td:first-child,
div.Meeting.DetailsContent div.section > div > div > table > tbody > tr > td:first-child {
  min-width:300px;
}
div[id="Folder DetailsContent"] div.section > div > div > table > tbody > tr > td[style="padding-left:5px"],
div.Folder.DetailsContent div.section > div > div > table > tbody > tr > td[style="padding-left:5px"],
div[id="Meeting DetailsContent"] div.section > div > div > table > tbody > tr > td[style="padding-left:5px"],
div.Meeting.DetailsContent div.section > div > div > table > tbody > tr > td[style="padding-left:5px"] {
  padding-left:0 !important;
  width:100%;
}
div[id="Folder DetailsContent"] div.section > div > div > table > tbody > tr > td[style="padding-left:5px"] div[style*="width:674px;"],
div.Folder.DetailsContent div.section > div > div > table > tbody > tr > td[style="padding-left:5px"] div[style*="width:674px;"],
div[id="Meeting DetailsContent"] div.section > div > div > table > tbody > tr > td[style="padding-left:5px"] div[style*="width:674px;"],
div.Meeting.DetailsContent div.section > div > div > table > tbody > tr > td[style="padding-left:5px"] div[style*="width:674px;"] {
    width: 100% !important;
}
/* Challange Management */
#challengeMGT_UI col {
  width:unset !important;
}
#challengeMGT_UI .data_label .spacer,
#challengeMGT_UI .data_label br {
  display:none;
}
#challengeMGT_UI #StartDateCal,
#challengeMGT_UI #EndDateCal {
  float:none;
}
#challengeMGT_UI #StartDateCal input,
#challengeMGT_UI #EndDateCal input {
  border:solid 2px #b2b2b2;
  padding:5px 10px;
  position:unset;
}
/* Edit Submission */
#invdetailsContent #TabBodies + #buttonRow2 {
    width: 974px !important;
}
/* Edit Challenge */
#EditChallenge > .section > tbody > tr:nth-child(4) > td:first-child {
  vertical-align:top;
  padding-top:1em;
}
#EditChallenge > .section > tbody > tr:nth-child(6) > td,
#EditChallenge > .section > tbody > tr:nth-child(8) > td {
  vertical-align:baseline !important;
}
#EditChallenge .buttonMaster,
#EditChallenge .buttonDiv {
  display:inline !important;
}
#EditChallenge .button_text {
    display: inline !important;
    padding: 0;
    background-color: unset;
    color: #0c1b38;
    cursor: pointer;
    text-decoration: underline !important;
    font-weight: 300;
    text-transform: none;
}
#EditChallenge .button_text:hover {
    color: #6884c0;
}
.divbox > tbody > tr > td > table > tbody > tr > td {
  vertical-align:baseline !important;
}
.divbox > tbody > tr > td > table > tbody > tr#row4 > td {
  vertical-align:top !important;
}
/* Sidebar */
#recordmenu_row td[style="padding-left:15px;"],
#listmenu_row td[style="padding-left:15px;"] {
    padding-left: 0 !important;
}
#recordcontrols_row td {
    padding-top: 10px;
}
#folderSpace img {
  display:none;
}
.FavBox > table > tbody > tr td[style*="width:10px;"] {
    display: none;
}
.FavBox > table > tbody > tr td:nth-child(2) {
  padding-left: 15px;
}
.FavShare {
  display:none;
}
.FavDelete {
    color: #f66 !important;
    text-decoration: none !important;
    margin-top: -5px !important;
}
.inv_sub_list_menu_arr {
    display: none;
}
/* Edit Profile */
#editbioContent #BioPageTable div.section 
{
    /* width:978px !important; */
}
#BioPageTable div.section {
  /* width:812px !important; */
}
#BioPageTable table table {
  border-collapse:collapse;
}
#BioPageTable #ProfileFieldID105Div table[style="width:100%"] {
  width:100% !important;
}
#BioPageTable table > tbody > tr > div.section > table > colgroup > col {
  width:unset !important
}
#BioPageTable table > tbody > tr > div.section > table > tbody > tr > td > table {
  width:450px !important
}
#BioPageTable table > tbody > tr > div.section > table > tbody > tr > td > div#BioCustom {
  width:450px !important
}

/* Challenges */
/* #challengeContent .display_cell br + br {
    display: none;
} */
#challengeContent .display_cell div {
    margin-left:50px;
    margin-right: 80px;
}
#challengeContent .display_cell img {
    margin-bottom:1.5em;
}
#challengeContent .display_cell img + br, 
#challengeContent .display_cell img + br + br {
    display: none;
}
#challangeContainer tr:nth-child(2) td.data_label,
#ChallengeDetail tr:nth-child(2) td.data_label  {
  padding-top:0;
}
/* Challenge Information */
#add_dialog {
  z-index: 10;
  position: absolute;
  left: 220px;
  top: 50px;
}
#add_dialog tr:first-child td {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
}
#add_dialog tr:nth-child(n+2) td {
    background-color: #d7d7d7;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  padding: 10px !important;
}
#add_dialog tr:last-child td {
    background-color: #d7d7d7;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-radius: 0 0 10px 10px;
  padding: 10px !important;
}
#add_dialog #buttonStretchRow {
    background-color: #1d2a42;
    border: solid 1px #d7d7d7;
    border-radius: 16px;
    color: #b2b2b2;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 1em;
    padding: 5px 10px !important;
}
#add_dialog #buttonStretchRow:hover {
  color: #ffffff;
}
/* Innovation Information */
#topInvDescriptionRow .data_label {
  vertical-align:baseline !important;
}
#topInvDescriptionRow #description_div_section {
    padding-left:0;
}
#RouteTypeContainer {
  padding-left:0;
}
#CommentCheckboxes.divtitle_alternate {
  font-size:1em;
}
#challengedetail td.divbox_alternate {
  width:33%;
}
#challengedetail td.divbox_alternate, 
#challengedetail td.divbox_alternate div.divtitle_alternate {
    font-size: 1em !important;
}
#submissionstatisticContent select,
#byInnovationCountSummaryPageContent select,
#statusreprotContent select,
#pipelinereportContent select,
#ReportResult select,
#topStatisticsPageContent select,
#collaborationreportContent select,
#userDataContent select,
#userloginContent select,
#reviewcommitteestatisticContent select,
#reviewcommitteebreakdownContent select,
#searchreportContent select,
#usersummaryContent select,
#TinkerLoginStatisticContent select,
#userloginattemptContent select,
#useraccountlistContent select,
#reviewboardreportContent select {
    max-width: 350px;
}
#submissionstatisticContent table.section div[align="center"],
#byInnovationCountSummaryPageContent table.section div[align="center"],
#statusreprotContent table.section div[align="center"],
#pipelinereportContent table.section div[align="center"],
#ReportResult table.section div[align="center"],
#topStatisticsPageContent table#topinnovatortable + br + table div[align="center"],
#collaborationreportContent table.section div[align="center"],
#userDataContent table.section div[align="center"],
#userloginContent table.section div[align="center"],
#reviewcommitteestatisticContent table.section div[align="center"],
#reviewcommitteebreakdownContent table.section div[align="center"],
#searchreportContent table.section div[align="center"],
#usersummaryContent table.section div[align="center"],
#TinkerLoginStatisticContent table.section div[align="center"],
#userloginattemptContent table.section div[align="center"],
#useraccountlistContent table.section div[align="center"],
#reviewboardreportContent table.section div[align="center"] {
    display: none;
}
#collaborationreportContent > table > tbody > tr > td > table > tbody > tr:first-child > td,
#searchreportContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td,
#userDataContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td,
#statusreprotContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td,
#statusreprotContent table.section > tbody > tr > td > table > tbody > tr:nth-child(6) > td,
#userloginattemptContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td,
#reviewcommitteestatisticContent table.section > tbody > tr > td > table > tbody > tr:first-child > td,
#reviewcommitteebreakdownContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td {
  vertical-align:top;
}
#collaborationreportContent > table > tbody > tr > td > table > tbody > tr:first-child > td:first-child,
#searchreportContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td:first-child,
#userDataContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td:first-child,
#statusreprotContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td:first-child,
#userloginattemptContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td:first-child,
#reviewcommitteestatisticContent table.section > tbody > tr > td > table > tbody > tr:first-child > td:first-child,
#reviewcommitteebreakdownContent table.section > tbody > tr > td > table > tbody > tr:nth-child(2) > td:first-child {
  padding-top:1em;
}
#statusreprotContent table.section table tr:nth-child(3)[valign="top"] td.data_label,
#submissionstatisticContent table.section table tr:nth-child(4)[valign="top"] td.data_label,
#reviewcommitteestatisticContent table.section table tr:nth-child(4)[valign="top"] td.data_label {
  vertical-align:baseline !important;
}
#shared_inv_table td[style*="vertical-align:bottom;"] {
  vertical-align:baseline !important;
  padding-top:1em !important;
}
#shared_inv_table > tbody > tr > td > table > tbody > tr:nth-child(2) > td.data_label {
    vertical-align: top;
    padding-top: 1em;
}
#shared_inv_table tr:nth-child(3) td[style*="vertical-align:bottom;"] {
  vertical-align:top !important;
  padding-top:0.5em !important;
}
#topviewtable,
#topinnovatortable {
    position: relative;
    top: -8px;
}
#topStatisticsPageContent > div + table {

}
#ForwardDateSel {
    font-family: unset !important;
    width: unset !important;
}
#TasksReportPageContent > table + table {
    background-color: #d7d7d7;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
#TasksReportPageContent > table.section + table,
#TasksReportPageContent > table.section + table + table {
    display: none;
}
#TasksReportPageContent > table.section {
    margin-bottom: 10px;
}
#task_details_table tr:first-child td {
  vertical-align:baseline;
}
/* To-Do List */
#task_details_row .section_yellow_titlebar {
  border-color:#ffffff;
  background-color:#d7d7d7;
}
img[alt="close button"] {
    filter: grayscale(1);
}
#todo_completed,
#filterTasksLabels span:first-child {
  display:inline-block;
  width:250px !important;
}
#todo_sort,
#filterTasksLabels span:nth-child(2) {
  display:inline-block;
  width:150px !important;
}
#todo_order,
#filterTasksLabels span:nth-child(3) {
  display:inline-block;
  width:100px !important; 
}
#filterTasksLabels span {
  padding-left:5px !important;
}
#AssignedTaskTable td[style*="font-size:8pt;"],
#FinalReviewVoteTable td[style*="font-size:8pt;"] {
    font-size: 1em !important;
    padding: 5px !important;
}
#taskSummaryDiv {
  padding:5px;
}
#open_tasks_table td {
}
#company_msg_table,
#divShowNoticesSection + div + div > table,
#challenges_div_section,
#mytasksContent .section,
#allchallengesContent .section,
#ChallengeData .section,
#ChallengeData + table + div + div + table.section {
    border-bottom-right-radius: 10px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
}
#new_info_section ul.smallTabs {
  display:none;
}
#challenge_inv_div {
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
}
tr[style="background-color:#f1f1ef;"] {
    background-color: #d7d7d7 !important;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
}
/* Errors */
#badpageContent,
#badpageContent a {
  color:#b2b2b2;
}
#badpageContent a:hover {
  color:#ffffff;
}

/* Details */
#MergeButton1 .button_text {
  padding:1px 10px;
}
/* Copy Concept */
#coalesceContent #InnovationLookup + tr > td,
#coalesceContent #AdditionalInfo_row > td,
#coalesceContent #inventors1 > td,
#coalesceContent #TabBodies + br + table > tr > td {
    padding: 0 !important;
}
#coalesceContent #inventors1 > td {
  padding-top: 20px !important;
}
#coalesceContent #TabBodies + br {
  display:none
}
#coalesceContent #TabBodies + br + table {
  border-collapse:collapse;
  /*margin-top:10px;*/
}
#coalesceContent .divbox_alternate.savebox {
    width: 100% !important;
}
#coalesceContent #AdditionalInfo_row td[style*="width: 175px;"] {
  width:150px !important;
}
#coalesceContent #submit_type_label
/* Logout page */
/* body[style*="background: rgb(234, 171, 31) none repeat scroll 0% 0%;"],
   body[style*="background: rgb(234, 171, 31)"] {
    background-color: #0d0e2c !important;
    background-image: url(/EIMS/portal/custom/customization/resources/png/blue-facet.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
} */
#coalesceContent #submit_type_label {
    width: 150px;
}
body[style*="background: rgb(234, 171, 31) none repeat scroll 0% 0%;"] #footer,
body[style*="background: rgb(234, 171, 31)"] #footer {
    margin: 50px 0 0 0 !important;
    width: 100%;
    position: absolute;
  bottom: 10px;
}

#popup_dialog[style*="display: block; width: 450px; height: 250px;"] {
height: calc(350px + 3em) !important;
top: calc(50% - 260px) !important;
/* left:0 !important;
margin-top:200px; */
}

body[style*="background: rgb(234, 171, 31) none repeat scroll 0% 0%;"] #popup_dialog,
body[style*="background: rgb(234, 171, 31)"] #popup_dialog {
color: #000000;
background-color: #f8f1ff;
box-shadow: 0 0 100px #000000;
max-width: 400px;
border-radius: 20px;
position: relative;
margin-left: auto;
margin-right: auto;
z-index: 0;
padding-left: 0;
padding-right: 0;
text-align: center;
animation: popup 0.5s;
border: none;
height: calc(150px + 3em) !important;
top:0 !important;
left:0 !important;
margin-top: 200px;
}

#inv_main_portal_body
{
  background-color: #7700f6 !important;
}

/* body[style*="background: rgb(234, 171, 31) none repeat scroll 0% 0%;"] #popup_dialog #popup_frame,
body[style*="background: rgb(234, 171, 31)"] #popup_dialog #popup_frame {
  position:relative;
  top:-40px;
} */

.nolink {
  FONT-SIZE: 1em;
  text-decoration: none;
  color: #1d2a42 !important;
  cursor: default
}

#headertable[style="width:100%;height:60px;text-align:center;"] {
    display: none;
}

.area_text9[style="width:100%;vertical-align:top;text-align:center"] {
    background: none;
    color: #dbdbde;
    font-size: 1.25em;
    border: none;
}
.area_text9[style="width:100%;vertical-align:top;text-align:center"] .area_text7 {
  font-weight: 400;
  text-align: justify;
  padding: 0 60px 0px 60px;
}
.area_text9[style="width:100%;vertical-align:top;text-align:center"] .asterik,
.area_text9[style="width:100%;vertical-align:top;text-align:center"] .asterisk {
  display:none;
}
.area_text9[style="width:100%;vertical-align:top;text-align:center"] > tbody > tr:nth-child(2) {
    display: none;
}
.area_text9[style="width:100%;vertical-align:top;text-align:center"] .text_id1 {
    display: none;
}
.area_text9[style="width:100%;vertical-align:top;text-align:center"] > tbody > tr[align="left"] > td[align="left"] {
    width: 100%;
    text-align: center;
}
/* body[style*="background: rgb(234, 171, 31) none repeat scroll 0% 0%;"] #popup_dialog::before,
body[style*="background: rgb(234, 171, 31)"] #popup_dialog::before {
    content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22150%22%20width%3D%22380%22%3E%0A%3Cg%20id%3D%22logo%22%3E%0A%09%3Cg%20id%3D%22ball-container%22%3E%0A%09%09%3Csvg%20id%3D%22ball%22%3E%0A%09%09%09%3Csvg%20width%3D%22375%22%20height%3D%22115%22%20viewBox%3D%220%200%201080%20360%22%3E%3Cpath%20d%3D%22M556.5%2C522.1L512.9%2C576.1L572.3%2C588.4Z%22%20fill%3D%22rgb(187%2C188%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M496.3%2C659.5L596.9%2C632.9L572.3%2C588.4Z%22%20fill%3D%22rgb(186%2C188%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M572.3%2C588.4L634.9%2C494.8L556.5%2C522.1Z%22%20fill%3D%22rgb(192%2C200%2C161)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M556.5%2C522.1L484.1%2C494.8L512.9%2C576.1Z%22%20fill%3D%22rgb(191%2C193%2C158)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M654.8%2C586.6L634.9%2C494.8L572.3%2C588.4Z%22%20fill%3D%22rgb(203%2C183%2C146)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M556.5%2C522.1L490.2%2C435.3L484.1%2C494.8Z%22%20fill%3D%22rgb(195%2C195%2C157)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M596.9%2C632.9L654.8%2C586.6L572.3%2C588.4Z%22%20fill%3D%22rgb(198%2C178%2C145)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M432.3%2C643.8L496.3%2C659.5L512.9%2C576.1Z%22%20fill%3D%22rgb(184%2C194%2C161)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512.9%2C576.1L496.3%2C659.5L572.3%2C588.4Z%22%20fill%3D%22rgb(201%2C175%2C141)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M484.1%2C494.8L425.9%2C588.4L512.9%2C576.1Z%22%20fill%3D%22rgb(199%2C185%2C149)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M490.2%2C435.3L437.5%2C492.3L484.1%2C494.8Z%22%20fill%3D%22rgb(192%2C197%2C160)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M484.1%2C494.8L437.5%2C492.3L425.9%2C588.4Z%22%20fill%3D%22rgb(179%2C195%2C164)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M586.2%2C420.7L490.2%2C435.3L556.5%2C522.1Z%22%20fill%3D%22rgb(188%2C197%2C162)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425.9%2C588.4L432.3%2C643.8L512.9%2C576.1Z%22%20fill%3D%22rgb(190%2C199%2C162)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M634.9%2C494.8L586.2%2C420.7L556.5%2C522.1Z%22%20fill%3D%22rgb(206%2C191%2C150)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M639.2%2C735.6L672.1%2C658.9L596.9%2C632.9Z%22%20fill%3D%22rgb(214%2C162%2C126)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M596.9%2C632.9L672.1%2C658.9L654.8%2C586.6Z%22%20fill%3D%22rgb(219%2C156%2C120)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M743.9%2C501.4L649.6%2C421.8L634.9%2C494.8Z%22%20fill%3D%22rgb(222%2C164%2C124)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M433.1%2C731.1L522.4%2C720L496.3%2C659.5Z%22%20fill%3D%22rgb(202%2C176%2C142)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M496.3%2C659.5L522.4%2C720L596.9%2C632.9Z%22%20fill%3D%22rgb(206%2C185%2C146)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M743.9%2C501.4L634.9%2C494.8L654.8%2C586.6Z%22%20fill%3D%22rgb(213%2C175%2C136)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M634.9%2C494.8L649.6%2C421.8L586.2%2C420.7Z%22%20fill%3D%22rgb(209%2C168%2C133)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M522.4%2C720L577.9%2C729.7L596.9%2C632.9Z%22%20fill%3D%22rgb(226%2C146%2C110)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M431.3%2C348.4L413.9%2C444.4L490.2%2C435.3Z%22%20fill%3D%22rgb(212%2C207%2C158)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M490.2%2C435.3L413.9%2C444.4L437.5%2C492.3Z%22%20fill%3D%22rgb(193%2C200%2C161)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M437.5%2C492.3L370%2C567.8L425.9%2C588.4Z%22%20fill%3D%22rgb(210%2C193%2C149)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M348.6%2C518.3L370%2C567.8L437.5%2C492.3Z%22%20fill%3D%22rgb(199%2C182%2C147)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425.9%2C588.4L370%2C567.8L432.3%2C643.8Z%22%20fill%3D%22rgb(187%2C198%2C162)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M741.3%2C634.3L744.5%2C560.4L654.8%2C586.6Z%22%20fill%3D%22rgb(221%2C153%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M577.9%2C729.7L639.2%2C735.6L596.9%2C632.9Z%22%20fill%3D%22rgb(211%2C170%2C133)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M672.1%2C658.9L741.3%2C634.3L654.8%2C586.6Z%22%20fill%3D%22rgb(204%2C173%2C139)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M413.9%2C444.4L348.6%2C518.3L437.5%2C492.3Z%22%20fill%3D%22rgb(194%2C200%2C161)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M744.5%2C560.4L743.9%2C501.4L654.8%2C586.6Z%22%20fill%3D%22rgb(205%2C172%2C137)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M346.3%2C670.2L433.1%2C731.1L432.3%2C643.8Z%22%20fill%3D%22rgb(223%2C171%2C128)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M432.3%2C643.8L433.1%2C731.1L496.3%2C659.5Z%22%20fill%3D%22rgb(203%2C176%2C141)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M522.4%2C720L492.5%2C785.5L577.9%2C729.7Z%22%20fill%3D%22rgb(204%2C172%2C138)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M577.9%2C729.7L592.3%2C811.2L639.2%2C735.6Z%22%20fill%3D%22rgb(205%2C171%2C137)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M346.3%2C670.2L432.3%2C643.8L370%2C567.8Z%22%20fill%3D%22rgb(222%2C187%2C139)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M737.3%2C708.6L741.3%2C634.3L672.1%2C658.9Z%22%20fill%3D%22rgb(206%2C170%2C135)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M588.9%2C333.5L506.8%2C345.2L586.2%2C420.7Z%22%20fill%3D%22rgb(204%2C204%2C159)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M586.2%2C420.7L506.8%2C345.2L490.2%2C435.3Z%22%20fill%3D%22rgb(184%2C194%2C161)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M295.9%2C633.6L346.3%2C670.2L370%2C567.8Z%22%20fill%3D%22rgb(208%2C199%2C154)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M674.6%2C361.2L588.9%2C333.5L649.6%2C421.8Z%22%20fill%3D%22rgb(200%2C194%2C155)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M649.6%2C421.8L588.9%2C333.5L586.2%2C420.7Z%22%20fill%3D%22rgb(212%2C192%2C148)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M411.9%2C823.5L492.5%2C785.5L433.1%2C731.1Z%22%20fill%3D%22rgb(208%2C168%2C134)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M433.1%2C731.1L492.5%2C785.5L522.4%2C720Z%22%20fill%3D%22rgb(219%2C178%2C135)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M743.9%2C501.4L735.3%2C417.9L649.6%2C421.8Z%22%20fill%3D%22rgb(196%2C189%2C153)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M735.3%2C417.9L674.6%2C361.2L649.6%2C421.8Z%22%20fill%3D%22rgb(227%2C174%2C128)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M338.7%2C364.5L343%2C433.3L413.9%2C444.4Z%22%20fill%3D%22rgb(185%2C197%2C163)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M413.9%2C444.4L343%2C433.3L348.6%2C518.3Z%22%20fill%3D%22rgb(194%2C195%2C157)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M255.5%2C593.9L295.9%2C633.6L370%2C567.8Z%22%20fill%3D%22rgb(199%2C196%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M443.3%2C264.7L431.3%2C348.4L506.8%2C345.2Z%22%20fill%3D%22rgb(194%2C200%2C161)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M506.8%2C345.2L431.3%2C348.4L490.2%2C435.3Z%22%20fill%3D%22rgb(210%2C206%2C158)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M639.2%2C735.6L737.3%2C708.6L672.1%2C658.9Z%22%20fill%3D%22rgb(221%2C153%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M712.2%2C804.9L737.3%2C708.6L639.2%2C735.6Z%22%20fill%3D%22rgb(213%2C162%2C127)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M737.3%2C708.6L784.5%2C635.3L741.3%2C634.3Z%22%20fill%3D%22rgb(220%2C154%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M741.3%2C634.3L784.5%2C635.3L744.5%2C560.4Z%22%20fill%3D%22rgb(218%2C156%2C121)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M744.5%2C560.4L812.3%2C566.1L743.9%2C501.4Z%22%20fill%3D%22rgb(208%2C182%2C143)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M743.9%2C501.4L788.7%2C421.2L735.3%2C417.9Z%22%20fill%3D%22rgb(202%2C174%2C140)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M492.5%2C785.5L592.3%2C811.2L577.9%2C729.7Z%22%20fill%3D%22rgb(205%2C180%2C143)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M289.9%2C509.3L370%2C567.8L348.6%2C518.3Z%22%20fill%3D%22rgb(215%2C200%2C152)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M346.3%2C670.2L338.7%2C724.3L433.1%2C731.1Z%22%20fill%3D%22rgb(225%2C173%2C129)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M343%2C433.3L289.9%2C509.3L348.6%2C518.3Z%22%20fill%3D%22rgb(210%2C206%2C158)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M784.5%2C635.3L812.3%2C566.1L744.5%2C560.4Z%22%20fill%3D%22rgb(204%2C174%2C139)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M293%2C721.9L338.7%2C724.3L346.3%2C670.2Z%22%20fill%3D%22rgb(219%2C170%2C129)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M592.3%2C811.2L657.1%2C801.7L639.2%2C735.6Z%22%20fill%3D%22rgb(228%2C138%2C105)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M650.7%2C271.1L570.1%2C284.3L588.9%2C333.5Z%22%20fill%3D%22rgb(208%2C186%2C148)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M588.9%2C333.5L570.1%2C284.3L506.8%2C345.2Z%22%20fill%3D%22rgb(200%2C202%2C160)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M820.5%2C488L788.7%2C421.2L743.9%2C501.4Z%22%20fill%3D%22rgb(205%2C174%2C139)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M735.3%2C417.9L729.2%2C344L674.6%2C361.2Z%22%20fill%3D%22rgb(214%2C172%2C133)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M674.6%2C361.2L650.7%2C271.1L588.9%2C333.5Z%22%20fill%3D%22rgb(223%2C170%2C128)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M796.5%2C344.3L729.2%2C344L735.3%2C417.9Z%22%20fill%3D%22rgb(228%2C174%2C128)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M812.3%2C566.1L820.5%2C488L743.9%2C501.4Z%22%20fill%3D%22rgb(210%2C167%2C132)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M369.3%2C260L338.7%2C364.5L431.3%2C348.4Z%22%20fill%3D%22rgb(229%2C206%2C150)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M431.3%2C348.4L338.7%2C364.5L413.9%2C444.4Z%22%20fill%3D%22rgb(200%2C202%2C160)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M343%2C433.3L289.4%2C419.9L289.9%2C509.3Z%22%20fill%3D%22rgb(208%2C205%2C158)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M338.7%2C364.5L289.4%2C419.9L343%2C433.3Z%22%20fill%3D%22rgb(212%2C199%2C154)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M200.6%2C558.1L255.5%2C593.9L289.9%2C509.3Z%22%20fill%3D%22rgb(206%2C205%2C159)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M289.9%2C509.3L255.5%2C593.9L370%2C567.8Z%22%20fill%3D%22rgb(201%2C203%2C160)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M295.9%2C633.6L293%2C721.9L346.3%2C670.2Z%22%20fill%3D%22rgb(210%2C191%2C148)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M667.4%2C876.6L712.2%2C804.9L657.1%2C801.7Z%22%20fill%3D%22rgb(223%2C134%2C108)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M657.1%2C801.7L712.2%2C804.9L639.2%2C735.6Z%22%20fill%3D%22rgb(237%2C117%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M860.1%2C632.3L812.3%2C566.1L784.5%2C635.3Z%22%20fill%3D%22rgb(224%2C147%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M338.7%2C724.3L411.9%2C823.5L433.1%2C731.1Z%22%20fill%3D%22rgb(228%2C168%2C124)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M492.5%2C785.5L520.6%2C864.3L592.3%2C811.2Z%22%20fill%3D%22rgb(223%2C134%2C108)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M592.3%2C811.2L667.4%2C876.6L657.1%2C801.7Z%22%20fill%3D%22rgb(233%2C135%2C99)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M191.7%2C663.1L293%2C721.9L295.9%2C633.6Z%22%20fill%3D%22rgb(201%2C197%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M338.7%2C724.3L335.6%2C815L411.9%2C823.5Z%22%20fill%3D%22rgb(239%2C153%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M579.7%2C219.2L512.9%2C259.1L570.1%2C284.3Z%22%20fill%3D%22rgb(215%2C174%2C138)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M570.1%2C284.3L512.9%2C259.1L506.8%2C345.2Z%22%20fill%3D%22rgb(208%2C196%2C153)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M411.9%2C823.5L520.6%2C864.3L492.5%2C785.5Z%22%20fill%3D%22rgb(218%2C147%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M729.2%2C344L650.7%2C271.1L674.6%2C361.2Z%22%20fill%3D%22rgb(220%2C180%2C137)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512.9%2C259.1L443.3%2C264.7L506.8%2C345.2Z%22%20fill%3D%22rgb(204%2C204%2C159)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M860.1%2C632.3L864.2%2C571.5L812.3%2C566.1Z%22%20fill%3D%22rgb(231%2C136%2C101)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M812.3%2C566.1L882.4%2C519.7L820.5%2C488Z%22%20fill%3D%22rgb(221%2C137%2C111)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M876.1%2C333.1L796.5%2C344.3L788.7%2C421.2Z%22%20fill%3D%22rgb(228%2C152%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M860.1%2C632.3L784.5%2C635.3L825.7%2C732.3Z%22%20fill%3D%22rgb(238%2C106%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M825.7%2C732.3L784.5%2C635.3L737.3%2C708.6Z%22%20fill%3D%22rgb(215%2C160%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M802.1%2C788.9L825.7%2C732.3L737.3%2C708.6Z%22%20fill%3D%22rgb(224%2C149%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M788.7%2C421.2L796.5%2C344.3L735.3%2C417.9Z%22%20fill%3D%22rgb(227%2C164%2C122)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M729.2%2C344L735.9%2C270.6L650.7%2C271.1Z%22%20fill%3D%22rgb(239%2C147%2C108)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M874%2C445L788.7%2C421.2L820.5%2C488Z%22%20fill%3D%22rgb(216%2C173%2C133)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M520.6%2C864.3L597.4%2C884.8L592.3%2C811.2Z%22%20fill%3D%22rgb(222%2C158%2C120)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M712.2%2C804.9L802.1%2C788.9L737.3%2C708.6Z%22%20fill%3D%22rgb(221%2C153%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M293%2C721.9L335.6%2C815L338.7%2C724.3Z%22%20fill%3D%22rgb(209%2C186%2C145)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M411.9%2C823.5L414.2%2C889.2L520.6%2C864.3Z%22%20fill%3D%22rgb(223%2C149%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M520.6%2C864.3L583.2%2C950.8L597.4%2C884.8Z%22%20fill%3D%22rgb(219%2C158%2C121)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M943.5%2C568.4L882.4%2C519.7L864.2%2C571.5Z%22%20fill%3D%22rgb(221%2C153%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M864.2%2C571.5L882.4%2C519.7L812.3%2C566.1Z%22%20fill%3D%22rgb(218%2C156%2C121)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M597.4%2C884.8L667.4%2C876.6L592.3%2C811.2Z%22%20fill%3D%22rgb(229%2C128%2C100)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M283.9%2C287.6L286.9%2C341.6L338.7%2C364.5Z%22%20fill%3D%22rgb(205%2C204%2C159)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M338.7%2C364.5L286.9%2C341.6L289.4%2C419.9Z%22%20fill%3D%22rgb(212%2C187%2C147)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M289.4%2C419.9L210%2C492.8L289.9%2C509.3Z%22%20fill%3D%22rgb(205%2C204%2C159)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M650.7%2C271.1L579.7%2C219.2L570.1%2C284.3Z%22%20fill%3D%22rgb(214%2C177%2C140)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512.9%2C259.1L520.2%2C216.7L443.3%2C264.7Z%22%20fill%3D%22rgb(218%2C209%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M670.9%2C219.8L579.7%2C219.2L650.7%2C271.1Z%22%20fill%3D%22rgb(214%2C166%2C134)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M723.5%2C880.5L802.1%2C788.9L712.2%2C804.9Z%22%20fill%3D%22rgb(231%2C123%2C96)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M579.7%2C219.2L520.2%2C216.7L512.9%2C259.1Z%22%20fill%3D%22rgb(223%2C180%2C136)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M443.3%2C264.7L369.3%2C260L431.3%2C348.4Z%22%20fill%3D%22rgb(227%2C199%2C147)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M202.4%2C447.5L210%2C492.8L289.4%2C419.9Z%22%20fill%3D%22rgb(214%2C208%2C157)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M255.5%2C593.9L191.7%2C663.1L295.9%2C633.6Z%22%20fill%3D%22rgb(222%2C178%2C135)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M796.5%2C344.3L735.9%2C270.6L729.2%2C344Z%22%20fill%3D%22rgb(221%2C187%2C140)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M882.4%2C519.7L874%2C445L820.5%2C488Z%22%20fill%3D%22rgb(231%2C159%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M210%2C492.8L200.6%2C558.1L289.9%2C509.3Z%22%20fill%3D%22rgb(216%2C191%2C148)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M293%2C721.9L256.5%2C813.5L335.6%2C815Z%22%20fill%3D%22rgb(237%2C158%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M421.7%2C196.5L369.3%2C260L443.3%2C264.7Z%22%20fill%3D%22rgb(214%2C208%2C157)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M345.9%2C893.9L414.2%2C889.2L411.9%2C823.5Z%22%20fill%3D%22rgb(227%2C150%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M735.9%2C270.6L670.9%2C219.8L650.7%2C271.1Z%22%20fill%3D%22rgb(236%2C169%2C121)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425%2C131.1L421.7%2C196.5L520.2%2C216.7Z%22%20fill%3D%22rgb(205%2C204%2C159)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M202.9%2C333.2L202.4%2C447.5L289.4%2C419.9Z%22%20fill%3D%22rgb(222%2C206%2C153)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M102.8%2C493.9L141.6%2C597.3L200.6%2C558.1Z%22%20fill%3D%22rgb(220%2C152%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M865.4%2C799.4L865.5%2C735.9L825.7%2C732.3Z%22%20fill%3D%22rgb(236%2C119%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M825.7%2C732.3L865.5%2C735.9L860.1%2C632.3Z%22%20fill%3D%22rgb(229%2C131%2C101)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M860.1%2C632.3L943.5%2C568.4L864.2%2C571.5Z%22%20fill%3D%22rgb(224%2C141%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M667.4%2C876.6L723.5%2C880.5L712.2%2C804.9Z%22%20fill%3D%22rgb(241%2C102%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M802.1%2C788.9L865.4%2C799.4L825.7%2C732.3Z%22%20fill%3D%22rgb(237%2C118%2C89)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M729.3%2C936L723.5%2C880.5L667.4%2C876.6Z%22%20fill%3D%22rgb(238%2C125%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M141.6%2C597.3L191.7%2C663.1L200.6%2C558.1Z%22%20fill%3D%22rgb(213%2C155%2C129)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M200.6%2C558.1L191.7%2C663.1L255.5%2C593.9Z%22%20fill%3D%22rgb(215%2C168%2C135)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M369.3%2C260L283.9%2C287.6L338.7%2C364.5Z%22%20fill%3D%22rgb(216%2C196%2C150)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M286.9%2C341.6L202.9%2C333.2L289.4%2C419.9Z%22%20fill%3D%22rgb(223%2C208%2C154)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M414.2%2C889.2L490.8%2C936.5L520.6%2C864.3Z%22%20fill%3D%22rgb(216%2C146%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M597.4%2C884.8L661.9%2C956.2L667.4%2C876.6Z%22%20fill%3D%22rgb(216%2C137%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M559.8%2C129.9L520.2%2C216.7L579.7%2C219.2Z%22%20fill%3D%22rgb(221%2C167%2C130)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M520.2%2C216.7L421.7%2C196.5L443.3%2C264.7Z%22%20fill%3D%22rgb(212%2C201%2C154)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M369.3%2C260L286.6%2C201.8L283.9%2C287.6Z%22%20fill%3D%22rgb(220%2C210%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M186.1%2C727L256.5%2C813.5L293%2C721.9Z%22%20fill%3D%22rgb(228%2C150%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M335.6%2C815L345.9%2C893.9L411.9%2C823.5Z%22%20fill%3D%22rgb(229%2C167%2C123)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M414.2%2C889.2L443.3%2C944.9L490.8%2C936.5Z%22%20fill%3D%22rgb(217%2C150%2C120)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M262.1%2C896.2L345.9%2C893.9L335.6%2C815Z%22%20fill%3D%22rgb(239%2C157%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M490.8%2C936.5L583.2%2C950.8L520.6%2C864.3Z%22%20fill%3D%22rgb(227%2C156%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M960.5%2C653L943.5%2C568.4L860.1%2C632.3Z%22%20fill%3D%22rgb(229%2C140%2C105)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M882.4%2C519.7L946.1%2C447L874%2C445Z%22%20fill%3D%22rgb(219%2C153%2C120)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M796.5%2C344.3L803.4%2C254.7L735.9%2C270.6Z%22%20fill%3D%22rgb(229%2C168%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M735.9%2C270.6L741.1%2C186.4L670.9%2C219.8Z%22%20fill%3D%22rgb(231%2C178%2C129)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M873.5%2C276.7L803.4%2C254.7L796.5%2C344.3Z%22%20fill%3D%22rgb(239%2C164%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M876.1%2C333.1L788.7%2C421.2L874%2C445Z%22%20fill%3D%22rgb(218%2C170%2C130)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M133.1%2C672.2L186.1%2C727L191.7%2C663.1Z%22%20fill%3D%22rgb(222%2C147%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M191.7%2C663.1L186.1%2C727L293%2C721.9Z%22%20fill%3D%22rgb(230%2C142%2C110)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M822.6%2C883.5L865.4%2C799.4L802.1%2C788.9Z%22%20fill%3D%22rgb(233%2C117%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M865.5%2C735.9L960.5%2C653L860.1%2C632.3Z%22%20fill%3D%22rgb(232%2C114%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M952.5%2C361L876.1%2C333.1L874%2C445Z%22%20fill%3D%22rgb(233%2C157%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M349.4%2C976.8L443.3%2C944.9L414.2%2C889.2Z%22%20fill%3D%22rgb(229%2C152%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M567.2%2C1048.8L648%2C1031.4L583.2%2C950.8Z%22%20fill%3D%22rgb(225%2C110%2C97)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M102.8%2C493.9L200.6%2C558.1L210%2C492.8Z%22%20fill%3D%22rgb(215%2C155%2C128)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M219%2C280.9L202.9%2C333.2L286.9%2C341.6Z%22%20fill%3D%22rgb(227%2C200%2C148)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M202.4%2C447.5L131.7%2C444.9L210%2C492.8Z%22%20fill%3D%22rgb(227%2C171%2C133)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M219%2C280.9L286.9%2C341.6L283.9%2C287.6Z%22%20fill%3D%22rgb(216%2C209%2C157)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M648%2C1031.4L661.9%2C956.2L583.2%2C950.8Z%22%20fill%3D%22rgb(221%2C119%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M583.2%2C950.8L661.9%2C956.2L597.4%2C884.8Z%22%20fill%3D%22rgb(220%2C153%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M723.5%2C880.5L822.6%2C883.5L802.1%2C788.9Z%22%20fill%3D%22rgb(227%2C124%2C100)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M962.8%2C518.5L946.1%2C447L882.4%2C519.7Z%22%20fill%3D%22rgb(223%2C149%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M943.5%2C568.4L962.8%2C518.5L882.4%2C519.7Z%22%20fill%3D%22rgb(228%2C136%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1027.9%2C509.8L962.8%2C518.5L1035.6%2C588Z%22%20fill%3D%22rgb(222%2C151%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M661.9%2C956.2L729.3%2C936L667.4%2C876.6Z%22%20fill%3D%22rgb(227%2C145%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M816.5%2C215.6L741.1%2C186.4L803.4%2C254.7Z%22%20fill%3D%22rgb(234%2C173%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M803.4%2C254.7L741.1%2C186.4L735.9%2C270.6Z%22%20fill%3D%22rgb(239%2C141%2C105)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M649.5%2C112L559.8%2C129.9L579.7%2C219.2Z%22%20fill%3D%22rgb(207%2C202%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425%2C131.1L344.4%2C189.6L421.7%2C196.5Z%22%20fill%3D%22rgb(216%2C193%2C149)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M421.7%2C196.5L344.4%2C189.6L369.3%2C260Z%22%20fill%3D%22rgb(210%2C206%2C158)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M941%2C745.3L960.5%2C653L865.5%2C735.9Z%22%20fill%3D%22rgb(234%2C103%2C86)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M729.3%2C936L822.6%2C883.5L723.5%2C880.5Z%22%20fill%3D%22rgb(240%2C100%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M865.4%2C799.4L941%2C745.3L865.5%2C735.9Z%22%20fill%3D%22rgb(235%2C122%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M141.6%2C597.3L133.1%2C672.2L191.7%2C663.1Z%22%20fill%3D%22rgb(219%2C164%2C129)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M179.2%2C867.1L262.1%2C896.2L256.5%2C813.5Z%22%20fill%3D%22rgb(238%2C152%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M649.5%2C112L579.7%2C219.2L670.9%2C219.8Z%22%20fill%3D%22rgb(213%2C167%2C135)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M286.6%2C201.8L219%2C280.9L283.9%2C287.6Z%22%20fill%3D%22rgb(229%2C185%2C139)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M135.5%2C352.2L202.4%2C447.5L202.9%2C333.2Z%22%20fill%3D%22rgb(212%2C201%2C154)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M135.5%2C352.2L131.7%2C444.9L202.4%2C447.5Z%22%20fill%3D%22rgb(223%2C189%2C144)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M141.6%2C597.3L41.6%2C655.4L133.1%2C672.2Z%22%20fill%3D%22rgb(228%2C146%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M876.1%2C333.1L873.5%2C276.7L796.5%2C344.3Z%22%20fill%3D%22rgb(235%2C154%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M935.9%2C281.6L873.5%2C276.7L876.1%2C333.1Z%22%20fill%3D%22rgb(239%2C138%2C103)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M944.2%2C787.6L941%2C745.3L865.4%2C799.4Z%22%20fill%3D%22rgb(235%2C101%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M873.5%2C276.7L816.5%2C215.6L803.4%2C254.7Z%22%20fill%3D%22rgb(239%2C167%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M256.5%2C813.5L262.1%2C896.2L335.6%2C815Z%22%20fill%3D%22rgb(234%2C174%2C126)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M345.9%2C893.9L349.4%2C976.8L414.2%2C889.2Z%22%20fill%3D%22rgb(218%2C141%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M183.2%2C810.5L256.5%2C813.5L186.1%2C727Z%22%20fill%3D%22rgb(240%2C160%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M135.3%2C791L183.2%2C810.5L186.1%2C727Z%22%20fill%3D%22rgb(239%2C130%2C98)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M344.4%2C189.6L286.6%2C201.8L369.3%2C260Z%22%20fill%3D%22rgb(221%2C210%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M275.9%2C132.2L286.6%2C201.8L344.4%2C189.6Z%22%20fill%3D%22rgb(233%2C189%2C140)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M504.1%2C104.8L425%2C131.1L520.2%2C216.7Z%22%20fill%3D%22rgb(214%2C181%2C142)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M133.1%2C672.2L127%2C707.9L186.1%2C727Z%22%20fill%3D%22rgb(241%2C157%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M41.6%2C655.4L127%2C707.9L133.1%2C672.2Z%22%20fill%3D%22rgb(213%2C170%2C137)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M60.9%2C448L102.8%2C493.9L131.7%2C444.9Z%22%20fill%3D%22rgb(227%2C164%2C128)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M131.7%2C444.9L102.8%2C493.9L210%2C492.8Z%22%20fill%3D%22rgb(214%2C170%2C136)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1049.2%2C444L952.5%2C361L946.1%2C447Z%22%20fill%3D%22rgb(219%2C144%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M946.1%2C447L952.5%2C361L874%2C445Z%22%20fill%3D%22rgb(223%2C150%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M788%2C125.4L741.1%2C186.4L816.5%2C215.6Z%22%20fill%3D%22rgb(237%2C156%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M557.4%2C56.3L504.1%2C104.8L559.8%2C129.9Z%22%20fill%3D%22rgb(211%2C142%2C123)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M559.8%2C129.9L504.1%2C104.8L520.2%2C216.7Z%22%20fill%3D%22rgb(215%2C159%2C131)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M896.2%2C863.3L944.2%2C787.6L865.4%2C799.4Z%22%20fill%3D%22rgb(237%2C116%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1014.5%2C723.8L1018.5%2C637.3L960.5%2C653Z%22%20fill%3D%22rgb(222%2C115%2C101)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M739.5%2C125.5L649.5%2C112L741.1%2C186.4Z%22%20fill%3D%22rgb(229%2C113%2C96)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M741.1%2C186.4L649.5%2C112L670.9%2C219.8Z%22%20fill%3D%22rgb(219%2C187%2C142)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M131.4%2C274.1L202.9%2C333.2L219%2C280.9Z%22%20fill%3D%22rgb(234%2C160%2C124)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M131.4%2C274.1L135.5%2C352.2L202.9%2C333.2Z%22%20fill%3D%22rgb(222%2C180%2C139)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M268.2%2C955.7L349.4%2C976.8L345.9%2C893.9Z%22%20fill%3D%22rgb(236%2C149%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M567.2%2C1048.8L583.2%2C950.8L517.9%2C1052.9Z%22%20fill%3D%22rgb(213%2C134%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M942.8%2C897.8L896.2%2C863.3L875.4%2C966.8Z%22%20fill%3D%22rgb(236%2C88%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M822.6%2C883.5L896.2%2C863.3L865.4%2C799.4Z%22%20fill%3D%22rgb(233%2C112%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M36.6%2C715.2L135.3%2C791L127%2C707.9Z%22%20fill%3D%22rgb(235%2C94%2C83)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M127%2C707.9L135.3%2C791L186.1%2C727Z%22%20fill%3D%22rgb(225%2C124%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M183.2%2C810.5L179.2%2C867.1L256.5%2C813.5Z%22%20fill%3D%22rgb(238%2C124%2C97)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M262.1%2C896.2L268.2%2C955.7L345.9%2C893.9Z%22%20fill%3D%22rgb(238%2C147%2C111)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M788%2C125.4L739.5%2C125.5L741.1%2C186.4Z%22%20fill%3D%22rgb(240%2C161%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M865.7%2C203.7L816.5%2C215.6L873.5%2C276.7Z%22%20fill%3D%22rgb(237%2C126%2C100)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M935.9%2C281.6L865.7%2C203.7L873.5%2C276.7Z%22%20fill%3D%22rgb(237%2C155%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1014.5%2C723.8L960.5%2C653L941%2C745.3Z%22%20fill%3D%22rgb(223%2C118%2C102)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M960.5%2C653L1018.5%2C637.3L943.5%2C568.4Z%22%20fill%3D%22rgb(230%2C107%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M962.8%2C518.5L1027.9%2C509.8L946.1%2C447Z%22%20fill%3D%22rgb(219%2C130%2C110)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1016.8%2C339.8L935.9%2C281.6L952.5%2C361Z%22%20fill%3D%22rgb(236%2C149%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M952.5%2C361L935.9%2C281.6L876.1%2C333.1Z%22%20fill%3D%22rgb(239%2C162%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M142.4%2C875.2L179.2%2C867.1L183.2%2C810.5Z%22%20fill%3D%22rgb(238%2C111%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M661.9%2C956.2L714%2C1013.6L729.3%2C936Z%22%20fill%3D%22rgb(230%2C113%2C93)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M729.3%2C936L798%2C975.9L822.6%2C883.5Z%22%20fill%3D%22rgb(237%2C91%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M583.2%2C950.8L490.8%2C936.5L517.9%2C1052.9Z%22%20fill%3D%22rgb(218%2C136%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1035.6%2C588L962.8%2C518.5L943.5%2C568.4Z%22%20fill%3D%22rgb(224%2C141%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M648%2C1031.4L714%2C1013.6L661.9%2C956.2Z%22%20fill%3D%22rgb(236%2C107%2C86)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M198.5%2C965.5L268.2%2C955.7L262.1%2C896.2Z%22%20fill%3D%22rgb(229%2C148%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M714%2C1013.6L798%2C975.9L729.3%2C936Z%22%20fill%3D%22rgb(236%2C88%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1018.5%2C637.3L1035.6%2C588L943.5%2C568.4Z%22%20fill%3D%22rgb(215%2C135%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M517.9%2C1052.9L443.3%2C944.9L411.5%2C1037.3Z%22%20fill%3D%22rgb(224%2C138%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M517.9%2C1052.9L490.8%2C936.5L443.3%2C944.9Z%22%20fill%3D%22rgb(229%2C151%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M215%2C127L197.9%2C215.2L286.6%2C201.8Z%22%20fill%3D%22rgb(234%2C157%2C122)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M286.6%2C201.8L197.9%2C215.2L219%2C280.9Z%22%20fill%3D%22rgb(218%2C209%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M407.5%2C68L341.7%2C112.7L425%2C131.1Z%22%20fill%3D%22rgb(218%2C140%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425%2C131.1L341.7%2C112.7L344.4%2C189.6Z%22%20fill%3D%22rgb(216%2C171%2C137)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M411.5%2C1037.3L443.3%2C944.9L349.4%2C976.8Z%22%20fill%3D%22rgb(222%2C148%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M292.1%2C1040.9L349.9%2C1013.1L349.4%2C976.8Z%22%20fill%3D%22rgb(229%2C140%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1022.4%2C824.1L1014.5%2C723.8L944.2%2C787.6Z%22%20fill%3D%22rgb(239%2C96%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M944.2%2C787.6L1014.5%2C723.8L941%2C745.3Z%22%20fill%3D%22rgb(239%2C109%2C83)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1018.5%2C637.3L1094.8%2C584.4L1035.6%2C588Z%22%20fill%3D%22rgb(222%2C133%2C108)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M870.8%2C138.3L788%2C125.4L816.5%2C215.6Z%22%20fill%3D%22rgb(237%2C125%2C98)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M671.1%2C43.3L557.4%2C56.3L649.5%2C112Z%22%20fill%3D%22rgb(225%2C120%2C102)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M349.9%2C1013.1L411.5%2C1037.3L349.4%2C976.8Z%22%20fill%3D%22rgb(231%2C149%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M135.5%2C352.2L60.9%2C448L131.7%2C444.9Z%22%20fill%3D%22rgb(219%2C186%2C144)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M102.8%2C493.9L34.3%2C574.4L141.6%2C597.3Z%22%20fill%3D%22rgb(222%2C172%2C132)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M31.6%2C354.7L60.9%2C448L135.5%2C352.2Z%22%20fill%3D%22rgb(234%2C161%2C124)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M649.5%2C112L557.4%2C56.3L559.8%2C129.9Z%22%20fill%3D%22rgb(227%2C140%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M504.1%2C104.8L407.5%2C68L425%2C131.1Z%22%20fill%3D%22rgb(214%2C130%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M671.1%2C43.3L649.5%2C112L739.5%2C125.5Z%22%20fill%3D%22rgb(230%2C128%2C103)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M197.9%2C215.2L131.4%2C274.1L219%2C280.9Z%22%20fill%3D%22rgb(222%2C211%2C156)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M341.7%2C112.7L275.9%2C132.2L344.4%2C189.6Z%22%20fill%3D%22rgb(234%2C181%2C135)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M197.9%2C215.2L112.1%2C197.4L131.4%2C274.1Z%22%20fill%3D%22rgb(234%2C152%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M496.5%2C38.6L407.5%2C68L504.1%2C104.8Z%22%20fill%3D%22rgb(220%2C177%2C139)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M293%2C64.7L215%2C127L275.9%2C132.2Z%22%20fill%3D%22rgb(234%2C177%2C132)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M31.3%2C489.9L34.3%2C574.4L102.8%2C493.9Z%22%20fill%3D%22rgb(213%2C146%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M44.5%2C804.2L142.4%2C875.2L135.3%2C791Z%22%20fill%3D%22rgb(239%2C132%2C100)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M135.3%2C791L142.4%2C875.2L183.2%2C810.5Z%22%20fill%3D%22rgb(237%2C131%2C100)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M179.2%2C867.1L198.5%2C965.5L262.1%2C896.2Z%22%20fill%3D%22rgb(237%2C140%2C108)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M268.2%2C955.7L292.1%2C1040.9L349.4%2C976.8Z%22%20fill%3D%22rgb(236%2C156%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M34.3%2C574.4L41.6%2C655.4L141.6%2C597.3Z%22%20fill%3D%22rgb(229%2C157%2C120)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1111.4%2C489.4L1049.2%2C444L1027.9%2C509.8Z%22%20fill%3D%22rgb(220%2C142%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1027.9%2C509.8L1049.2%2C444L946.1%2C447Z%22%20fill%3D%22rgb(225%2C141%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1049.2%2C444L1016.8%2C339.8L952.5%2C361Z%22%20fill%3D%22rgb(216%2C137%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M942.3%2C190.8L870.8%2C138.3L865.7%2C203.7Z%22%20fill%3D%22rgb(237%2C148%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M865.7%2C203.7L870.8%2C138.3L816.5%2C215.6Z%22%20fill%3D%22rgb(234%2C102%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M875.4%2C966.8L896.2%2C863.3L822.6%2C883.5Z%22%20fill%3D%22rgb(242%2C106%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M896.2%2C863.3L942.8%2C897.8L944.2%2C787.6Z%22%20fill%3D%22rgb(240%2C99%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-14.6%2C417.8L31.3%2C489.9L60.9%2C448Z%22%20fill%3D%22rgb(212%2C134%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M60.9%2C448L31.3%2C489.9L102.8%2C493.9Z%22%20fill%3D%22rgb(212%2C153%2C129)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M858.9%2C1041.9L875.4%2C966.8L798%2C975.9Z%22%20fill%3D%22rgb(240%2C99%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M798%2C975.9L875.4%2C966.8L822.6%2C883.5Z%22%20fill%3D%22rgb(235%2C84%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M557.4%2C56.3L496.5%2C38.6L504.1%2C104.8Z%22%20fill%3D%22rgb(216%2C126%2C111)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M714%2C1013.6L793.7%2C1023.4L798%2C975.9Z%22%20fill%3D%22rgb(232%2C100%2C87)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M712.2%2C1105L793.7%2C1023.4L714%2C1013.6Z%22%20fill%3D%22rgb(235%2C93%2C81)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M712.2%2C1105L714%2C1013.6L648%2C1031.4Z%22%20fill%3D%22rgb(217%2C124%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M749.5%2C60.5L671.1%2C43.3L739.5%2C125.5Z%22%20fill%3D%22rgb(230%2C152%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M557.4%2C56.3L570.7%2C-14.1L496.5%2C38.6Z%22%20fill%3D%22rgb(224%2C123%2C105)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M942.3%2C190.8L865.7%2C203.7L935.9%2C281.6Z%22%20fill%3D%22rgb(233%2C101%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M788%2C125.4L749.5%2C60.5L739.5%2C125.5Z%22%20fill%3D%22rgb(238%2C123%2C96)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M41.6%2C655.4L36.6%2C715.2L127%2C707.9Z%22%20fill%3D%22rgb(236%2C95%2C83)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-23.8%2C664L36.6%2C715.2L41.6%2C655.4Z%22%20fill%3D%22rgb(228%2C126%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-23.8%2C664L41.6%2C655.4L34.3%2C574.4Z%22%20fill%3D%22rgb(227%2C139%2C111)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M132.5%2C942.6L179.2%2C867.1L142.4%2C875.2Z%22%20fill%3D%22rgb(233%2C84%2C82)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M132.5%2C942.6L198.5%2C965.5L179.2%2C867.1Z%22%20fill%3D%22rgb(235%2C122%2C100)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425.7%2C1095.5L517.9%2C1052.9L411.5%2C1037.3Z%22%20fill%3D%22rgb(223%2C144%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M517.9%2C1052.9L565.8%2C1099.7L567.2%2C1048.8Z%22%20fill%3D%22rgb(220%2C136%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M567.2%2C1048.8L565.8%2C1099.7L648%2C1031.4Z%22%20fill%3D%22rgb(220%2C119%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425.7%2C1095.5L506.9%2C1094.5L517.9%2C1052.9Z%22%20fill%3D%22rgb(227%2C146%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425.7%2C1095.5L411.5%2C1037.3L368%2C1085.6Z%22%20fill%3D%22rgb(217%2C135%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M798.3%2C69.7L749.5%2C60.5L788%2C125.4Z%22%20fill%3D%22rgb(226%2C165%2C126)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1040.6%2C196.4L942.3%2C190.8L935.9%2C281.6Z%22%20fill%3D%22rgb(231%2C141%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M506.9%2C1094.5L565.8%2C1099.7L517.9%2C1052.9Z%22%20fill%3D%22rgb(216%2C137%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M942.8%2C897.8L1022.4%2C824.1L944.2%2C787.6Z%22%20fill%3D%22rgb(232%2C73%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1125.8%2C666.4L1094.8%2C584.4L1018.5%2C637.3Z%22%20fill%3D%22rgb(229%2C111%2C93)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1035.6%2C588L1094.8%2C584.4L1027.9%2C509.8Z%22%20fill%3D%22rgb(219%2C122%2C107)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1032.7%2C885.3L1022.4%2C824.1L942.8%2C897.8Z%22%20fill%3D%22rgb(241%2C108%2C82)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M196%2C1042.5L292.1%2C1040.9L268.2%2C955.7Z%22%20fill%3D%22rgb(234%2C119%2C100)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M293%2C64.7L275.9%2C132.2L341.7%2C112.7Z%22%20fill%3D%22rgb(234%2C175%2C132)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M275.9%2C132.2L215%2C127L286.6%2C201.8Z%22%20fill%3D%22rgb(230%2C175%2C133)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M355%2C38.2L341.7%2C112.7L407.5%2C68Z%22%20fill%3D%22rgb(221%2C137%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1125.8%2C666.4L1018.5%2C637.3L1014.5%2C723.8Z%22%20fill%3D%22rgb(226%2C108%2C95)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1049.2%2C444L1093.1%2C412.4L1016.8%2C339.8Z%22%20fill%3D%22rgb(218%2C143%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M368%2C1085.6L411.5%2C1037.3L349.9%2C1013.1Z%22%20fill%3D%22rgb(223%2C138%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M666.3%2C1180.5L648.8%2C1127.8L576.7%2C1195.1Z%22%20fill%3D%22rgb(212%2C133%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M883.2%2C32.6L798.3%2C69.7L870.8%2C138.3Z%22%20fill%3D%22rgb(237%2C113%2C91)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M870.8%2C138.3L798.3%2C69.7L788%2C125.4Z%22%20fill%3D%22rgb(234%2C138%2C106)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M647%2C-7.9L557.4%2C56.3L671.1%2C43.3Z%22%20fill%3D%22rgb(213%2C143%2C122)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M30.9%2C264.7L31.6%2C354.7L131.4%2C274.1Z%22%20fill%3D%22rgb(231%2C152%2C121)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M131.4%2C274.1L31.6%2C354.7L135.5%2C352.2Z%22%20fill%3D%22rgb(222%2C155%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M405.6%2C-9.8L355%2C38.2L407.5%2C68Z%22%20fill%3D%22rgb(222%2C146%2C121)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M292.1%2C1040.9L368%2C1085.6L349.9%2C1013.1Z%22%20fill%3D%22rgb(233%2C147%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M355%2C38.2L293%2C64.7L341.7%2C112.7Z%22%20fill%3D%22rgb(234%2C133%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M36.6%2C715.2L44.5%2C804.2L135.3%2C791Z%22%20fill%3D%22rgb(234%2C151%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M196%2C1042.5L295.5%2C1098.9L292.1%2C1040.9Z%22%20fill%3D%22rgb(234%2C138%2C110)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M31.1%2C878.3L132.5%2C942.6L142.4%2C875.2Z%22%20fill%3D%22rgb(238%2C153%2C111)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1111.4%2C489.4L1093.1%2C412.4L1049.2%2C444Z%22%20fill%3D%22rgb(223%2C138%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1016.8%2C339.8L1046.8%2C282.4L935.9%2C281.6Z%22%20fill%3D%22rgb(229%2C151%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M108.3%2C117.8L112.1%2C197.4L215%2C127Z%22%20fill%3D%22rgb(233%2C121%2C103)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M215%2C127L112.1%2C197.4L197.9%2C215.2Z%22%20fill%3D%22rgb(233%2C162%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1094.8%2C584.4L1111.4%2C489.4L1027.9%2C509.8Z%22%20fill%3D%22rgb(214%2C130%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M648.8%2C1127.8L648%2C1031.4L565.8%2C1099.7Z%22%20fill%3D%22rgb(225%2C110%2C97)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M648.8%2C1127.8L712.2%2C1105L648%2C1031.4Z%22%20fill%3D%22rgb(224%2C116%2C100)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M793.7%2C1023.4L858.9%2C1041.9L798%2C975.9Z%22%20fill%3D%22rgb(235%2C84%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1103%2C354.3L1046.8%2C282.4L1016.8%2C339.8Z%22%20fill%3D%22rgb(223%2C146%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-14.6%2C417.8L-25%2C518.7L31.3%2C489.9Z%22%20fill%3D%22rgb(212%2C134%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M31.3%2C489.9L-25%2C518.7L34.3%2C574.4Z%22%20fill%3D%22rgb(216%2C132%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M36.6%2C715.2L-42.2%2C729.3L44.5%2C804.2Z%22%20fill%3D%22rgb(237%2C114%2C91)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M647%2C-7.9L570.7%2C-14.1L557.4%2C56.3Z%22%20fill%3D%22rgb(216%2C127%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M496.5%2C38.6L405.6%2C-9.8L407.5%2C68Z%22%20fill%3D%22rgb(229%2C161%2C126)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M647%2C-7.9L671.1%2C43.3L723%2C-33.3Z%22%20fill%3D%22rgb(233%2C92%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M796.3%2C1105.6L858.9%2C1041.9L793.7%2C1023.4Z%22%20fill%3D%22rgb(232%2C71%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M875.4%2C966.8L955.9%2C976L942.8%2C897.8Z%22%20fill%3D%22rgb(235%2C84%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M723%2C-33.3L671.1%2C43.3L749.5%2C60.5Z%22%20fill%3D%22rgb(229%2C101%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M481.2%2C1174.3L565.8%2C1099.7L506.9%2C1094.5Z%22%20fill%3D%22rgb(214%2C143%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M31.6%2C354.7L-14.6%2C417.8L60.9%2C448Z%22%20fill%3D%22rgb(212%2C165%2C135)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-29.3%2C348L-14.6%2C417.8L31.6%2C354.7Z%22%20fill%3D%22rgb(234%2C140%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-40.6%2C571.7L-23.8%2C664L34.3%2C574.4Z%22%20fill%3D%22rgb(229%2C115%2C98)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M960.3%2C1026.1L955.9%2C976L875.4%2C966.8Z%22%20fill%3D%22rgb(234%2C79%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1031.9%2C951.3L1032.7%2C885.3L942.8%2C897.8Z%22%20fill%3D%22rgb(236%2C87%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1112.9%2C744.8L1125.8%2C666.4L1014.5%2C723.8Z%22%20fill%3D%22rgb(230%2C99%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M564.5%2C-83.9L498.7%2C-23.5L570.7%2C-14.1Z%22%20fill%3D%22rgb(214%2C141%2C121)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M570.7%2C-14.1L498.7%2C-23.5L496.5%2C38.6Z%22%20fill%3D%22rgb(213%2C137%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M292.2%2C-45.7L200.2%2C59.1L293%2C64.7Z%22%20fill%3D%22rgb(234%2C147%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M498.7%2C-23.5L405.6%2C-9.8L496.5%2C38.6Z%22%20fill%3D%22rgb(227%2C140%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-25%2C518.7L-40.6%2C571.7L34.3%2C574.4Z%22%20fill%3D%22rgb(223%2C124%2C106)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.2%2C566.8L-40.6%2C571.7L-25%2C518.7Z%22%20fill%3D%22rgb(221%2C119%2C105)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1112.9%2C744.8L1014.5%2C723.8L1022.4%2C824.1Z%22%20fill%3D%22rgb(235%2C106%2C86)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1094.8%2C584.4L1173.4%2C510.4L1111.4%2C489.4Z%22%20fill%3D%22rgb(220%2C119%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1093.1%2C412.4L1103%2C354.3L1016.8%2C339.8Z%22%20fill%3D%22rgb(228%2C139%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1186.7%2C410.1L1103%2C354.3L1093.1%2C412.4Z%22%20fill%3D%22rgb(232%2C141%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1186.7%2C410.1L1093.1%2C412.4L1111.4%2C489.4Z%22%20fill%3D%22rgb(221%2C137%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M112.1%2C197.4L30.9%2C264.7L131.4%2C274.1Z%22%20fill%3D%22rgb(234%2C151%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1115.2%2C808L1112.9%2C744.8L1022.4%2C824.1Z%22%20fill%3D%22rgb(231%2C97%2C86)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M360.7%2C1165.8L434.8%2C1166.6L425.7%2C1095.5Z%22%20fill%3D%22rgb(222%2C137%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M425.7%2C1095.5L481.2%2C1174.3L506.9%2C1094.5Z%22%20fill%3D%22rgb(225%2C138%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M292.1%2C1040.9L295.5%2C1098.9L368%2C1085.6Z%22%20fill%3D%22rgb(223%2C137%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M196%2C1042.5L268.2%2C955.7L198.5%2C965.5Z%22%20fill%3D%22rgb(238%2C155%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M121.7%2C1022.8L196%2C1042.5L198.5%2C965.5Z%22%20fill%3D%22rgb(236%2C151%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M738.5%2C1197.2L796.3%2C1105.6L712.2%2C1105Z%22%20fill%3D%22rgb(224%2C112%2C98)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M712.2%2C1105L796.3%2C1105.6L793.7%2C1023.4Z%22%20fill%3D%22rgb(233%2C90%2C82)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1016.8%2C1048.2L1031.9%2C951.3L955.9%2C976Z%22%20fill%3D%22rgb(234%2C79%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M942.3%2C190.8L953.5%2C110.2L870.8%2C138.3Z%22%20fill%3D%22rgb(237%2C116%2C93)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M799.6%2C-37.2L723%2C-33.3L749.5%2C60.5Z%22%20fill%3D%22rgb(231%2C96%2C86)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1040.6%2C196.4L953.5%2C110.2L942.3%2C190.8Z%22%20fill%3D%22rgb(237%2C129%2C101)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1040.6%2C196.4L935.9%2C281.6L1046.8%2C282.4Z%22%20fill%3D%22rgb(228%2C145%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-10.5%2C819.9L31.1%2C878.3L44.5%2C804.2Z%22%20fill%3D%22rgb(231%2C98%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M44.5%2C804.2L31.1%2C878.3L142.4%2C875.2Z%22%20fill%3D%22rgb(237%2C128%2C99)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M132.5%2C942.6L121.7%2C1022.8L198.5%2C965.5Z%22%20fill%3D%22rgb(233%2C120%2C102)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M293%2C64.7L200.2%2C59.1L215%2C127Z%22%20fill%3D%22rgb(234%2C154%2C120)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M112.1%2C197.4L28.7%2C196.1L30.9%2C264.7Z%22%20fill%3D%22rgb(234%2C133%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M292.2%2C-45.7L293%2C64.7L355%2C38.2Z%22%20fill%3D%22rgb(233%2C127%2C106)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1095.4%2C268.1L1040.6%2C196.4L1046.8%2C282.4Z%22%20fill%3D%22rgb(234%2C140%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-23.8%2C664L-42.2%2C729.3L36.6%2C715.2Z%22%20fill%3D%22rgb(225%2C110%2C97)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-89.3%2C732.2L-42.2%2C729.3L-116.8%2C674Z%22%20fill%3D%22rgb(229%2C101%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M30.9%2C264.7L-29.3%2C348L31.6%2C354.7Z%22%20fill%3D%22rgb(221%2C155%2C126)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-14.6%2C417.8L-100.8%2C427.3L-25%2C518.7Z%22%20fill%3D%22rgb(216%2C142%2C121)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-42.2%2C729.3L-10.5%2C819.9L44.5%2C804.2Z%22%20fill%3D%22rgb(225%2C110%2C97)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M360.7%2C1165.8L425.7%2C1095.5L368%2C1085.6Z%22%20fill%3D%22rgb(222%2C145%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M648.8%2C1127.8L666.3%2C1180.5L712.2%2C1105Z%22%20fill%3D%22rgb(227%2C106%2C94)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M799.6%2C-37.2L749.5%2C60.5L798.3%2C69.7Z%22%20fill%3D%22rgb(229%2C110%2C95)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M647%2C-7.9L564.5%2C-83.9L570.7%2C-14.1Z%22%20fill%3D%22rgb(215%2C165%2C134)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M434.8%2C1166.6L481.2%2C1174.3L425.7%2C1095.5Z%22%20fill%3D%22rgb(226%2C138%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1127%2C860.5L1022.4%2C824.1L1032.7%2C885.3Z%22%20fill%3D%22rgb(233%2C75%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1127%2C860.5L1115.2%2C808L1022.4%2C824.1Z%22%20fill%3D%22rgb(231%2C68%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1192.7%2C641.2L1094.8%2C584.4L1125.8%2C666.4Z%22%20fill%3D%22rgb(227%2C109%2C95)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1103%2C354.3L1095.4%2C268.1L1046.8%2C282.4Z%22%20fill%3D%22rgb(227%2C139%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M200.2%2C59.1L108.3%2C117.8L215%2C127Z%22%20fill%3D%22rgb(234%2C164%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M30.9%2C264.7L-39.9%2C274L-29.3%2C348Z%22%20fill%3D%22rgb(234%2C132%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M341.1%2C-94.7L359.2%2C-34.6L414%2C-121.7Z%22%20fill%3D%22rgb(232%2C141%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M405.6%2C-9.8L359.2%2C-34.6L355%2C38.2Z%22%20fill%3D%22rgb(234%2C140%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M414%2C-121.7L405.6%2C-9.8L498.7%2C-23.5Z%22%20fill%3D%22rgb(213%2C150%2C127)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M960.3%2C1026.1L875.4%2C966.8L858.9%2C1041.9Z%22%20fill%3D%22rgb(236%2C86%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M955.9%2C976L1031.9%2C951.3L942.8%2C897.8Z%22%20fill%3D%22rgb(239%2C97%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M895.4%2C1121.1L960.3%2C1026.1L858.9%2C1041.9Z%22%20fill%3D%22rgb(233%2C77%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M950.2%2C38.4L883.2%2C32.6L953.5%2C110.2Z%22%20fill%3D%22rgb(232%2C78%2C80)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M953.5%2C110.2L883.2%2C32.6L870.8%2C138.3Z%22%20fill%3D%22rgb(233%2C96%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1185.9%2C573.9L1094.8%2C584.4L1192.7%2C641.2Z%22%20fill%3D%22rgb(213%2C137%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1185.9%2C573.9L1173.4%2C510.4L1094.8%2C584.4Z%22%20fill%3D%22rgb(218%2C138%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1103%2C354.3L1166.3%2C268.8L1095.4%2C268.1Z%22%20fill%3D%22rgb(223%2C139%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M41.2%2C956.4L132.5%2C942.6L31.1%2C878.3Z%22%20fill%3D%22rgb(235%2C91%2C83)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M41.2%2C956.4L121.7%2C1022.8L132.5%2C942.6Z%22%20fill%3D%22rgb(233%2C119%2C102)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M255.2%2C1198.8L360.7%2C1165.8L295.5%2C1098.9Z%22%20fill%3D%22rgb(225%2C142%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M295.5%2C1098.9L360.7%2C1165.8L368%2C1085.6Z%22%20fill%3D%22rgb(230%2C142%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M576.7%2C1195.1L648.8%2C1127.8L565.8%2C1099.7Z%22%20fill%3D%22rgb(214%2C134%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M796.3%2C1105.6L895.4%2C1121.1L858.9%2C1041.9Z%22%20fill%3D%22rgb(235%2C82%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M35.9%2C120.9L28.7%2C196.1L112.1%2C197.4Z%22%20fill%3D%22rgb(234%2C145%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M194.3%2C1124.4L295.5%2C1098.9L196%2C1042.5Z%22%20fill%3D%22rgb(231%2C99%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M434.8%2C1166.6L255.2%2C1198.8L481.2%2C1174.3Z%22%20fill%3D%22rgb(233%2C149%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M255.2%2C1198.8L576.7%2C1195.1L481.2%2C1174.3Z%22%20fill%3D%22rgb(227%2C139%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M481.2%2C1174.3L576.7%2C1195.1L565.8%2C1099.7Z%22%20fill%3D%22rgb(214%2C130%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1167.4%2C749L1125.8%2C666.4L1112.9%2C744.8Z%22%20fill%3D%22rgb(237%2C93%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-32%2C945.1L41.2%2C956.4L31.1%2C878.3Z%22%20fill%3D%22rgb(229%2C62%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M658.2%2C-101.8L564.5%2C-83.9L647%2C-7.9Z%22%20fill%3D%22rgb(213%2C131%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M883.2%2C32.6L799.6%2C-37.2L798.3%2C69.7Z%22%20fill%3D%22rgb(233%2C90%2C82)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M723%2C-33.3L658.2%2C-101.8L647%2C-7.9Z%22%20fill%3D%22rgb(217%2C138%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1202.4%2C819.3L1167.4%2C749L1115.2%2C808Z%22%20fill%3D%22rgb(232%2C93%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1115.2%2C808L1167.4%2C749L1112.9%2C744.8Z%22%20fill%3D%22rgb(234%2C80%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1167.4%2C749L1192.7%2C641.2L1125.8%2C666.4Z%22%20fill%3D%22rgb(221%2C118%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-19.9%2C204.1L-39.9%2C274L30.9%2C264.7Z%22%20fill%3D%22rgb(229%2C140%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-29.3%2C348L-100.8%2C427.3L-14.6%2C417.8Z%22%20fill%3D%22rgb(226%2C139%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-116.8%2C674L-42.2%2C729.3L-23.8%2C664Z%22%20fill%3D%22rgb(228%2C104%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1123.7%2C969.1L1127%2C860.5L1032.7%2C885.3Z%22%20fill%3D%22rgb(231%2C68%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1123.7%2C969.1L1032.7%2C885.3L1031.9%2C951.3Z%22%20fill%3D%22rgb(234%2C80%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1185.9%2C573.9L1186.7%2C410.1L1173.4%2C510.4Z%22%20fill%3D%22rgb(215%2C135%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1173.4%2C510.4L1186.7%2C410.1L1111.4%2C489.4Z%22%20fill%3D%22rgb(221%2C138%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1199%2C351.7L1186.7%2C410.1L1185.9%2C573.9Z%22%20fill%3D%22rgb(225%2C138%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M341.1%2C-94.7L292.2%2C-45.7L359.2%2C-34.6Z%22%20fill%3D%22rgb(222%2C138%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M359.2%2C-34.6L292.2%2C-45.7L355%2C38.2Z%22%20fill%3D%22rgb(234%2C135%2C110)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M200.2%2C59.1L126.5%2C50.1L108.3%2C117.8Z%22%20fill%3D%22rgb(233%2C120%2C103)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1027.5%2C45.6L950.2%2C38.4L953.5%2C110.2Z%22%20fill%3D%22rgb(233%2C85%2C82)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M883.2%2C32.6L871.8%2C-24.8L799.6%2C-37.2Z%22%20fill%3D%22rgb(233%2C128%2C102)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1046.5%2C124.7L953.5%2C110.2L1040.6%2C196.4Z%22%20fill%3D%22rgb(231%2C80%2C83)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1114%2C218.9L1040.6%2C196.4L1095.4%2C268.1Z%22%20fill%3D%22rgb(233%2C103%2C93)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-116.8%2C674L-23.8%2C664L-40.6%2C571.7Z%22%20fill%3D%22rgb(212%2C133%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-42.2%2C729.3L-89.3%2C732.2L-10.5%2C819.9Z%22%20fill%3D%22rgb(223%2C128%2C108)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-10.5%2C819.9L-43.9%2C890.5L31.1%2C878.3Z%22%20fill%3D%22rgb(231%2C67%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M184.6%2C-28.6L126.5%2C50.1L200.2%2C59.1Z%22%20fill%3D%22rgb(234%2C167%2C127)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-13.8%2C140.2L-19.9%2C204.1L28.7%2C196.1Z%22%20fill%3D%22rgb(232%2C108%2C98)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M28.7%2C196.1L-19.9%2C204.1L30.9%2C264.7Z%22%20fill%3D%22rgb(232%2C109%2C98)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M867.4%2C1186.8L895.4%2C1121.1L796.3%2C1105.6Z%22%20fill%3D%22rgb(233%2C77%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M960.3%2C1026.1L1016.8%2C1048.2L955.9%2C976Z%22%20fill%3D%22rgb(235%2C81%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1166.3%2C268.8L1114%2C218.9L1095.4%2C268.1Z%22%20fill%3D%22rgb(233%2C125%2C105)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-118.6%2C344L-100.8%2C427.3L-29.3%2C348Z%22%20fill%3D%22rgb(231%2C141%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1087.3%2C134.7L1046.5%2C124.7L1040.6%2C196.4Z%22%20fill%3D%22rgb(230%2C89%2C89)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M658.2%2C-101.8L513.6%2C-102.8L564.5%2C-83.9Z%22%20fill%3D%22rgb(221%2C132%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M564.5%2C-83.9L513.6%2C-102.8L498.7%2C-23.5Z%22%20fill%3D%22rgb(212%2C133%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M576.7%2C1195.1L738.5%2C1197.2L666.3%2C1180.5Z%22%20fill%3D%22rgb(220%2C126%2C107)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M666.3%2C1180.5L738.5%2C1197.2L712.2%2C1105Z%22%20fill%3D%22rgb(231%2C104%2C89)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M142.8%2C1090.1L196%2C1042.5L121.7%2C1022.8Z%22%20fill%3D%22rgb(234%2C121%2C101)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M142.8%2C1090.1L194.3%2C1124.4L196%2C1042.5Z%22%20fill%3D%22rgb(234%2C108%2C94)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M57.2%2C1039.6L142.8%2C1090.1L121.7%2C1022.8Z%22%20fill%3D%22rgb(236%2C119%2C97)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-117.2%2C487.1L-120.2%2C566.8L-25%2C518.7Z%22%20fill%3D%22rgb(219%2C151%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M957.2%2C-20.4L871.8%2C-24.8L883.2%2C32.6Z%22%20fill%3D%22rgb(231%2C70%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M709.1%2C-96.5L658.2%2C-101.8L723%2C-33.3Z%22%20fill%3D%22rgb(228%2C135%2C108)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-100.8%2C427.3L-117.2%2C487.1L-25%2C518.7Z%22%20fill%3D%22rgb(213%2C134%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M35.9%2C120.9L112.1%2C197.4L108.3%2C117.8Z%22%20fill%3D%22rgb(231%2C93%2C91)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-39.9%2C274L-92%2C281.3L-29.3%2C348Z%22%20fill%3D%22rgb(233%2C142%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M709.1%2C-96.5L723%2C-33.3L799.6%2C-37.2Z%22%20fill%3D%22rgb(221%2C119%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M47.4%2C30.3L35.9%2C120.9L108.3%2C117.8Z%22%20fill%3D%22rgb(229%2C76%2C85)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.2%2C566.8L-116.8%2C674L-40.6%2C571.7Z%22%20fill%3D%22rgb(216%2C127%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M815.3%2C-119.9L709.1%2C-96.5L799.6%2C-37.2Z%22%20fill%3D%22rgb(224%2C145%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-82.9%2C881.8L-43.9%2C890.5L-10.5%2C819.9Z%22%20fill%3D%22rgb(229%2C63%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M41.2%2C956.4L57.2%2C1039.6L121.7%2C1022.8Z%22%20fill%3D%22rgb(231%2C95%2C91)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-82.9%2C881.8L-10.5%2C819.9L-117.2%2C817Z%22%20fill%3D%22rgb(235%2C85%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M944.5%2C1126.9L1016.8%2C1048.2L960.3%2C1026.1Z%22%20fill%3D%22rgb(233%2C77%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1199%2C351.7L1166.3%2C268.8L1103%2C354.3Z%22%20fill%3D%22rgb(222%2C137%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1114%2C218.9L1087.3%2C134.7L1040.6%2C196.4Z%22%20fill%3D%22rgb(235%2C139%2C110)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1186.7%2C410.1L1199%2C351.7L1103%2C354.3Z%22%20fill%3D%22rgb(233%2C141%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1192.7%2C641.2L1199%2C351.7L1185.9%2C573.9Z%22%20fill%3D%22rgb(213%2C131%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M414%2C-121.7L359.2%2C-34.6L405.6%2C-9.8Z%22%20fill%3D%22rgb(229%2C144%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M292.2%2C-45.7L184.6%2C-28.6L200.2%2C59.1Z%22%20fill%3D%22rgb(234%2C155%2C120)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-24.7%2C1024.2L57.2%2C1039.6L41.2%2C956.4Z%22%20fill%3D%22rgb(228%2C58%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M211%2C1194.4L255.2%2C1198.8L194.3%2C1124.4Z%22%20fill%3D%22rgb(234%2C134%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1176.4%2C125L1087.3%2C134.7L1114%2C218.9Z%22%20fill%3D%22rgb(234%2C110%2C95)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1046.5%2C124.7L1027.5%2C45.6L953.5%2C110.2Z%22%20fill%3D%22rgb(232%2C79%2C81)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M950.2%2C38.4L957.2%2C-20.4L883.2%2C32.6Z%22%20fill%3D%22rgb(232%2C71%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M738.5%2C1197.2L807.2%2C1197.6L796.3%2C1105.6Z%22%20fill%3D%22rgb(236%2C86%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M895.4%2C1121.1L944.5%2C1126.9L960.3%2C1026.1Z%22%20fill%3D%22rgb(233%2C74%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M209.9%2C-89.5L184.6%2C-28.6L292.2%2C-45.7Z%22%20fill%3D%22rgb(233%2C128%2C107)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-42.2%2C30.5L-13.8%2C140.2L35.9%2C120.9Z%22%20fill%3D%22rgb(234%2C154%2C120)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M944.4%2C1190.5L944.5%2C1126.9L895.4%2C1121.1Z%22%20fill%3D%22rgb(228%2C56%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M513.6%2C-102.8L414%2C-121.7L498.7%2C-23.5Z%22%20fill%3D%22rgb(213%2C160%2C132)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M658.2%2C-101.8L414%2C-121.7L513.6%2C-102.8Z%22%20fill%3D%22rgb(212%2C132%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-82.9%2C881.8L-32%2C945.1L-43.9%2C890.5Z%22%20fill%3D%22rgb(232%2C75%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-43.9%2C890.5L-32%2C945.1L31.1%2C878.3Z%22%20fill%3D%22rgb(229%2C61%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.2%2C202.6L-39.9%2C274L-19.9%2C204.1Z%22%20fill%3D%22rgb(234%2C138%2C112)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.2%2C202.6L-92%2C281.3L-39.9%2C274Z%22%20fill%3D%22rgb(233%2C161%2C124)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-100.8%2C427.3L-118.6%2C344L-117.2%2C487.1Z%22%20fill%3D%22rgb(222%2C167%2C132)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-92%2C281.3L-118.6%2C344L-29.3%2C348Z%22%20fill%3D%22rgb(234%2C148%2C117)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-117.2%2C487.1L-118.6%2C344L-120.2%2C566.8Z%22%20fill%3D%22rgb(219%2C150%2C124)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M35.9%2C120.9L-13.8%2C140.2L28.7%2C196.1Z%22%20fill%3D%22rgb(232%2C107%2C97)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M47.4%2C30.3L108.3%2C117.8L126.5%2C50.1Z%22%20fill%3D%22rgb(231%2C96%2C93)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M194.3%2C1124.4L255.2%2C1198.8L295.5%2C1098.9Z%22%20fill%3D%22rgb(234%2C129%2C107)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M360.7%2C1165.8L255.2%2C1198.8L434.8%2C1166.6Z%22%20fill%3D%22rgb(224%2C138%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M576.7%2C1195.1L255.2%2C1198.8L738.5%2C1197.2Z%22%20fill%3D%22rgb(217%2C135%2C116)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M738.5%2C1197.2L1033.1%2C1200.2L807.2%2C1197.6Z%22%20fill%3D%22rgb(233%2C77%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M211%2C1194.4L194.3%2C1124.4L126.9%2C1193.5Z%22%20fill%3D%22rgb(234%2C130%2C107)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1125.2%2C63.3L1027.5%2C45.6L1046.5%2C124.7Z%22%20fill%3D%22rgb(233%2C97%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M807.2%2C1197.6L867.4%2C1186.8L796.3%2C1105.6Z%22%20fill%3D%22rgb(231%2C115%2C93)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1196.2%2C863.4L1202.4%2C819.3L1127%2C860.5Z%22%20fill%3D%22rgb(233%2C102%2C86)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1127%2C860.5L1202.4%2C819.3L1115.2%2C808Z%22%20fill%3D%22rgb(235%2C83%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1167.4%2C749L1202.4%2C819.3L1192.7%2C641.2Z%22%20fill%3D%22rgb(234%2C79%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1192.7%2C641.2L1202.4%2C819.3L1199%2C351.7Z%22%20fill%3D%22rgb(228%2C104%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1096.4%2C1014.6L1123.7%2C969.1L1031.9%2C951.3Z%22%20fill%3D%22rgb(234%2C81%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1096.4%2C1014.6L1031.9%2C951.3L1016.8%2C1048.2Z%22%20fill%3D%22rgb(229%2C62%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-117.2%2C817L-10.5%2C819.9L-89.3%2C732.2Z%22%20fill%3D%22rgb(233%2C108%2C91)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1027.5%2C45.6L957.2%2C-20.4L950.2%2C38.4Z%22%20fill%3D%22rgb(235%2C100%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M871.8%2C-24.8L815.3%2C-119.9L799.6%2C-37.2Z%22%20fill%3D%22rgb(236%2C97%2C85)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-116.8%2C674L-117.2%2C817L-89.3%2C732.2Z%22%20fill%3D%22rgb(221%2C138%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.2%2C566.8L-117.2%2C817L-116.8%2C674Z%22%20fill%3D%22rgb(224%2C113%2C99)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1038.9%2C1118.7L1016.8%2C1048.2L944.5%2C1126.9Z%22%20fill%3D%22rgb(226%2C47%2C75)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1106%2C1116.4L1096.4%2C1014.6L1016.8%2C1048.2Z%22%20fill%3D%22rgb(227%2C53%2C75)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1176.7%2C965.9L1127%2C860.5L1123.7%2C969.1Z%22%20fill%3D%22rgb(232%2C72%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1176.7%2C965.9L1196.2%2C863.4L1127%2C860.5Z%22%20fill%3D%22rgb(231%2C69%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M209.9%2C-89.5L136.7%2C-28.6L184.6%2C-28.6Z%22%20fill%3D%22rgb(234%2C140%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M184.6%2C-28.6L136.7%2C-28.6L126.5%2C50.1Z%22%20fill%3D%22rgb(233%2C123%2C104)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M275.5%2C-109L292.2%2C-45.7L341.1%2C-94.7Z%22%20fill%3D%22rgb(222%2C154%2C125)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M126.9%2C1193.5L194.3%2C1124.4L142.8%2C1090.1Z%22%20fill%3D%22rgb(234%2C134%2C109)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M414%2C-121.7L275.5%2C-109L341.1%2C-94.7Z%22%20fill%3D%22rgb(234%2C142%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M59%2C-25.7L47.4%2C30.3L126.5%2C50.1Z%22%20fill%3D%22rgb(232%2C109%2C98)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M709.1%2C-96.5L815.3%2C-119.9L658.2%2C-101.8Z%22%20fill%3D%22rgb(222%2C117%2C103)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M658.2%2C-101.8L815.3%2C-119.9L414%2C-121.7Z%22%20fill%3D%22rgb(214%2C138%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M894.5%2C-94.9L815.3%2C-119.9L871.8%2C-24.8Z%22%20fill%3D%22rgb(237%2C105%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M275.5%2C-109L209.9%2C-89.5L292.2%2C-45.7Z%22%20fill%3D%22rgb(228%2C140%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M136.7%2C-28.6L59%2C-25.7L126.5%2C50.1Z%22%20fill%3D%22rgb(231%2C102%2C95)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-32%2C945.1L-24.7%2C1024.2L41.2%2C956.4Z%22%20fill%3D%22rgb(236%2C106%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M34%2C1126.6L126.9%2C1193.5L142.8%2C1090.1Z%22%20fill%3D%22rgb(233%2C102%2C91)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.6%2C947.2L-24.7%2C1024.2L-32%2C945.1Z%22%20fill%3D%22rgb(227%2C53%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.6%2C947.2L-32%2C945.1L-82.9%2C881.8Z%22%20fill%3D%22rgb(232%2C73%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M949.6%2C-85.8L871.8%2C-24.8L957.2%2C-20.4Z%22%20fill%3D%22rgb(230%2C65%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M949.6%2C-85.8L894.5%2C-94.9L871.8%2C-24.8Z%22%20fill%3D%22rgb(236%2C105%2C87)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1033.1%2C1200.2L1038.9%2C1118.7L944.5%2C1126.9Z%22%20fill%3D%22rgb(230%2C64%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1163%2C1019.4L1176.7%2C965.9L1123.7%2C969.1Z%22%20fill%3D%22rgb(232%2C70%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M807.2%2C1197.6L944.4%2C1190.5L867.4%2C1186.8Z%22%20fill%3D%22rgb(233%2C75%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M867.4%2C1186.8L944.4%2C1190.5L895.4%2C1121.1Z%22%20fill%3D%22rgb(235%2C86%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1166.3%2C268.8L1195%2C185.4L1114%2C218.9Z%22%20fill%3D%22rgb(234%2C142%2C113)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1110.2%2C-40.1L1020.4%2C-37.4L1027.5%2C45.6Z%22%20fill%3D%22rgb(227%2C63%2C80)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1020.4%2C-37.4L949.6%2C-85.8L957.2%2C-20.4Z%22%20fill%3D%22rgb(235%2C109%2C93)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1199%2C351.7L1195%2C185.4L1166.3%2C268.8Z%22%20fill%3D%22rgb(229%2C140%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1163%2C1019.4L1123.7%2C969.1L1096.4%2C1014.6Z%22%20fill%3D%22rgb(236%2C87%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-84.3%2C108.2L-19.9%2C204.1L-13.8%2C140.2Z%22%20fill%3D%22rgb(230%2C85%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-84.3%2C108.2L-120.2%2C202.6L-19.9%2C204.1Z%22%20fill%3D%22rgb(232%2C106%2C96)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-92%2C281.3L-120.2%2C202.6L-118.6%2C344Z%22%20fill%3D%22rgb(229%2C147%2C118)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-118.6%2C344L-120.2%2C202.6L-120.2%2C566.8Z%22%20fill%3D%22rgb(218%2C145%2C122)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1020.4%2C-37.4L957.2%2C-20.4L1027.5%2C45.6Z%22%20fill%3D%22rgb(230%2C79%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M894.5%2C-94.9L1045.7%2C-98L815.3%2C-119.9Z%22%20fill%3D%22rgb(229%2C60%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M34%2C1126.6L142.8%2C1090.1L57.2%2C1039.6Z%22%20fill%3D%22rgb(226%2C49%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M211%2C1194.4L126.9%2C1193.5L255.2%2C1198.8Z%22%20fill%3D%22rgb(236%2C150%2C114)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1125.2%2C63.3L1046.5%2C124.7L1087.3%2C134.7Z%22%20fill%3D%22rgb(230%2C82%2C85)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1176.4%2C125L1125.2%2C63.3L1087.3%2C134.7Z%22%20fill%3D%22rgb(234%2C111%2C96)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M59.5%2C-122.8L59%2C-25.7L136.7%2C-28.6Z%22%20fill%3D%22rgb(226%2C49%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-42.2%2C30.5L-84.3%2C108.2L-13.8%2C140.2Z%22%20fill%3D%22rgb(232%2C108%2C97)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1195%2C185.4L1176.4%2C125L1114%2C218.9Z%22%20fill%3D%22rgb(232%2C105%2C96)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-24.7%2C1024.2L34%2C1126.6L57.2%2C1039.6Z%22%20fill%3D%22rgb(228%2C64%2C80)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1106%2C1116.4L1163%2C1019.4L1096.4%2C1014.6Z%22%20fill%3D%22rgb(226%2C47%2C75)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.2%2C566.8L-120.6%2C947.2L-117.2%2C817Z%22%20fill%3D%22rgb(224%2C127%2C106)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-117.2%2C817L-120.6%2C947.2L-82.9%2C881.8Z%22%20fill%3D%22rgb(232%2C73%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-24.7%2C1024.2L-48.3%2C1099.8L34%2C1126.6Z%22%20fill%3D%22rgb(229%2C60%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-121.6%2C-86L-120.6%2C947.2L-120.2%2C566.8Z%22%20fill%3D%22rgb(217%2C139%2C119)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-42.2%2C30.5L35.9%2C120.9L47.4%2C30.3Z%22%20fill%3D%22rgb(228%2C73%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1086.5%2C1172.2L1106%2C1116.4L1038.9%2C1118.7Z%22%20fill%3D%22rgb(226%2C47%2C75)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1038.9%2C1118.7L1106%2C1116.4L1016.8%2C1048.2Z%22%20fill%3D%22rgb(229%2C62%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-39.1%2C-34.7L-42.2%2C30.5L47.4%2C30.3Z%22%20fill%3D%22rgb(231%2C95%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1175.6%2C-21.9L1167.5%2C64.8L1176.4%2C125Z%22%20fill%3D%22rgb(234%2C113%2C96)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1176.4%2C125L1167.5%2C64.8L1125.2%2C63.3Z%22%20fill%3D%22rgb(232%2C86%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1125.2%2C63.3L1110.2%2C-40.1L1027.5%2C45.6Z%22%20fill%3D%22rgb(233%2C102%2C91)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M209.9%2C-89.5L135.7%2C-120.7L136.7%2C-28.6Z%22%20fill%3D%22rgb(232%2C111%2C99)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M59%2C-25.7L-39.1%2C-34.7L47.4%2C30.3Z%22%20fill%3D%22rgb(230%2C87%2C89)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M275.5%2C-109L135.7%2C-120.7L209.9%2C-89.5Z%22%20fill%3D%22rgb(233%2C127%2C106)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M414%2C-121.7L135.7%2C-120.7L275.5%2C-109Z%22%20fill%3D%22rgb(231%2C155%2C122)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.6%2C947.2L-85.2%2C1052.2L-24.7%2C1024.2Z%22%20fill%3D%22rgb(227%2C53%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M34%2C1126.6L42.4%2C1193.5L126.9%2C1193.5Z%22%20fill%3D%22rgb(229%2C80%2C85)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M807.2%2C1197.6L1033.1%2C1200.2L944.4%2C1190.5Z%22%20fill%3D%22rgb(233%2C74%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M944.4%2C1190.5L1033.1%2C1200.2L944.5%2C1126.9Z%22%20fill%3D%22rgb(234%2C78%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M255.2%2C1198.8L1033.1%2C1200.2L738.5%2C1197.2Z%22%20fill%3D%22rgb(231%2C111%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-85.2%2C1052.2L-48.3%2C1099.8L-24.7%2C1024.2Z%22%20fill%3D%22rgb(231%2C89%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-25.1%2C1169L42.4%2C1193.5L34%2C1126.6Z%22%20fill%3D%22rgb(230%2C77%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M126.9%2C1193.5L42.4%2C1193.5L255.2%2C1198.8Z%22%20fill%3D%22rgb(234%2C120%2C101)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1033.1%2C1200.2L1086.5%2C1172.2L1038.9%2C1118.7Z%22%20fill%3D%22rgb(227%2C52%2C75)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1106%2C1116.4L1192.5%2C1116.6L1163%2C1019.4Z%22%20fill%3D%22rgb(227%2C52%2C75)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1175.6%2C-21.9L1110.2%2C-40.1L1125.2%2C63.3Z%22%20fill%3D%22rgb(229%2C75%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1020.4%2C-37.4L1045.7%2C-98L949.6%2C-85.8Z%22%20fill%3D%22rgb(234%2C88%2C83)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1110.2%2C-40.1L1045.7%2C-98L1020.4%2C-37.4Z%22%20fill%3D%22rgb(226%2C48%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M949.6%2C-85.8L1045.7%2C-98L894.5%2C-94.9Z%22%20fill%3D%22rgb(231%2C89%2C87)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-30.2%2C-119.4L-39.1%2C-34.7L59%2C-25.7Z%22%20fill%3D%22rgb(228%2C72%2C83)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-42.2%2C30.5L-110.2%2C27.2L-84.3%2C108.2Z%22%20fill%3D%22rgb(233%2C120%2C103)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-84.3%2C108.2L-110.2%2C27.2L-120.2%2C202.6Z%22%20fill%3D%22rgb(231%2C93%2C91)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-101.3%2C1181.5L-25.1%2C1169L-48.3%2C1099.8Z%22%20fill%3D%22rgb(226%2C48%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-48.3%2C1099.8L-25.1%2C1169L34%2C1126.6Z%22%20fill%3D%22rgb(229%2C78%2C85)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M414%2C-121.7L59.5%2C-122.8L135.7%2C-120.7Z%22%20fill%3D%22rgb(231%2C159%2C124)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M135.7%2C-120.7L59.5%2C-122.8L136.7%2C-28.6Z%22%20fill%3D%22rgb(233%2C129%2C107)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-85.2%2C1052.2L-96.2%2C1097.7L-48.3%2C1099.8Z%22%20fill%3D%22rgb(231%2C83%2C84)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.6%2C947.2L-96.2%2C1097.7L-85.2%2C1052.2Z%22%20fill%3D%22rgb(229%2C64%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-83%2C-41.6L-42.2%2C30.5L-39.1%2C-34.7Z%22%20fill%3D%22rgb(230%2C90%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-83%2C-41.6L-110.2%2C27.2L-42.2%2C30.5Z%22%20fill%3D%22rgb(230%2C88%2C89)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1176.6%2C1200.1L1106%2C1116.4L1086.5%2C1172.2Z%22%20fill%3D%22rgb(229%2C62%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1176.6%2C1200.1L1192.5%2C1116.6L1106%2C1116.4Z%22%20fill%3D%22rgb(229%2C62%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1163%2C1019.4L1192.5%2C1116.6L1176.7%2C965.9Z%22%20fill%3D%22rgb(230%2C66%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1176.7%2C965.9L1192.5%2C1116.6L1196.2%2C863.4Z%22%20fill%3D%22rgb(226%2C48%2C75)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1196.2%2C863.4L1192.5%2C1116.6L1202.4%2C819.3Z%22%20fill%3D%22rgb(231%2C67%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1167.5%2C64.8L1175.6%2C-21.9L1125.2%2C63.3Z%22%20fill%3D%22rgb(232%2C107%2C96)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1110.2%2C-40.1L1110.3%2C-118L1045.7%2C-98Z%22%20fill%3D%22rgb(234%2C106%2C92)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1195%2C185.4L1175.6%2C-21.9L1176.4%2C125Z%22%20fill%3D%22rgb(235%2C130%2C105)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-30.2%2C-119.4L-83%2C-41.6L-39.1%2C-34.7Z%22%20fill%3D%22rgb(231%2C99%2C94)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1174.5%2C-116.8L1110.3%2C-118L1110.2%2C-40.1Z%22%20fill%3D%22rgb(230%2C86%2C88)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1045.7%2C-98L1110.3%2C-118L815.3%2C-119.9Z%22%20fill%3D%22rgb(230%2C66%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M59.5%2C-122.8L-30.2%2C-119.4L59%2C-25.7Z%22%20fill%3D%22rgb(227%2C56%2C79)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1033.1%2C1200.2L1176.6%2C1200.1L1086.5%2C1172.2Z%22%20fill%3D%22rgb(230%2C63%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.6%2C947.2L-101.3%2C1181.5L-96.2%2C1097.7Z%22%20fill%3D%22rgb(226%2C48%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-96.2%2C1097.7L-101.3%2C1181.5L-48.3%2C1099.8Z%22%20fill%3D%22rgb(231%2C92%2C90)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-25.1%2C1169L-101.3%2C1181.5L42.4%2C1193.5Z%22%20fill%3D%22rgb(227%2C55%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1195%2C185.4L1174.5%2C-116.8L1175.6%2C-21.9Z%22%20fill%3D%22rgb(229%2C73%2C83)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1175.6%2C-21.9L1174.5%2C-116.8L1110.2%2C-40.1Z%22%20fill%3D%22rgb(227%2C51%2C76)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-30.2%2C-119.4L-121.6%2C-86L-83%2C-41.6Z%22%20fill%3D%22rgb(226%2C49%2C77)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-83%2C-41.6L-121.6%2C-86L-110.2%2C27.2Z%22%20fill%3D%22rgb(230%2C86%2C89)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-110.2%2C27.2L-121.6%2C-86L-120.2%2C202.6Z%22%20fill%3D%22rgb(226%2C53%2C78)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-120.2%2C202.6L-121.6%2C-86L-120.2%2C566.8Z%22%20fill%3D%22rgb(230%2C141%2C115)%22%20shape-rendering%3D%22crispEdges%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E%0A%09%09%3C%2Fsvg%3E%0A%09%3C%2Fg%3E%0A%3Csvg%20id%3D%22tinkerly%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%231E2A41%22%20d%3D%22M317.52%2C109.2h-12l10.946-23.52H52.08v-50.4H41.04V23.76h34.32%0A%09v11.52H64.08v46.56h16.8v-42H92.4v42h10.32v-42h11.52v4.56c0%2C0%2C6.254-5.752%2C13.693-5.752c14.839%2C0%2C15.347%2C14.694%2C15.347%2C14.694%0A%09V81.84h11.04V22.32h11.52v36.24l16.8-18.72h14.4L177.6%2C61.92l18.684%2C19.92h14.8c0%2C0-8.808-5.507-8.808-19.506%0A%09c0-12.092%2C9.234-23.792%2C23.745-23.792C252.744%2C38.542%2C250.32%2C66%2C250.32%2C66H213.6c0%2C0%2C0.964%2C11.058%2C12.817%2C11.058%0A%09c8.168%2C0%2C11.202-4.675%2C11.202-4.675l9.77%2C4.48c0%2C0-1.146%2C1.706-2.05%2C2.774c-0.903%2C1.068-2.184%2C2.046-2.408%2C2.203h14.109v-42h9.84%0A%09v5.28c0%2C0%2C1.913-3.604%2C5.253-5.361c4.532-2.384%2C9.494-0.058%2C9.494-0.058l-3.543%2C9.7c0%2C0-3.237-1.988-5.924-0.201%0A%09c-3.131%2C2.082-3.6%2C9.6-3.6%2C9.6v23.04h17.52V22.32h11.52v59.52h20.575c-0.022%2C0.132-15.295-37.68-15.295-37.68h11.76l9.84%2C23.76%0A%09l11.04-23.76h11.76L317.52%2C109.2z%20M124.271%2C49.223c-8.274-0.127-9.791%2C9.337-9.791%2C9.337l-0.24%2C23.28H132l-0.061-21.522%0A%09C131.939%2C60.318%2C132.548%2C49.35%2C124.271%2C49.223z%20M165.84%2C64.8v17.04h15.714L165.84%2C64.8z%20M238.59%2C57.132%0A%09c0%2C0-1.977-8.597-11.963-8.597c-10.141%2C0-12.547%2C8.585-12.547%2C8.585L238.59%2C57.132z%20M86.651%2C36.043%0A%09c-4.122%2C0-7.463-3.342-7.463-7.464c0-4.122%2C3.341-7.463%2C7.463-7.463s7.463%2C3.342%2C7.463%2C7.463%0A%09C94.114%2C32.702%2C90.773%2C36.043%2C86.651%2C36.043z%20M336.263%2C79.898v0.449h-1.436v5.333h-0.531v-5.333h-1.416l0.02-0.449H336.263z%0A%09%20M337.653%2C79.897l2.207%2C4.91l2.207-4.901l0.296-0.002l0.8%2C5.748l-0.671%2C0.017l-0.528-4.437l-1.9%2C4.423l-0.41-0.004l-1.985-4.431%0A%09l-0.269%2C4.451l-0.7%2C0.012l0.65-5.753L337.653%2C79.897z%20M0%2C0h386.64v117.84H0V0z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M52.831%2C102.417h1.22v-12.21h-1.22V102.417z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M61.094%2C102.417V93.17l8.06%2C9.246h0.274v-12.21h-1.204v9.36l-8.126-9.36h-0.266v12.21H61.094z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M76.219%2C102.417V93.17l8.06%2C9.246h0.274v-12.21H83.35v9.36l-8.126-9.36h-0.266v12.21H76.219z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M93.133%2C90.75c-0.98%2C0.567-1.754%2C1.352-2.321%2C2.353c-0.568%2C1.002-0.852%2C2.089-0.852%2C3.262%0A%09c0%2C1.76%2C0.623%2C3.26%2C1.869%2C4.499c1.246%2C1.24%2C2.774%2C1.859%2C4.585%2C1.859c1.789%2C0%2C3.304-0.623%2C4.547-1.868s1.865-2.761%2C1.865-4.549%0A%09c0-1.804-0.623-3.323-1.869-4.557c-1.246-1.234-2.793-1.851-4.643-1.851C95.174%2C89.899%2C94.113%2C90.183%2C93.133%2C90.75z%20M98.979%2C91.792%0A%09c0.82%2C0.471%2C1.456%2C1.098%2C1.908%2C1.882s0.678%2C1.66%2C0.678%2C2.629c0%2C0.975-0.226%2C1.861-0.678%2C2.658s-1.081%2C1.426-1.887%2C1.886%0A%09c-0.806%2C0.46-1.684%2C0.689-2.631%2C0.689c-1.419%2C0-2.631-0.5-3.638-1.5c-1.006-1-1.509-2.225-1.509-3.676%0A%09c0-0.98%2C0.227-1.869%2C0.682-2.667c0.455-0.797%2C1.086-1.431%2C1.896-1.902c0.809-0.471%2C1.666-0.706%2C2.569-0.706%0A%09C97.289%2C91.086%2C98.159%2C91.321%2C98.979%2C91.792z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M112.133%2C102.417h0.266l5.312-12.21h-1.329l-4.113%2C9.434l-4.046-9.434h-1.329L112.133%2C102.417z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M125.727%2C90.206l-5.769%2C12.21h1.361l1.902-4.018h5.26l1.921%2C4.018h1.318l-5.694-12.21H125.727z%0A%09%20M127.954%2C97.22h-4.174l2.092-4.42L127.954%2C97.22z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M136.398%2C91.401v11.015h1.245V91.401h2.723v-1.195h-6.69v1.195H136.398z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M144.501%2C102.417h1.22v-12.21h-1.22V102.417z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M154.553%2C90.75c-0.98%2C0.567-1.754%2C1.352-2.322%2C2.353c-0.567%2C1.002-0.852%2C2.089-0.852%2C3.262%0A%09c0%2C1.76%2C0.623%2C3.26%2C1.869%2C4.499c1.246%2C1.24%2C2.774%2C1.859%2C4.585%2C1.859c1.789%2C0%2C3.304-0.623%2C4.547-1.868s1.865-2.761%2C1.865-4.549%0A%09c0-1.804-0.623-3.323-1.869-4.557c-1.246-1.234-2.793-1.851-4.643-1.851C156.593%2C89.899%2C155.533%2C90.183%2C154.553%2C90.75z%0A%09%20M160.398%2C91.792c0.82%2C0.471%2C1.456%2C1.098%2C1.908%2C1.882c0.452%2C0.784%2C0.677%2C1.66%2C0.677%2C2.629c0%2C0.975-0.226%2C1.861-0.677%2C2.658%0A%09c-0.452%2C0.797-1.081%2C1.426-1.887%2C1.886c-0.807%2C0.46-1.684%2C0.689-2.632%2C0.689c-1.419%2C0-2.631-0.5-3.637-1.5%0A%09c-1.006-1-1.509-2.225-1.509-3.676c0-0.98%2C0.228-1.869%2C0.682-2.667c0.454-0.797%2C1.086-1.431%2C1.896-1.902%0A%09c0.809-0.471%2C1.666-0.706%2C2.569-0.706C158.708%2C91.086%2C159.578%2C91.321%2C160.398%2C91.792z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M170.515%2C102.417V93.17l8.06%2C9.246h0.274v-12.21h-1.204v9.36l-8.126-9.36h-0.266v12.21H170.515z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M200.15%2C102.417h1.22v-5.678h0.872c1.516%2C0%2C2.551-0.066%2C3.104-0.199c0.758-0.183%2C1.353-0.538%2C1.785-1.066%0A%09s0.647-1.2%2C0.647-2.013c0-0.808-0.221-1.479-0.664-2.013s-1.013-0.887-1.71-1.059c-0.487-0.122-1.428-0.183-2.822-0.183h-2.432%0A%09V102.417z%20M203.528%2C91.401c0.825%2C0%2C1.418%2C0.072%2C1.781%2C0.215c0.362%2C0.144%2C0.654%2C0.385%2C0.875%2C0.725%0A%09c0.222%2C0.34%2C0.332%2C0.714%2C0.332%2C1.123c0%2C0.419-0.11%2C0.799-0.332%2C1.139c-0.221%2C0.339-0.526%2C0.585-0.913%2C0.737%0A%09s-0.999%2C0.228-1.834%2C0.228l-2.067-0.025v-4.142H203.528z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M213.194%2C102.417h5.918v-1.179h-4.698V90.206h-1.22V102.417z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M227.861%2C90.206l-5.769%2C12.21h1.361l1.902-4.018h5.26l1.92%2C4.018h1.318l-5.694-12.21H227.861z%0A%09%20M230.088%2C97.22h-4.174l2.092-4.42L230.088%2C97.22z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M239.383%2C91.401v11.015h1.245V91.401h2.723v-1.195h-6.69v1.195H239.383z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M248.085%2C102.417h1.22v-5.993h4.897v-1.195h-4.897v-3.827h4.897v-1.195h-6.118V102.417z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M261.511%2C90.75c-0.98%2C0.567-1.754%2C1.352-2.321%2C2.353c-0.568%2C1.002-0.852%2C2.089-0.852%2C3.262%0A%09c0%2C1.76%2C0.623%2C3.26%2C1.869%2C4.499c1.246%2C1.24%2C2.774%2C1.859%2C4.585%2C1.859c1.789%2C0%2C3.304-0.623%2C4.547-1.868s1.865-2.761%2C1.865-4.549%0A%09c0-1.804-0.623-3.323-1.869-4.557c-1.246-1.234-2.794-1.851-4.643-1.851C263.552%2C89.899%2C262.492%2C90.183%2C261.511%2C90.75z%0A%09%20M267.357%2C91.792c0.82%2C0.471%2C1.456%2C1.098%2C1.908%2C1.882c0.452%2C0.784%2C0.678%2C1.66%2C0.678%2C2.629c0%2C0.975-0.226%2C1.861-0.678%2C2.658%0A%09c-0.452%2C0.797-1.081%2C1.426-1.887%2C1.886c-0.806%2C0.46-1.684%2C0.689-2.631%2C0.689c-1.419%2C0-2.631-0.5-3.637-1.5%0A%09c-1.006-1-1.509-2.225-1.509-3.676c0-0.98%2C0.228-1.869%2C0.682-2.667c0.455-0.797%2C1.086-1.431%2C1.896-1.902%0A%09c0.809-0.471%2C1.666-0.706%2C2.569-0.706C265.667%2C91.086%2C266.537%2C91.321%2C267.357%2C91.792z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M276.27%2C102.417h1.22v-5.669h0.689l4.392%2C5.669h1.51l-4.391-5.669c1.023-0.005%2C1.826-0.137%2C2.407-0.395%0A%09c0.581-0.258%2C1.028-0.639%2C1.34-1.143c0.312-0.504%2C0.469-1.089%2C0.469-1.753c0-0.798-0.227-1.47-0.681-2.016%0A%09c-0.454-0.546-1.043-0.902-1.768-1.068c-0.481-0.111-1.4-0.167-2.756-0.167h-2.432V102.417z%20M279.644%2C91.401%0A%09c0.837%2C0%2C1.436%2C0.072%2C1.796%2C0.216c0.36%2C0.144%2C0.651%2C0.383%2C0.873%2C0.718c0.222%2C0.335%2C0.333%2C0.707%2C0.333%2C1.116%0A%09c0%2C0.421-0.11%2C0.801-0.329%2C1.142s-0.524%2C0.588-0.915%2C0.743c-0.391%2C0.155-0.994%2C0.233-1.808%2C0.233l-2.104-0.017v-4.15H279.644z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23DFD397%22%20d%3D%22M290.119%2C102.417l1.199-8.799l4.369%2C8.799h0.312l4.317-8.732l1.207%2C8.732h1.197l-1.757-12.21h-0.196%0A%09l-4.916%2C10.019l-4.964-10.019h-0.198l-1.748%2C12.21H290.119z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    height: 150px;
} */

/* Deprecated stuff */
.deprecated {
  display:none;
}
img[src="/EIMS/images/Innovator/Tabs/bottomlefttab.gif"],
img[src="/EIMS/images/Innovator/Tabs/bottomrighttab.gif"] {
  display:none;
}
tr#AdditionalInfo_row + tr:not([id]) {
    display: none;
}

#AddFolderDiv div
{
    width:inherit !important;
}

#forward1 .area_text1 
{
    padding-left:9px;
}

#message
{
    padding-left:10px !important;
}

.emailverify > div > div > div[style="padding-top:5px;"] 
{
    padding-left:10px !important;
}

/* INV-296 Add for Link Copy Icon */
#InnovationLinkIcon
{
    filter:brightness(0.86);
    width:16px;
    height:16px;
    padding-top: 5px;
    padding-left:5px;
}

#InnovationLinkIcon:hover {
  filter: none;
}

/* INV-377 Analyze Changes */
#AnalyzeHTMLTable > tbody > tr > td > div[style="position:relative;padding-bottom:0px;"]
{
    right: 1px;    
}

#AnalyzeHTMLTable #infoTable 
{
    position: relative;
    right: 1px;
}

#AnalyzeHTMLTable #questionMainSection1 > td > div[style="position:relative;padding-bottom:0px;"]
{
    right: 0px;    
}

#AnalyzeHTMLTable #theCommentsSection > td > div[style="position:relative;padding-bottom:0px;"]
{
    right: 0px;    
}

#AnalyzeHTMLTable #ReviewCmtVoteRow > td > div[style="position:relative;padding-bottom:0px;"]
{
    right: 0px;    
}

/* INV-431 Video Player Text Css */
.video_legal_text 
{
    padding-bottom:5px;
    padding-top:5px;
}

/* INV-391 Standard SVGs*/
.svg_color:hover,
.svg_color:focus
{
    cursor: pointer;
}

.svg_color:hover path,
.svg_color:focus path
{
    fill:#ffffff;
}

.svg_color path
{
    fill:#dbdbdb;
}

.disabled .svg_color path {
  fill: #646464;
}
.svg_disabled_color:hover,
.svg_disabled_color:focus
{
    cursor:default !important;
}

.svg_disabled_color:hover path,
.svg_disabled_color:focus path
{
    fill:#798897 !important;
}

.svg_disabled_color path
{
    fill:#798897 !important;
}

.svg_small,
svg.svg_small,
.svg_small svg,
.svg_small object
{
    width:25px;
    height:25px;
}
#addmeeting .svg_small {
  width: 32px !important;
}
#heart_icon.svg_small svg {
  width: 27px !important;
}
.svg_medium,
svg.svg_medium,
.svg_medium svg,
.svg_medium object
{
    width:40px;
    height:40px;
}

.svg_large,
svg.svg_large,
.svg_large svg,
.svg_large object
{
    width:64px;
    height:64px;
}

/* INV-391 Grid Field Selector Css */
.grid_fieldselector_section
{
    position:absolute;
    top:0px;
    right:0px;
    width:500px;
    z-index:900;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    padding-bottom: 7.5px !important;
    background-color: #0c1b38;
}

.NotDisplayedCols
{
    width:220px;
}

.DisplayedCols 
{
    width:220px;
}

.grid_fieldselector_notdisplaycols_row
{
    width:45%;
}

.grid_fieldselector_icon_row
{
    text-align:center;
    width:100%;
}

.grid_fieldselector_displayedcols_row
{
    width:45%;
}

.arrow_top
{
    padding-bottom:10px;
}

.arrow_bottom
{
    padding-top:10px;
}

/* INV-441 Add Grid Config Icon */
.narrative_add_fields_button 
{
    float: right;
    padding-top: 0px;
    padding-right: 4px;
}

div[id="Folder DetailsContent"] #invs_tab #container_grid_holder,
div[id="Folder DetailsContent"] #invs_tab #container_grid_holder div[style*="width: 99%;"],
div[id="Meeting DetailsContent"] #invs_tab #container_grid_holder,
div[id="Meeting DetailsContent"] #invs_tab #container_grid_holder div[style*="width: 99%;"],
.Folder #invs_tab #container_grid_holder,
.Folder #invs_tab #container_grid_holder div[style*="width: 99%;"],
.Meeting #invs_tab #container_grid_holder,
.Meeting #invs_tab #container_grid_holder div[style*="width: 99%;"] {
  width:100% !important;
}
div[id="Folder DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"],
div[id="Meeting DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"],
.Folder #container_grid_holder .DHTMLTable_header[style*="width: 22px;"],
.Meeting #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] {
    right:-1px !important;
    border: none !important;
    padding:0 !important;
    top: 1px !important;
    background-color:#ededed;
    width:unset !important;
}
div[id="Folder DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium,
div[id="Meeting DetailsContent"] #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium,
.Folder #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium,
.Meeting #container_grid_holder .DHTMLTable_header[style*="width: 22px;"] span.link_medium {
    background-color: #ededed;
    display:block;
    padding: 1px 15px 2px;
    text-decoration: none !important;
    border: none;
}

/* INV-431 Video Player Text Css */
.video_legal_text 
{
    padding-bottom:5px;
    padding-top:5px;
}

/* INV-446 */
#meetingSpace > div >.clickable.link_medium,
#folderSpace > div > .clickable.link_medium,
.PushpinBox .link_medium,
.text_left_menu
{
    white-space: normal !important;
    padding: 0 1em;
    text-indent: -1em;
    display: block;
    text-decoration: underline;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.FavBox.nav_box td {
  padding-top:0;
  padding-bottom:0;
}
.FavBox.nav_box td span {
  margin-top:0;
  margin-bottom:0;
}
.FavTitleInput,
.FolderTitleInput,
#FolderTitleInput,
.MeetingTitleInput
{
    width:163px !important;
    min-height:17px !important;
}
#main_body 
{
    padding-bottom: 0 !important;
}
.Consent_Text .asterik,
.Consent_Text input 
{
    margin-top: 0.2em;
}
#invdetailsContent #TabBodies + #buttonRow2 {
    width: calc(100% - 1px) !important;
}
#properties_tab 
{
    height: unset !important;
}
/* INV-446 fixing spacing on left sidebar */
#listmenu_table {
  max-width: 154px;
  margin-left:auto;
  margin-right:auto;
}

#meetingicon_row:not([style="display: none;"]) ~ #recordmenu_row #recordmenu_table {
/*  max-width: 150px; */
  margin-left:auto;
  margin-right:auto;
}

#listmenu_table > tbody > tr > td {
    padding-left: 1em !important;
    text-indent: -1em;
}
#recordmenu_table .side_menu_item {
  padding-left: 0;
}
#AddFolderDiv 
{
    overflow: visible !important;
    width:unset !important;
}
#FolderTitleInput 
{
    margin-left: -1em;
}

/* INV-384 */
.groups_title,
.committeees_title
{
    vertical-align:top;
    height:21px;
    width:150px;
    padding-top:7.75px;
    text-align:left;
    font-size: 0.8em;
    padding-left: 30px;
}

.groups_cell
{
    padding-left:90px;
    width:100%;
}

.committees_cell
{
    width:100%;
    padding-left:90px;
}

.committees_chair
{
    font-style:italic;
}

/* INV-441 Tabular and Narritive Icons Everything Below*/
.grid_top_bar
{
    float:left;
    text-align:left;
    width:100%;
}

/*#MyInnovationsContent .grid_top_bar,
#SearchContent .grid_top_bar
{
    width:99.2%;
}*/

#ReviewCommitteesContent .grid_config_row,
#AllPublicInnovationsContent .grid_config_row
{
    position:absolute;
  right:7px;  /*INV-445 */
  top:-33px;
  width:22px;
  cursor:default;
  z-index:800;
  padding-bottom:0px;
  /*right:.04555%;
  /*top:-28px;
  z-index:800;
  padding-bottom:0px;
  float: right;*/
}

/*INV-513 */
#MyInnovationsContent .grid_config_row,
#SearchContent .grid_config_row
{
    position:absolute;
  right:.04555%;  
  top:-33px;
  /*width:22px;*/
  cursor:default;
  z-index:800;
  padding-bottom:0px;
}

#MyInnovationsContent #innovation_grid_holder,
#SearchContent #innovation_grid_holder
{
    width: 99.8% !important;
}

/*SOW 2*/
#searchContent input[type="radio"],
#searchContent input[type="checkbox"],
#MyInnovationsContent input[type="radio"],
#MyInnovationsContent input[type="checkbox"] {
/*  position:relative;
  top:2px;
*/
}
#innovation_narrative input[type="checkbox"],
#details_holder input[type="checkbox"] {
  position:static;
  margin:0 1ex 0 0;
  width: 1em;
  height: 1em;
  margin-bottom: 1ex;
}
#innovation_narrative input[type="checkbox"]::before,
#details_holder input[type="checkbox"]::before {
  height:9px;
  width:9px;
  position:static !important;
}
#adv_opts {
  margin-top:0;
  margin-left:167px;
}
#advance_profile_opts + tr .buttonDiv {
  margin-top: 10px;
}

.AddFolderDiv,
.AddFavoriteDiv,
.AddMeetingDiv {
  margin-bottom:10px;
}
.AddFolderDiv input,
.AddFavoriteDiv input,
.AddMeetingDiv input {
  margin-bottom: 6px;
}
#FolderDetailsContent .grid_config_row,
#MeetingDetailsContent .grid_config_row
{
  /* right:4px; INV-445 */
  position:absolute;
  width:22px;
  cursor:default;
  z-index:800;
  padding-bottom:0px;
  right:7px; 
  top:5px;
}

#FolderDetailsContent #details_tab .grid_fieldselector_section,
#MeetingDetailsContent #details_tab .grid_fieldselector_section
{
    /* INV-483 Fix Grid Bar 
    top: 34px !important;*/
    right: -2px !important;
}

#FolderDetailsContent .grid_fieldselector_section,
#MeetingDetailsContent .grid_fieldselector_section
{
    /* INV-483 Fix Grid Bar 
    top: 34px !important;*/
    right: 7px !important;
}

/* INV-483 Fix Grid Holder */
#FolderDetailsContent #container_grid_holder,
#MeetingDetailsContent #container_grid_holder
{
    position:unset !important;
}

/* INV-483 Fix Tabs */
#FolderDetailsContent #details_tab,
#MeetingDetailsContent #details_tab
{
    height:auto !important;
    overflow: visible !important;
    width: 100%;
    display: inline-block;
}

/* INV-483 Fix Tabs */
#FolderDetailsContent #properties_tab,
#MeetingDetailsContent #properties_tab
{
   width: 100.2%
}

/* INV-483 Fix Tabs */
#FolderDetailsContent #invs_tab,
#MeetingDetailsContent #invs_tab
{
    height:630px !important;
    width:101% !important;
}

#IPManagementContent .grid_config_row,
#RewardManagementContent .grid_config_row,
#InnovatorManagementContent .grid_config_row
{
    position:absolute;
  right:2px;
  top:5px;
  z-index:800;
  padding-bottom:0px;
}

#IPManagementContent .grid_top_bar,
#RewardManagementContent .grid_top_bar,
#InnovatorManagementContent .grid_top_bar,
#MyInvAwardsContent .grid_top_bar
{
    float:left;
    text-align:left;
    width:100.3%;
    height:inherit; /* INV-513 */
}

#IPManagementContent .grid_fieldselector_section,
#RewardManagementContent .grid_fieldselector_section,
#InnovatorManagementContent .grid_fieldselector_section,
#MyInvAwardsContent .grid_fieldselector_section
{
    top:32px;
}

#FolderDetailsContent .grid_top_bar,
#MeetingDetailsContent .grid_top_bar
{
    margin:0px 0px; /* INV-445 */
    height:inherit !Important; /* INV-445 */
    width:100%; /* INV-445 */
}

.grid_icon_row 
{
    padding-top:5px;
    padding-bottom:5px;
    height:2.2em;
}

.tabular_icon 
{
    float:right;
    padding-right: 4px;
}

#SearchContent .tabular_icon,
#MyInnovationsContent .tabular_icon,
#ReviewCommitteesContent .tabular_icon,
#AllPublicInnovationsContent .tabular_icon
{
    float:right;
    /*padding-right: 3px;*/
}

#FolderDetailsContent .tabular_icon,
#MeetingDetailsContent .tabular_icon
{
    float:right;
    padding-right: 3px;
}

.grid_config_holder 
{
    float:right;
    padding-right: 26px;
}

.narrative_icon
{
    float:right;
    padding-right: 4px;
}

#FolderDetailsContent .narrative_icon,
#MeetingDetailsContent .narrative_icon
{
    float:right;
    padding-right: 3px;
} 

.properties_icon
{
    float:right;
    padding-right: 3px;
}

.narrative_config_row
{
    float:right;
    padding-right:0.25%;
}

#FolderDetailsContent .narrative_config_row,
#MeetingDetailsContent .narrative_config_row
{
    float:right;
    padding-right:4px;
}

.side_menu_data_cell
{
    padding-left:15px;
}

.side_menu_data_cell_alt
{
    padding-left:7px !important;
}

.side_menu_header_row
{
    text-align:left;
}

.side_menu_header
{
    font-weight: 700;
}

.meeting_recorded
{
  font-size: 12pt;
  position:relative;
  top:5px;
  padding-left:5px;
  color:#ffffff;
}
.meeting_recorded b {
  font-weight: 300;
}

.side_menu_item 
{
    text-align: left; 
    padding-left: 15px;
}

#ReviewCommitteesContent table .section,
#InnovatorManagementContent table .section,
#IPManagementContent table .section,
#RewardManagementContent table .section
{
    box-shadow:none;
}

#InnovatorManagementContent #grid_holder,
#RewardManagementContent #grid_holder,
#IPManagementContent #grid_holder
{
    height:inherit !important;
}

#pageselect_holder 
{
    padding-top:2px;
}

#meetingdetails_table,
#folderdetails_table
{
    position: relative;
    left:15px;
/*    left: -17px; /* INV-445 */
}

/* INV-391 Disable text selection */
#GridFieldSelector {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

/* INV-445 Tinker CSS Fixes */
#grid_holder .div_footer
{
    height:inherit !Important;
}

#grid_holder .TabularNarrative_header 
{
    height:inherit !Important;    
}

#InnovationResultsDiv .grid_top_bar
{
    height:inherit !Important;
    width:100% !Important;
}

/* INV-445 General 2FA Style fix */
.twofa_instructions
{
    border:#ffffff 0px solid;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding-left:5px;
}

/* INV-438 UI Width Move Grid Results Label */
#inv_count_span2
{
    font-size: 12pt;
    position: relative;
    top: 5px;
    padding-left: 8px;
}
#inv_res_count2
{
    font-size: 12pt;
    position: relative;
}
#MyInvAwardsContent #inv_res_count2,
#InnovatorManagementContent #inv_res_count2,
#IPManagementContent #inv_res_count2
{
    top: 5px;
}

.reportresults_body {
  background: #d7d7d7;
}

.reportresults_body .invPrintHdr 
{
    color:Black;
}


/* INV-445 */
#TotpInfoDiv 
{
    padding-left:5px;
}

/* INV-501 Fix indexing on child fields */
.data_label_indent
{
    width:10%;
}

/* INV-438 Folder and Meeting Grid Fixes */
.foldersmeeting_section
{
    position:relative;
}

#short_infotodo {
  vertical-align: top;
  padding-top:1px;
}

#challenges_scroll_table tr[style="background-color:#f1f1ef;"]
{
    background-color:inherit !important;
}

/* INV-546 */
#coalesceContent,
#submitContent,
#invdetailsContent {
  padding-top: 9px !important;
}
#homeContent,
#educationcenterContent,
#submitContent,
#invdetailsContent,
#coalesceContent {
  max-width:100%;
}
#homeContent * {
  max-width: 100%;
}
#advance_inv_opts > td {
  padding:0;
}
#advance_inv_opts td.data_label + td {
  padding:0;
}
#advance_inv_opts #inv_department
{
    width:350px !important;
    position:relative;
    top:-3px;
}

#advance_inv_opts #inv_location
{
    width:350px !important;
    position:relative;
    top:-3px;
}

#advance_inv_opts #rules_div .divbox_alternate .area_text1:not([colspan="2"])
{
    width:100% !important;
    text-align:left !important;
}

#advance_inv_opts #rule_editor_row .area_text1:not([colspan="2"])
{
    text-align:left !important;
}

/*INV-575*/
.copylink_icon
{
    float:right;
    padding-right: 2px;
}

.video_table_cell
{
  vertical-align: middle !important;
  padding-top: 5px;
}

.svg_color_inverted:hover,
.svg_color_inverted:focus
{
    cursor:pointer;
}

.svg_color_inverted path,
.svg_color_inverted_disabled path
{
    fill:#0c1b38;
}

#electronicdocs_row > td {
  vertical-align:top;
  padding-top:20px;
}
#PublishCheck + .area_text3,
#DraftCheck + .area_text3,
#ForwardRow .area_text3 {
  font-weight: 400;
}

.play_button.span {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.play_button:hover .span {
  z-index: 100;
  display: inline-block;
}

.hidden {
  display: none;
}

.menuitemhighlite {
  color: #ffffff !important;
}
.side-comment-field {
  height:130px;
  width:100%;
}
.side-vote-field {
  height:85px;
  width:100%;
}
#Main_header_title:empty ~ #innovationlink_div {
  height: 30px;
}
#addElectronicDocumentsButtons {
  display:none;
}
#viewbioContent tr[style="vertical-align:middle"] td {
  vertical-align:baseline;
}
#viewbioContent tr[style="vertical-align:middle"]:not(:first-child) td.data_label {
  padding-top: 0.82em;
}
.innovation_fields_flyout textarea#InnovationFieldID126Value {
}
#userdataContent #BioPageTable > tbody > tr > td:nth-child(2) {
  text-align:left;
}
#userdataContent #BioPageTable > tbody > tr > td:nth-child(2) > table,
#CommitteesEditDiv {
  max-width:700px !important;
}
#userdataContent td[style="padding-left:5px;padding-right:2px"] {
  padding-right:20px !important;
}
#SecondaryNoteDiv + p {
  max-width: 700px;
  text-align:center;
}
.username > .username-buttons {
  margin-top:-5px;
}
#ApplyGridFieldsBut {
  margin-right:5px;
}
.sort-by-row { /*Tabular Narrative 'sort by'*/
  margin-top:5px;
  margin-left:5px;
}
.sort-by-row select {
  margin-top: 0 !important;
}
.sort-by-row div { /*Fix for Folder view structure*/
  display:inline-block;
  float:none !important;
  margin-top:5px;
}
.narrative-table-data,
.folder-details-table-data {
  width:100%;
}
.narrative-entry-data {
  padding-right:10px;
  padding-left:20px;
  background-color:transparent;
  text-align:left;
}
.thumbnail-cell {
/*  BORDER-RIGHT: gray 1px dashed; */
  vertical-align:top;
}
.thumbnail-container {
  MARGIN-BOTTOM: 5px; 
  WIDTH: 100px; 
/*  BORDER-BOTTOM: gray 1px dashed; */
}
.thumbmail-inventor, /* typo version */
.thumbnail-inventor {
  display:none !important;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
.thumbnail-cell + td input + span.link_medium {
  font-size: 1.1em !important;
}
#allInnovationsSearch {
  padding-top:10px;
}
#mySUbmissionsContainer,
#SearchFormTable > tbody > tr:first-child > td:first-child {
  padding-top:7px;
}
#DateTD #popupdate_cal_div {
  margin-left:10px;
}
#mySubmissionsContainer #inv_date_opt .data_label {
  vertical-align:top !important;
  padding-top:0.9em !important;
}
#mySubmissionsContainer > table > tbody > tr > td > table > tbody > tr:last-child,
#allInnovationsSearch > table > tbody > tr > td > table > tbody > tr:last-child {
  height:7.5px;  
}
#mySubmissionsContainer > table > tbody > tr > td > table > tbody > tr:last-child td,
#allInnovationsSearch > table > tbody > tr > td > table > tbody > tr:last-child td {
  display:none;
}
#FName.input_text2,
#LName.input_text2 {
  max-width: 350px;
}
#add_users_div > table > tbody > tr > td.data_label + td select {
  width:100%;
}
#add_users_div > table > tbody > tr > td.data_label + td ~ td[valign="bottom"] {
  vertical-align: middle !important;
}
#innovation_narrative {
  width:100% !important;
}
#inv_detail_results > table[style="width:98%;"] {
  width: 100% !important;
}
#usersContent {
/*  max-width:1130px;*/
}
#usersContent > table > tbody > tr > td:first-child {
  width:400px !important;
}
#usersContent > table > tbody > tr > td:first-child + td {
  width:calc(100% - 400px) !important;
}
@media (max-width: 800px) {
  #usersContent > table > tbody > tr > td:first-child,
  #usersContent > table > tbody > tr > td:first-child + td {
    width:50% !important;
  }
}
#play_body .vote_video_radio_group {
  display:flex;
  align-items:center;
}
#play_body .vote_video_radio_group input[type="radio"] {
  top:0;
}
#play_body .vote_video_radio_group label {
  padding-bottom:0;
}
.edoc
{
  width: 100px; 
  margin-top: -20px; 
  height: 22px; 
  position: relative; 
  cursor: pointer; 
  opacity: 0;
}
#submit_innovation .edoc
{
  margin-top: -40px !important; 
}
.edoc:hover
{
  cursor: pointer;
}
.editfilestext
{
  font-size: 1em;
}
/* BDI Specific */
#headerContainer {
  background:transparent;
/*  background-color:#ffffff; */
}
#header {
  background-image: url(../../custom/Customization/resources/png/Updated-BDI-Inline-01.png);
  background-position-x:40px;
  background-size: 10rem;
  background-position-y: .2rem;
}
#headerContainer::before {
  content:"";
  background-color:transparent;
  display:block;
  width:25px;
  height:25px;
  border: solid var(--framing-primary-width) var(--bdi-logo-red);
  border-radius:50%;
  position:absolute;
  top:30px;
  left:227px;
  z-index:1;
}
#headerContainer::after {
  content:"";
  display:block;
  width:37px;
  height:37px;
  background-color:transparent;
  border: solid var(--framing-primary-width) var(--bdi-logo-purple);
  border-radius:50%;
  position:absolute;
  top:-10px;
  left:500px;
  z-index:2;
}
#header::before {
  content:"";
  display:block;
  width:15px;
  height:15px;
  background-color:transparent;
  border: solid var(--framing-secondary-width) var(--bdi-logo-orange);
  border-radius:50%;
  position:absolute;
  top:25px;
  left:683px;
  z-index:3;
}
#header::after {
  content:"";
  display:block;
  width:12px;
  height:12px;
  background-color:var(--bdi-logo-cyan);
  border-radius:50%;
  border: none;
  position:absolute;
  top:10px;
  left:332px;
  z-index:4;
}
.primary-nav {
  background-color:var(--background-primary-color);
  z-index:5;
  left:243px;
}
.primary-nav li {
  background-color:var(--background-primary-color);
  z-index:5;
}
#UserInfoModule_holder {
  top:14px;
}
@media (max-width:1124px) {
  #UserInfoModule_holder {
    top:1px;
  }
}
#UserInfoModule_holder .smallFramed {
  background-color:#ffffff;
  border: solid var(--framing-secondary-width) var(--framing-secondary-color);
  border-radius: 5px 0 0 5px;
  color: var(--button-secondary-color);
  font-weight:700;
}
#UserInfoModule_holder .redButton {
  background-color: var(--button-secondary-color);
  color: var(--background-primary-color);
  border:solid 2px var(--button-secondary-color);
  border-radius: 0 5px 5px 0;
}
#UserInfoModule_holder .redButton:hover {
  background-color: var(--background-primary-color);
  color:var(--button-secondary-color);
}
.primary-nav li > span {
  background-color:var(--background-primary-color);
  color:var(--bdi-logo-purple);
  border:solid var(--framing-primary-width) var(--framing-primary-color);
  position:relative;
  top:-1px;
}
.menuitemhighlite {
  color:var(--bdi-logo-purple) !important;
  font-weight:600 !important;
}
.primary-nav span:hover,
.primary-nav li > span:hover,
.menuitemhighlite,
.menuitemhighlite:hover {
  background-color:var(--bdi-logo-purple) !important;
  color:var(--background-primary-color) !important;
}
.menuitemhighlite.prev_menu {
  background:transparent !important;
}
.primary-nav li > span[onclick="load_menu_page(SubmitInnovationPage,'1');"] {
  border:none !important;
  padding:0 !important;
}
.MenuMod2_item {
  padding:5px 12px 4px 12px;
  background-color:var(--background-primary-color);
  border:solid var(--framing-primary-width) var(--framing-primary-color);
}
section {
  background-color:var(--background-primary-color);
  border-radius:40px;
  padding:20px;
  margin-bottom:20px;
  border: solid var(--framing-primary-width) var(--framing-primary-color);
}
section h2:first-child {
  color:var(--header-primary-color);
  margin-top:0;
}
.text-center {
  text-align:center !important;
}
.panel-center {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#footer-buttons.panel-center {
  display: flex;
  justify-content: center;
}
.form-row {
  margin-bottom:5px;
}
.form-row label {
  width: 100%;
  display: inline-block;
  max-width: 150px;
  text-align: right;
  margin-right: 10px;
}
.form-button-row {
  padding-left:160px;
}
.twofa_instructions {
  margin-bottom:10px;
  font-size:unset;
}
/* BDI Specific Customizations */
html,
table {
  font-weight: 400;
}
.NotLoggedIn,
body,
#main_body {
  background-color:var(--background-primary-color);
  color:var(--text-primary-color);
  background:var(--background-gradient);
}
.title_bar_text,
.divtitle_alternate,
.data_label,
.data_label_orange,
.data_label_blue,
.data_label_green,
h1,
h2,
h3,
h4,
.title_bar,
.divtitle,
.side_menu_title,
.side_menu_header,
.side_menu_table *[style*="font-weight:bold;"],
.AddFolderDiv,
.AddFavoriteDiv,
.AddMeetingDiv,
.inv_list_div,
.area_text3,
tr.divtitle td {
  color:var(--header-primary-color);
}
tr.divtitle td {
  color:var(--header-primary-color) !important;
  background-color:none !important;
  background:transparent !important;
}
.AddFolderDiv,
.AddFavoriteDiv,
.AddMeetingDiv {
  font-weight:700;
}
#PublishCheck + .area_text3, 
#DraftCheck + .area_text3, 
#ForwardRow .area_text3,
#INVName.area_text3 {
  color:var(--text-primary-color);
}
hr,
.inv_list_divider_top,
.inv_list_divider_bottom {
  border-color:var(--framing-primary-color);
}
a,
.link_medium,
.link_large,
.text_left_menu,
#inventors2 #Lookup .button_text,
#Lookup .button_text, 
#DeleteName .button_text, 
#DeleteAllNames .button_text, 
#add_task_but .button_text, 
#addAttachmentButton .button_text,
#EditChallenge .button_text {
  color:var(--link-primary-color) !important;
  font-weight:500;
}
a:hover,
.link_medium:hover,
.link_large:hover,
.text_left_menu:hover,
#inventors2 #Lookup .button_text:hover,
#Lookup .button_text:hover, 
#DeleteName .button_text:hover, 
#DeleteAllNames .button_text:hover, 
#add_task_but .button_text:hover, 
#addAttachmentButton .button_text:hover,
#EditChallenge .button_text:hover {
  color:var(--link-secondary-color) !important;
}
input,
select,
textarea {
    border-color:var(--framing-primary-color) !important;
    background-color:var(--background-primary-color);
}
input[type="checkbox"],
input[type="radio"] {
  border-color:var(--button-primary-color);
  border-width:0.2em;
}
input[type="checkbox"]::before,
input[type="radio"]::before {
  background-color:var(--bdi-logo-orange);
}
input[type="checkbox"]::before {
  background-color:var(--bdi-logo-purple);
}
.area_text3_inverse {
  color:var(--text-primary-color);
}
.sidemenuContainer {
  top:106px;
}
#mainContent {
  margin-left:240px;
  margin-top:68px;
}
/* #innovationlink_div {
  display:none;
} */
#headerContainer {
  border-color:var(--framing-primary-color);
  border-width:var(--framing-primary-width);
}
.primary-nav li {
  margin-left:-3px;
}
.sidemenuContainer {
  background-color:var(--background-primary-color);
  color:var(--text-primary-color);
  border-color:var(--framing-primary-color);
  border-width:var(--framing-primary-width);
  border-bottom-left-radius:var(--framing-primary-radius);
  border-top-left-radius:var(--framing-primary-radius);
}
/*
#sidemenu .side_menu_spacer_cell_left img.prev_menu.clickable {
    border-left: solid 3px var(--button-primary-color);
    border-top: solid 3px var(--button-primary-color);
    transform: rotate(-45deg);
    width: 25px;
    height: 25px;
    position: relative;
    left: 10px;
}
#sidemenu .side_menu_spacer_cell_left img.prev_menu.clickable:hover {
    border-width:4px;
    transform: rotate(-45deg);
}
*/
#sidemenu .link_medium,
#sidemenu .link_large,
.inv_list_menu_action,
.text_left_menu {
  font-weight:600;
}
.text_left_menu.current {
  color:var(--header-primary-color) !important;
  text-decoration:none;
  cursor:default;
}
.text_left_menu.current:hover {
  color:var(--header-primary-color) !important;
}
.svg_color svg,
svg.svg_color {
  overflow:visible;
}
.svg_color path {
  fill:var(--button-primary-color);
  stroke: var(--button-primary-color);
}
.svg_color:hover path {
  fill:var(--button-primary-color);
  stroke: var(--button-primary-color);
  stroke-width: 2px;
}
.playvotevideo .svg_color path {
  fill:var(--background-secondary-color);
  stroke:var(--background-secondary-color);
}
.playvotevideo .svg_color:hover path {
  fill:var(--background-primary-color);
  stroke:var(--background-primary-color);
}
.playvotevideo input,
.playvotevideo select,
.playvotevideo textarea,
.playvotevideo input[type="checkbox"],
.playvotevideo input[type="radio"] {
  border-color:var(--background-primary-color) !important;
  border-width:0;
}

.disabled .svg_color path {
  fill:#646464;
  stroke:#646464;
  cursor:default;
}
#useraccount_menu_icon.clickable .svg_color path {
  stroke-width:0;
}
#linkinv_icon .svg_color path {
  stroke-width:6px;
}
.clickable svg {
  cursor:pointer;
}
.clickable:hover .svg_color path {
    stroke: var(--button-primary-color);
    stroke-width: 6px;
}
#useraccount_menu_icon.clickable:hover .svg_color path {
  stroke-width:4px;
}
#linkinv_icon:hover .svg_color path {
  stroke-width:10px;
}
.button_text, 
.button_text_small, 
.button_text_mouseover_small, 
.submitbutton, 
input[type="button"],
#userdataContent #BioPageTable .buttonDiv,
.divbox_tab {
  color:var(--background-secondary-color);
  background-color:var(--button-primary-color);
}
.divbox_tab {
  border:none;
  margin-right:0.5em;
}
.button_text:hover, 
.button_text_small:hover, 
.button_text_mouseover_small,:hover 
.submitbutton:hover, 
input[type="button"]:hover,
#userdataContent #BioPageTable .buttonDiv:hover,
.divbox_tab:hover {
  color:var(--background-primary-color);
}
.divbox_tab:hover,
.divbox_tab_selected {
  background-color:var(--button-primary-color);
  border:none;
  margin-right:0.5em;
}



.section, 
#topStatisticsPageContent > div + table,
#challenges_div_section,
#mySubmissionsContainer,
#searchFormTable,
.profile_background_area,
#educationcenterContent iframe.frame-area,
#CustomReportDesignerContent {
  background-color:var(--background-primary-color) !important;
  border: solid var(--framing-primary-width) var(--framing-primary-color) !important;
  border-bottom-right-radius:var(--framing-primary-radius);
  border-top-right-radius:var(--framing-primary-radius) !important;
  overflow:hidden;
  padding-bottom:10px !important;
}
#allInnovationsSearch
{
  background-color:var(--background-primary-color) !important;
  border: solid var(--framing-primary-width) var(--framing-primary-color) !important;
  border-bottom-right-radius:var(--framing-primary-radius);
  border-top-right-radius:var(--framing-primary-radius) !important;
  overflow:hidden;
  padding-bottom:0px !important;
}
.submit_generalinfo .section,
#AdditionalInfo_row .section {
  padding-bottom:10px;
}

#LinkManagementContent .section + table > tbody > tr > td:first-child {
  border:solid var(--framing-primary-width) var(--framing-primary-color);
}
#LinkManagementContent #LeftNavDiv #ContainerTitle + .divbox_alternate {
  width:auto; !important;
}
#ProfileFieldID105Div,
#InnovationFieldID102Div,
#InnovationFieldID106Div,
#InnovationFieldID181Div {
  border-radius:var(--framing-secondary-radius) !important;
  padding-bottom:10px !important;
}
#ProfileFieldID105Table .area_text1,
#InnovationFieldID102Table .area_text1,
#InnovationFieldID106Table .area_text1,
#InnovationFieldID181Table .area_text1 {
  white-space: nowrap;
}
.sectionTitleBar {
  display:none;
}
#BioPageTable td[style="height:5px"],
#BioPageTable tr[style*="height: 10px"] td,
#BioPageTable tr[style*="height:10px"] td {
  height:20px !important;
}
#buttonRow .buttonDiv,
table.section + div[style="padding-top:5px;"] .buttonDiv,
#challangeContainer .section + table .buttonDiv,
#ChallengeManagementContent > table.section + table .buttonDiv,
#bottomButtons .buttonDiv,
#usergroupsContent > table > tbody > tr[style="height:5px"] + tr .buttonDiv,
#tr_save_excel .buttonDiv {
  margin-left:10px !important;
  margin-top:4px;
}
#printButton1 .buttonDiv,
#SaveCancelButtons .buttonDiv,
#PatentsSection + tr .buttonDiv,
#SaveSection .buttonDiv,
#usersummaryContent .buttonDiv,
#RewardManagementContent > table + div,
#collaborationreportContent .buttonDiv {
  margin-left:10px !important;
}
#SaveSection > table > tbody > tr > td:first-child {
  display:none;
}
#CustomReportDesignerContent > div + table {
  margin-top:40px;
}
#CustomReportDesignerContent > div + table.section_no_back + table {
  background-color:var(--background-primary-color);
}
#CustomReportDesignerContent div[style*="visibility:hidden"] {
  display:none;
}
#CustomReportDesignerContent .buttonDiv {
  margin-left:10px;
}
#CustomReportDesignerContent #reportCount {
  margin-right:20px;
}

.title_bar {
  background:transparent;
  top: 10px;
  position: absolute;
}
.divtitle,
.title_bar_text {
  background:transparent;
}
.section {
  padding-top:40px;
}
#viewbioContent .profile_background_area {
  padding-top: 40px !important;
}
.section > div:last-child:not(#grid_holder) {
  margin-bottom:0 !important;
}
.section > div:not(#grid_holder) > div:last-child:not(#grid_holder) {
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}
#coalesceContent, 
#submitContent, 
#invdetailsContent,
#searchFormTable,
#challangeContainer,
#challangeContainer > .section {
    padding-top:0;
}
.divbox_alternate {
  background-color:var(--background-primary-color);
}
#challenges_data tr.display_cell {
  background-color:var(--background-primary-color);
}
#Frame1,
#Frame2,
#Frame3,
#Frame4,
#Frame5 {
  padding:0 !important;
  position:relative;
  top:-8px;
}
#Main_header_title {
  display:none;
}
#submit_innovation > tbody > tr > td {
    padding: 0 0 20px 0 !important;
}
.divbox_alternate.savebox,
.divbox_alternate.overview_savebox {
  background:var(--background-primary-color);
  border:solid var(--framing-primary-width) var(--framing-primary-color);
  border-top-right-radius:var(--framing-primary-radius);
  border-bottom-right-radius:var(--framing-primary-radius);
  padding-left:0 !important;
  padding-right:0 !important;
}

.div_footer {
  color:var(--background-primary-color);
  background-color:var(--framing-primary-color);
}
.div_footer .svg_color path,
.grid_config_row .svg_color path {
  fill:var(--background-secondary-color);
  stroke: var(--background-secondary-color);
  stroke-width: 4px;
}
.div_footer .svg_color:hover path,
.grid_config_row .svg_color:hover path {
  fill:var(--background-primary-color);
  stroke: var(--background-primary-color);
}
td.DHTMLTable_header_cell td.table_header, 
th, 
th td, 
td.tableHeader, 
.tableHeader td, 
.tableHeader th, 
.div_header td, 
.table_header td, 
#maintable .divtitle_alternate td {
    background-color:var(--framing-primary-color);
    background-image:none;
    color:var(--background-primary-color);
}
.div_header TD:first-child, 
.tableHeader TD:first-child, 
.tableHeader TH:first-child, 
TD.tableHeader:first-child, 
.table_header TD:first-child, 
.table_header TH:first-child {
    background-image: none;
}
#MenuHolder > div {
  margin-bottom:20px !important;
}
#CustomFirst,
#CustomBottom #InnovationFieldID121DetailsDiv, 
#CustomBottom #InnovationFieldID130DetailsDiv, 
#CustomBottom #InnovationFieldID136DetailsDiv,
#AdditionalInfo_row > td,
#additionalInventorsTitle td[style*="padding-bottom:15px;"] {
    padding-bottom: 20px !important;
}
.tab_middle1, 
TR.tabNotSelected div.tab_middle_selected1, 
TR.tab div.tabNotSelected1, 
TR.tabHover div.tabNotSelected1 {
    border: solid var(--framing-secondary-width) var(--framing-primary-color);
    background-color:var(--background-primary-color);
    color:var(--header-primary-color);
    margin-bottom:-2px;
    margin-left:-1px;
}
.tab_middle1:hover, 
.tab_middle_selected1, 
TR.tab div.tabSelected1, 
TR.tabHover div.tabSelected1, 
TR.tabHover div.tabNotSelected1:hover {
    border: solid var(--framing-secondary-width) var(--framing-primary-color);
    background-color:var(--framing-primary-color);
    color:var(--background-primary-color);
    margin-bottom:-2px;
    margin-left:-1px;
}
.grid_fieldselector_section {
  border: solid var(--framing-secondary-width) var(--framing-primary-color);
  border-bottom-left-radius:var(--framing-secondary-radius);
  border-bottom-right-radius:var(--framing-secondary-radius);
  background-color:var(--background-primary-color);
}
#FolderDetailsContent .grid_config_row, 
#MeetingDetailsContent .grid_config_row {
    top: 45px;
}
.innovation_grid_holder > div[style*="border: 1px solid black;"],
#innovation_grid_holder > div[style*="border: 1px solid black;"],
#container_grid_holder > div[style*="border: 1px solid black;"],
#grid_holder > div[style*="border: 1px solid black;"] {
  border-color:var(--background-primary-color) !important;
  border-left-style:none !important;
  border-right-style:none !important;
}
.DHTMLTable_header_cell {
  border-color:var(--background-primary-color);
}
.DHTMLTable_cell {
  border-color:var(--framing-primary-color);
}
.DHTMLTable_row,
.DHTMLTable_alt_row {
  background-color:var(--background-primary-color);
}
.DHTMLTable_header td:first-child {
  border-left-color:var(--framing-primary-color);
}
.DHTMLTable_row:nth-child(2n),
.DHTMLTable_alt_row:nth-child(2n),
.table_alternate_data,
.table_alternate_data_left {
  background-color:var(--background-secondary-color);
}
.DHTMLTable_sel_row {
  background-color:var(--framing-primary-color);
  color:var(--background-primary-color);
  border-color:var(--background-primary-color);
}
.DHTMLTable_cell_row * {
    font-weight: 400;
}
.DHTMLTable_pages_div {
  background-color:var(--framing-primary-color);
  color:var(--background-primary-color) !important;
}
.DHTMLTable_pages_div span[style*="color: blue;"]:hover {
  color:var(--background-primary-color) !important;
}
.DHTMLTable_row[style*="background-color: rgb(253, 245, 215);"],
.DHTMLTable_alt_row[style*="background-color: rgb(253, 245, 215);"] {
  background-color:var(--background-select-color) !important;
}
.svg_color_inverted path, 
.svg_color_inverted_disabled path {
    fill:var(--button-primary-color);
}
#heart_icon path {
  fill:var(--button-secondary-color);
  stroke:var(--button-secondary-color);
}
.sectionNotificationBar {
  border: solid 2px var(--framing-secondary-color);
  background-color: var(--framing-secondary-color) !important;
  color: var(--background-primary-color) !important;
  margin-left: 240px;
  border-bottom-left-radius: 0;
  width: calc(100% - 265px);
  padding-top:4px;
  padding-bottom:2px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}
.notification_bar {
  color:var(--background-primary-color);
}
div#Notification_Text {
  font-size: 15px !important;
}
.notification_close_div {
    height: 16px;
}
.notification_close .svg_small {
    width: 16px;
    height: 16px;
}
.notification_close.clickable .svg_color path {
    fill:var(--background-secondary-color);
    stroke:var(--background-secondary-color);
}
.notification_close.clickable:hover .svg_color path {
    fill:var(--background-primary-color);
    stroke:var(--background-primary-color);
}
.area_text7:last-child {
  padding-right:10px;
}
#electronicdocuments td .DHTMLTable_cell[style*="width: 210px;"] {
    height: unset !important;
    width:calc(100% - 1px) !important;
}
#electronicdocuments td .DHTMLTable_cell[style*="width: 110px;"] {
    height: unset !important;
    width:calc(100% - 1px) !important;
}
#StartDateCal > div, 
#EndDateCal > div, 
#DeadlineDateCal > div, 
#BeginDateCal > div, 
#popupdate_cal_div > div, 
#DateCal > div, 
#beginDate > div, 
#endDate > div:not(.link_medium), 
div.popup-calendar {
    background-color:var(--background-secondary-color);
    border: solid var(--framing-secondary-width) var(--framing-primary-color);
    border-radius:var(--framing-secondary-radius);
}
#popupdate_cal_div > input#text1 {
  max-width:170px;
}
#StartDateCal tr[style*="background-color:gray;"], 
#EndDateCal tr[style*="background-color:gray;"], 
#DeadlineDateCal tr[style*="background-color:gray;"], 
#BeginDateCal tr[style*="background-color:gray;"], 
#popupdate_cal_div tr[style*="background-color:gray;"], 
#DateCal tr[style*="background-color:gray;"], 
#beginDate tr[style*="background-color:gray;"], 
.popup-calendar tr[style*="background-color:gray;"] {
  background-color:var(--framing-primary-color) !important;
}
#StartDateCal td[style*="background-color: yellow;"], 
#EndDateCal td[style*="background-color: yellow;"], 
#DeadlineDateCal td[style*="background-color: yellow;"], 
#BeginDateCal td[style*="background-color: yellow;"], 
#popupdate_cal_div td[style*="background-color: yellow;"], 
#DateCal td[style*="background-color: yellow;"], 
#beginDate td[style*="background-color: yellow;"], 
#endDate td[style*="background-color: yellow;"], 
.popup-calendar td[style*="background-color: yellow;"] {
  background:var(--background-select-color) !important;
}
#StartDateCal > div > table button, 
#EndDateCal > div > table button, 
#DeadlineDateCal > div > table button, 
#BeginDateCal > div > table button, 
#popupdate_cal_div table button, 
#DateCal > div > table button, 
#beginDate > div > table button, 
#endDate > div > table button, 
.popup-calendar > table button {
    color: var(--background-secondary-color) !important;
    background-color:var(--button-primary-color);
    border-radius:var(--framing-secondary-radius);
}

#ContainerFrameInnovationCustomHolder .section_yellow2,
#ContainerFrameFinalActionHolder .section_yellow2,
#ContainerFrameSetStatusHolder .section_yellow2,
#ContainerFrameSetCompanyHolder .section_yellow2 {
  border:solid var(--framing-primary-width) var(--framing-primary-color);
  border-bottom-right-radius:var(--framing-primary-radius);
  border-top-right-radius:var(--framing-primary-radius);
  padding-right:15px !important;
  background:var(--background-gradient);
}

#popup_dialog,
.popup_dialog {
    background-color:var(--background-primary-color);
    border: solid var(--framing-primary-width) var(--framing-primary-color);
    border-radius:var(--framing-primary-radius);
    height: calc(500px + 5em);
}
.background.username,
.background.pickchallenge,
.background.lookupmultipleinnovations {
  background:var(--background-primary-color);
}
.background.username .section,
.background.pickchallenge .section,
.background.lookupmultipleinnovations .section {
  border:none !important;
  padding:0 !important;
}
.background.pickchallenge .title_bar,
.background.lookupmultipleinnovations .title_bar {
  position:static !important;
}
#innovation_narrative .grid_fieldselector_section {
  top: -7px;
}
#AddFolderDiv.area_text1 > div {
  font-weight:700;
  color:var(--header-primary-color);
}
#FolderDetailsContent #details_tab, 
#MeetingDetailsContent #details_tab {
  min-height:400px;
}
#VideosTable, #videos2, 
#merged_videos_table, 
#merged_edocs_table {
  background-color:var(--background-primary-color);
}
.divbox.InnovationResultsDiv {
  margin-bottom:0;
}
#invs_tab {
  max-width:100%;
}
.Folder #invs_tab {
  margin-bottom:10px !important;
}
/*
.Folder #invs_tab div.grid_config_row + div {
  max-width:calc(100% - 10px);
}
*/
#display_data + table {
  height:20px;
}
#invdetailsContent input#InnovationFieldID149Value {
    width: 100% !important;
}
#save_type_block .data_label + td {
  padding-top:4px !important;
}
#save_type_block input[type="radio"] {
    top: -3px;
}
#editbioContent #BioPageTable div.section {
    max-width:calc(100% - 10px);
}
#VideosTable td:last-child:not(:first-child),
#FilesTable td:last-child:not(:first-child),
#base_innovations_table td:last-child:not(:first-child) {
  text-align:right !important;
  padding-right:10px !important;
}
.savebox .divtitle_alternate {
  padding-left:6px;
}
.savebox .data_label {
  width: 0px !important;
}
.video_title,
.editfilestext,
.linkedinv_title {
  font-size:1.1em;
}
span[onclick*="load_innovation_tasks"] {
  display: none;
}
#all_challenges_link {
  display:none;
}
tr.display_user_group > td:first-child {
    font-weight: 700;
    color: var(--header-primary-color);
}
tr.display_user_group > td:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}
#InnovationTopSearch > tbody > tr > td > input:not([onclick*="expand_section"]),
#InnovationSetupView > tbody > tr > td > input:not([onclick*="expand_section"]),
#InnovationSetupEdit > tbody > tr > td > input:not([onclick*="expand_section"]),
#InnovationSetupAnalyze > tbody > tr > td > input:not([onclick*="expand_section"]),
#InnovationSetupForward > tbody > tr > td > input:not([onclick*="expand_section"]),
#InnovationSetupForwardRevCmt > tbody > tr > td > input:not([onclick*="expand_section"]),
#InnovationSetupAssignTasks > tbody > tr > td > input:not([onclick*="expand_section"]),
#InnovationSetuprating > tbody > tr > td > input:not([onclick*="expand_section"]),
#management_makeprivate > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#management_setstatus > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#management_protectioninfo > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#management_changedepartment > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#management_changelocation > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#management_setshowcase > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#management_ipmanagement > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#profile_personalstats > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#profile_setup_view > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#profile_setup_edit > table > tbody > tr > td > input:not([onclick*="expand_section"]),
#options_setup_edit > table > tbody > tr > td > input:not([onclick*="expand_section"]) {
  margin-right:0;
}
#InnovationTopSearch > tbody > tr > td,
#InnovationSetupView > tbody > tr > td,
#InnovationSetupEdit > tbody > tr > td,
#InnovationSetupAnalyze > tbody > tr > td,
#InnovationSetupForward > tbody > tr > td,
#InnovationSetupForwardRevCmt > tbody > tr > td,
#InnovationSetupAssignTasks > tbody > tr > td,
#InnovationSetuprating > tbody > tr > td,
#management_makeprivate > table > tbody > tr > td,
#management_setstatus > table > tbody > tr > td,
#management_protectioninfo > table > tbody > tr > td,
#management_changedepartment > table > tbody > tr > td,
#management_changelocation > table > tbody > tr > td,
#management_setshowcase > table > tbody > tr > td,
#management_ipmanagement > table > tbody > tr > td,
#profile_personalstats > table > tbody > tr > td,
#profile_setup_view > table > tbody > tr > td,
#profile_setup_edit > table > tbody > tr > td,
#options_setup_edit > table > tbody > tr > td {
  padding-bottom:10px;
}
#InnovationTopSearch > tbody > tr > td:nth-child(2),
#InnovationSetupView > tbody > tr > td:nth-child(2),
#InnovationSetupEdit > tbody > tr > td:nth-child(2),
#InnovationSetupAnalyze > tbody > tr > td:nth-child(2),
#InnovationSetupForward > tbody > tr > td:nth-child(2),
#InnovationSetupForwardRevCmt > tbody > tr > td:nth-child(2),
#InnovationSetupAssignTasks > tbody > tr > td:nth-child(2),
#InnovationSetuprating > tbody > tr > td:nth-child(2),
#management_makeprivate > table > tbody > tr > td:nth-child(2),
#management_setstatus > table > tbody > tr > td:nth-child(2),
#management_protectioninfo > table > tbody > tr > td:nth-child(2),
#management_changedepartment > table > tbody > tr > td:nth-child(2),
#management_changelocation > table > tbody > tr > td:nth-child(2),
#management_setshowcase > table > tbody > tr > td:nth-child(2),
#management_ipmanagement > table > tbody > tr > td:nth-child(2),
#profile_personalstats > table > tbody > tr > td:nth-child(2),
#profile_setup_view > table > tbody > tr > td:nth-child(2),
#profile_setup_edit > table > tbody > tr > td:nth-child(2),
#options_setup_edit > table > tbody > tr > td:nth-child(2) {
  text-align: right;
  font-weight: 700;
  color: var(--header-primary-color);
  padding-right: 10px;
  max-width: 257px;
}
#InnovationTopSearch > tbody > tr > td:nth-child(3),
#InnovationSetupView > tbody > tr > td:nth-child(3),
#InnovationSetupEdit > tbody > tr > td:nth-child(3),
#InnovationSetupAnalyze > tbody > tr > td:nth-child(3),
#InnovationSetupForward > tbody > tr > td:nth-child(3),
#InnovationSetupForwardRevCmt > tbody > tr > td:nth-child(3),
#InnovationSetupAssignTasks > tbody > tr > td:nth-child(3),
#InnovationSetuprating > tbody > tr > td:nth-child(3),
#management_makeprivate > table > tbody > tr > td:nth-child(3),
#management_setstatus > table > tbody > tr > td:nth-child(3),
#management_protectioninfo > table > tbody > tr > td:nth-child(3),
#management_changedepartment > table > tbody > tr > td:nth-child(3),
#management_changelocation > table > tbody > tr > td:nth-child(3),
#management_setshowcase > table > tbody > tr > td:nth-child(3),
#management_ipmanagement > table > tbody > tr > td:nth-child(3),
#profile_personalstats > table > tbody > tr > td:nth-child(3),
#profile_setup_view > table > tbody > tr > td:nth-child(3),
#profile_setup_edit > table > tbody > tr > td:nth-child(3),
#options_setup_edit > table > tbody > tr > td:nth-child(3) {
  display:flex;
  flex-direction:row-reverse;
  justify-content:start;
}
#InnovationTopSearch > tbody > tr > td:nth-child(4),
#InnovationSetupView > tbody > tr > td:nth-child(4),
#InnovationSetupEdit > tbody > tr > td:nth-child(4),
#InnovationSetupAnalyze > tbody > tr > td:nth-child(4),
#InnovationSetupForward > tbody > tr > td:nth-child(4),
#InnovationSetupForwardRevCmt > tbody > tr > td:nth-child(4),
#InnovationSetupAssignTasks > tbody > tr > td:nth-child(4),
#InnovationSetuprating > tbody > tr > td:nth-child(4),
#management_makeprivate > table > tbody > tr > td:nth-child(4),
#management_setstatus > table > tbody > tr > td:nth-child(4),
#management_protectioninfo > table > tbody > tr > td:nth-child(4),
#management_changedepartment > table > tbody > tr > td:nth-child(4),
#management_changelocation > table > tbody > tr > td:nth-child(4),
#management_setshowcase > table > tbody > tr > td:nth-child(4),
#management_ipmanagement > table > tbody > tr > td:nth-child(4),
#profile_personalstats > table > tbody > tr > td:nth-child(4),
#profile_setup_view > table > tbody > tr > td:nth-child(4),
#profile_setup_edit > table > tbody > tr > td:nth-child(4),
#options_setup_edit > table > tbody > tr > td:nth-child(4) {
  text-align:right;
  padding-right:10px;
  font-weight:700;
  color: var(--header-primary-color);
}
#innovation_sections {
  padding-left:275px;
}
#edit_sections {
  padding-left:285px;
}
#innovation_sections > table > tbody > tr,
#edit_sections > table > tbody > tr {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom:5px;
}
#innovation_sections > table > tbody > tr > td:nth-child(2) {
  font-weight:700;
  color:var(--header-primary-color);
}
#overview_sections > table > tbody > tr,
#innovation_view_comments_sections > table > tbody > tr,
#innovation_view_snapshot_sections > table > tbody > tr,
#edit_sections > table > tbody > tr {
  display: grid;
  grid-template-columns: 16px 1fr 16px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width:400px;
  margin-bottom: 5px;
}
#edit_sections > table > tbody > tr {
  margin-bottom:0;
}
#overview_sections > table > tbody > tr > td:nth-child(1),
#overview_sections > table > tbody > tr > td:nth-child(4),
#innovation_view_comments_sections > table > tbody > tr > td:nth-child(1),
#innovation_view_comments_sections > table > tbody > tr > td:nth-child(4),
#innovation_view_snapshot_sections > table > tbody > tr > td:nth-child(1),
#innovation_view_snapshot_sections > table > tbody > tr > td:nth-child(4),
#edit_sections > table > tbody > tr > td:nth-child(1),
#edit_sections > table > tbody > tr > td:nth-child(4) {
  display:none;
}
#overview_sections > table > tbody > tr > td:nth-child(2),
#innovation_view_comments_sections > table > tbody > tr > td:nth-child(2),
#innovation_view_snapshot_sections > table > tbody > tr > td:nth-child(2),
#edit_sections > table > tbody > tr > td:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  max-width:150px;
}
#overview_sections > table > tbody > tr > td:nth-child(3),
#innovation_view_comments_sections > table > tbody > tr > td:nth-child(3),
#innovation_view_snapshot_sections > table > tbody > tr > td:nth-child(3),
#edit_sections > table > tbody > tr > td:nth-child(3) {
  grid-area: 1 / 1 / 2 / 2;
  max-width:150px;
}
#overview_sections > table > tbody > tr > td:nth-child(5),
#innovation_view_comments_sections > table > tbody > tr > td:nth-child(5),
#innovation_view_snapshot_sections > table > tbody > tr > td:nth-child(5),
#edit_sections > table > tbody > tr > td:nth-child(5) {
  grid-area: 1 / 4 / 2 / 5; 
  max-width:150px;
}
#overview_sections > table > tbody > tr > td:nth-child(6),
#innovation_view_comments_sections > table > tbody > tr > td:nth-child(6),
#innovation_view_snapshot_sections > table > tbody > tr > td:nth-child(6),
#edit_sections > table > tbody > tr > td:nth-child(6) {
  grid-area: 1 / 3 / 2 / 4; 
  max-width:150px;
}
#overview_sections > table  table > tbody > tr,
#innovation_view_comments_sections > table table > tbody > tr,
#innovation_view_snapshot_sections > table table > tbody > tr ,
#edit_sections > table table > tbody > tr{
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width:200px;
}
#overview_sections > table table > tbody > tr > td:nth-child(2),
#overview_sections > table #innovation_view_links table > tbody > tr > td:nth-child(1),
#innovation_view_comments_sections > table table > tbody > tr > td:nth-child(2),
#innovation_view_snapshot_sections > table table > tbody > tr > td:nth-child(2),
#edit_sections > table table > tbody > tr > td:nth-child(2),
#edit_sections > table #innovation_edit_links_dest > table > tbody > tr > td:nth-child(1) {
  grid-area: 1 / 2 / 2 / 3;
  max-width:140px;
}
#overview_sections > table table > tbody > tr > td:nth-child(3),
#overview_sections > table #innovation_view_links table > tbody > tr > td:nth-child(2),
#innovation_view_comments_sections > table table > tbody > tr > td:nth-child(3),
#innovation_view_snapshot_sections > table table > tbody > tr > td:nth-child(3),
#edit_sections > table table > tbody > tr > td:nth-child(3),
#edit_sections > table #innovation_edit_links_dest > table > tbody > tr > td:nth-child(2) {
  grid-area: 1 / 1 / 2 / 2;
  max-width:140px;
}
#user_group_config_table #innovation_view_links table,
#user_group_config_table #innovation_edit_snapshot_sections table,
#user_group_config_table #innovation_edit_links_dest table {
  margin-left:202px !important;
}
#edit_sections > table > tbody > tr > td > nobr {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  width: 200px;
  padding-left: 23px;
}
#profile_search {
  left:0;
}
#add_dialog > table {
  border: solid var(--framing-secondary-width) var(--framing-primary-color);
  border-radius:var(--framing-secondary-radius);
  overflow:hidden;
}
#add_dialog > table > tbody > tr > td {
  background-color:var(--background-primary-color) !important;
}
#add_dialog #buttonStretchRow.button_text {
  background-color:var(--button-primary-color);
  color:var(--background-secondary-color) !important;
}
#add_dialog #buttonStretchRow.button_text:hover {
  color:var(--background-primary-color) !important;
}
#EditChallenge #row0 > td:nth-child(2),
#EditChallenge #row1 > td:nth-child(2),
#EditChallenge #row2 > td:nth-child(2),
#EditChallenge #row3 > td:nth-child(2) {
  vertical-align:top !important;
  padding-top:11px;
}
#EditChallenge #row0 > td:nth-child(3),
#EditChallenge #row1 > td:nth-child(3),
#EditChallenge #row2 > td:nth-child(3),
#EditChallenge #row3 > td:nth-child(3) {
  vertical-align:top !important;
  padding-top:7px;
}
#EditChallenge #row0 > td:nth-child(3) > table > tbody > tr > td,
#EditChallenge #row1 > td:nth-child(3) > table > tbody > tr > td,
#EditChallenge #row2 > td:nth-child(3) > table > tbody > tr > td,
#EditChallenge #row3 > td:nth-child(3) > table > tbody > tr > td {
  padding-right:1em;
}
#EditChallenge > table.section > tbody > tr[valign="top"]:not(:first-child) > td:nth-child(2) {
    padding-top: 11px;
}
#ChallengeMenu[style*="padding-top:10px"] {
  padding-top:0 !important;
}
#newGroupDialog > table {
  border:solid var(--framing-primary-width) var(--framing-primary-color);
  border-top-right-radius:var(--framing-secondary-radius);
  border-bottom-right-radius:var(--framing-secondary-radius);
  overflow:hidden;
}
#newGroupDialog > table > tbody table.pop_up {
  background:var(--background-gradient);
}
#newGroupDialog > table > tbody table.pop_up > tbody > tr:first-child > td {
  padding-top:50px;
}
#topStatisticsPageContent > div[print="showinline"] + table > tbody > tr:first-child > td {
  padding-top:40px;
}
#maintable.section_border {
    background:var(--background-secondary-color);
}
#maintable .invPrintHdr, 
#SearchSummary .invPrintHdr, 
#SearchDetails .invPrintHdr, 
#userDataTable .invPrintHdr {
    color:var(--header-primary-color);
}
#MyInnovationsContent #InnovationResultsDiv #innovation_grid_holder, 
#SearchContent #InnovationResultsDiv #innovation_grid_holder {
    width: 100% !important;
}
#ProfileFieldID105List + div, 
#InnovationFieldID102List + div,
#InnovationFieldID106List + div {
    padding-left: 10px;
}
.background > div:not([id]) .section > tbody > tr:nth-child(2) {
  line-height:10px;
}
/* These changes should be copied to Tinkerly as well */
#SearchFields input[type="checkbox"] {
  width:1.15em !important;
}
#advance_profile_opts > td {
  padding:0;
}
#advance_profile_opts td.data_label + td {
  padding:0;
}
#advance_profile_opts #inv_department
{
    width:350px !important;
    position:relative;
    top:-3px;
}
#advance_profile_opts #profile_department,
#advance_profile_opts #profile_location {
    width: 350px !important;
    position: relative;
    top: -3px;
}
#advance_profile_opts #rules_div .divbox_alternate .area_text1:not([colspan="2"])
{
    width:100% !important;
    text-align:left !important;
}
#advance_profile_opts #rule_editor_row .area_text1:not([colspan="2"])
{
    text-align:left !important;
}
.button_text,
.button_text_small,
.button_text_mouseover_small,
.submitbutton,
input[type="button"] {
  border:none !important;
}
#user_group_config_table #buttonsRow > td {
  padding-left:15px;
}
#printButton {
  margin-left:10px;
}
#StartDateCal > input,
#EndDateCal > input,
#popupdate_cal_div > input,
.popup-calendar > input,
#DeadlineDateCal #text1,
#BeginDateCal #text1,
#usersummaryContent #EndDateCal #text1,
#TinkerLoginStatisticContent #EndDateCal #text1,
#DateCal #text1,
#beginDate #text1,
#endDate #text1 {
  width: 156px !important;
}
#DateRange #StartDateCal > input,
#DateRange #EndDateCal > input {
  width: 140px !important;
}
#userdataContent #UserInfomation .buttonDiv .button_text {
  padding-bottom:8px;
}
#view_all_row #view_all_check {
  top:3px;
}
#challengeMGT_UI + tr[valign="bottom"] > td[colspan="2"] {
  display:flex;
}
#challengeMGT_UI + tr[valign="bottom"] > td[colspan="2"] span {
  margin-right:1em;
}
#challengeMGT_UI + tr[valign="bottom"] > td[colspan="2"] span[style*="color:black;"]:first-child {
  margin-left:0.5em;
}
img[src*="/EIMS/images/Innovator/White/Grid/sort"] {
  max-width:11px;
  max-height:11px;
}
img[src*="/EIMS/images/Innovator/White/Tabs/"] {
  display:none;
}
input[type="radio"] ~ br + input[type="radio"] {
    margin-left: 0;
}
img#help_config,
img#help_file,
img#help_validate,
img#help_review {
  display:none;
}
input[type="file"] {
  border:none;
}
#save_csv,
#save_rtf {
  text-transform:uppercase;
}
select#GroupsBelonging,
select#GroupsNotBelonging,
select#CommitteesBelonging,
select#CommitteesNotBelonging,
select#NotDisplayedCols,
select#DisplayedCols,
select.scrollList { 
	background-image:none;
}

/* Firefox-specific patches */
@-moz-document url-prefix() {
  #Frame1,
  #Frame2,
  #Frame3,
  #Frame4,
  #Frame5 {
    top:21px; /* This should only effect BDI */
  }

  input#video0,
  input#edoc0 {
    top:-35px; /* Necessary on Tinkerly and BDI */
  }
}
/** Safari */
#Innovator_home_table2 {
  display:none !important; /* Bumps announcements panel down slightly in Safari */
}

.UploadAllBut {
  color: var(--link-primary-color);
  cursor: pointer;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

.UploadAllBut:hover {
  color: var(--link-secondary-color);
  cursor: pointer;
  text-decoration: underline !important;
}

.AttachAllBut {
  color: var(--link-primary-color);
  cursor: pointer;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

.AttachAllBut:hover {
  color: var(--link-secondary-color);
  cursor: pointer;
  text-decoration: underline !important;
}

#InnovationFieldID181_row td {
  vertical-align: baseline !important;
}

#InnovationFieldID182Input {
  width: 88%;
}

#InnovationFieldID102Title {
  width: 150px;
  text-align: left;
  padding-left: 15px;
}

.companies-bold {
  font-weight: bold !important;
}

#save_type_block {
  padding-left: 40px;
  display: inline-block;
}

#invdetailsContent .remove-button-cell {
  padding-right: 5px !important;
}
.remove-button-cell
{
    text-align: right;
    padding-right: 2.6em !important;
}

/* CSS for New Paging Bar */
.narrative_pages_div
{
    background-color: var(--framing-primary-color);
    color: var(--background-primary-color) !important;
    height: 33px;
}

.nar_currentpage
{
    width:45px;
    text-align: center;
}

.nar_pagebar_text
{
    position: relative;
    vertical-align: top;
    top: -4px;
    font-size: 12pt;
}

.nar_totalpages
{

}

.nar_paging_bar
{
    text-align: center;
    padding-top: 5px;
}

.grid_currentpage
{
    width: 45px;
    font-size: 12pt;
    text-align: center;
}

.grid_pagebar_text
{
    position: relative;
    vertical-align: top;
    top: 0px;
    font-size: 12pt;
}

.grid_totalpages
{
    
}

.grid_paging_bar
{
    text-align: center;
    padding-top: 3px;
    font-weight: normal;
    font-family:'Roboto', sans-serif;
}

.grid_paging_bar svg
{
  padding-top: 5px;
}

.totalusers_row
{
    height:25px;
}

.grid_paging_bar .svg_color:hover path,
.grid_paging_bar .svg_color:focus path
{
    fill:var(--bdi-logo-red) !important;
}

.grid_paging_bar .svg_color path
{
    fill:#FFFFFF;
}

.grid_paging_bar .svg_disabled_color:hover path,
.grid_paging_bar .svg_disabled_color:focus path
{
    fill:#a6a6a6 !important;
}

.grid_paging_bar .svg_disabled_color path
{
    fill:#a6a6a6 !important;
}

.nar_paging_bar .svg_color:hover path,
.nar_paging_bar .svg_color:focus path
{
    fill:var(--bdi-logo-red) !important;
}

.nar_paging_bar .svg_color path
{
    fill:#FFFFFF;
}

.nar_paging_bar .svg_disabled_color:hover path,
.nar_paging_bar .svg_disabled_color:focus path
{
    fill:#a6a6a6 !important;
}

.nar_paging_bar .svg_disabled_color path
{
    fill:#a6a6a6 !important;
}

.arrow-down svg
{
  transform: none;
}

.arrow-up svg
{
  transform: rotate(180deg);
}

#refresh_icon .svg_small
{
  padding-top:2px;
}

#refresh_icon .svg_small
{
  width:22px;
  height:22px;
}

.DHTMLTable_sel_row .link_large
{
  color: white !important;
}

.DHTMLTable_sel_row .link_large:hover
{
  color: #00eafa !important;
}

#MenuItem_Celebrate
{
	display: none !important;
}